#include <mrtr_pnode.H>
Inheritance diagram for MOERTEL::ProjectedNode:


Public Member Functions | |
Constructors and destructors | |
| ProjectedNode (const MOERTEL::Node &basenode, const double *xi, MOERTEL::Segment *pseg) | |
| Constructor. | |
| ProjectedNode (const MOERTEL::Node &basenode, const double *xi, MOERTEL::Segment *pseg, int orthseg) | |
| Constructor (case of orthogonal projection only). | |
| ProjectedNode (MOERTEL::ProjectedNode &old) | |
| Copy-Constructor. | |
| virtual | ~ProjectedNode () |
| Destructor. | |
Public members | |
| bool | Print () const |
| Print this ProjectedNode and its Node. | |
| const double * | Xi () |
| Return view of the local coordinates of the projection in the segment. | |
| MOERTEL::Segment * | Segment () |
| Return pointer to segment this pojrection is in. | |
| int | OrthoSegment () |
| Return id of segment this projection is orthogonal to (might be different from Segment() ). | |
Protected Member Functions | |
| ProjectedNode | operator= (const ProjectedNode &old) |
Protected Attributes | |
| double | xi_ [2] |
| MOERTEL::Segment * | pseg_ |
| int | orthseg_ |
The MOERTEL::ProjectedNode class supports the ostream& operator <<
|
||||||||||||||||
|
Constructor.
Constructs an instance of this class.
|
|
||||||||||||||||||||
|
Constructor (case of orthogonal projection only).
Constructs an instance of this class.
|
1.3.9.1