CFace base class of all kinds of face classes.
More...
#include <Face.h>
List of all members.
Detailed Description
CFace base class of all kinds of face classes.
Definition at line 24 of file Face.h.
Constructor & Destructor Documentation
MeshLib::CFace::CFace |
( |
|
) |
[inline] |
MeshLib::CFace::~CFace |
( |
|
) |
[inline] |
Member Function Documentation
void MeshLib::CFace::_from_string |
( |
|
) |
[inline] |
read face traits from the string.
Definition at line 58 of file Face.h.
void MeshLib::CFace::_to_string |
( |
|
) |
[inline] |
Convert face traits to the string.
Definition at line 54 of file Face.h.
CHalfEdge* & MeshLib::CFace::halfedge |
( |
|
) |
[inline] |
One of the halfedges attaching to the current face.
Definition at line 38 of file Face.h.
int& MeshLib::CFace::id |
( |
|
) |
[inline] |
The reference to the current face id
Definition at line 42 of file Face.h.
const int MeshLib::CFace::id |
( |
|
) |
const [inline] |
The value of the current face id.
Definition at line 46 of file Face.h.
std::string& MeshLib::CFace::string |
( |
|
) |
[inline] |
The string of the current face.
Definition at line 50 of file Face.h.
Member Data Documentation
One halfedge attaching to the current face.
Definition at line 67 of file Face.h.
id of the current face
Definition at line 58 of file Face.h.
String of the current face.
Definition at line 71 of file Face.h.
The documentation for this class was generated from the following file: