class SM2EdgeTopology : public ListElement<SM2EdgeTopology> 2 simplex mesh edge topology
| | setVertexTopology (int i, SM2VertexTopology *v) set ith vertex neighbor |
| | setFaceTopology (int i, SM2FaceTopology *f) set ith face neighbor |
| | getVertexTopology (unsigned int i) const returns edge vertex |
| | getFaceTopology (unsigned int i) const returns edge face |
| | getRef (void) const returns edge reference |
| | getEdgeContour () const return the contour edge associated with a given simplex mesh edge |
| | T1Transformation (void) T1 transformation |
| | T2Transformation (SM2EdgeTopology *e1) T2 transformation |
| | T7Transformation (void) T7 transformation |
| | constructor
| ||
| | destructor
|
| | vertex [2] edge 2 extremities |
| | face [2] edge 2 faces face[0] is oriented from vertex[0] to vertex[1] face[1] is oriented from vertex[1] to vertex[0] |
| | mesh 2simplex mesh this edge belongs to |
| | edgeContour the contour edge associated with this contour |
| | ref edge unique reference |
| | changeOrientation () change the orientation of the edge |
2 simplex mesh edge topology
SM2FaceTopology* face[2]
SM2Topology* mesh
EdgeContour* edgeContour
int ref
void changeOrientation()
constructor
destructor
void setVertexTopology(int i, SM2VertexTopology *v)
void setFaceTopology(int i, SM2FaceTopology *f)
SM2VertexTopology* getVertexTopology(unsigned int i) const
SM2FaceTopology* getFaceTopology(unsigned int i) const
int getRef(void) const
EdgeContour* getEdgeContour() const
SM2FaceTopology* T1Transformation(void)
virtual SM2EdgeTopology* T2Transformation(SM2EdgeTopology *e1)
virtual SM2EdgeTopology* T7Transformation(void)
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de