#include <Wm4DelPolygonEdge.h>
Public Member Functions | |
DelPolygonEdge (int iV0=-1, int iV1=-1, int iNullIndex=-1, DelTriangle< Real > *pkTri=0) | |
Static Public Member Functions | |
static VEManifoldMesh::EPtr | ECreator (int iV0, int iV1) |
Public Attributes | |
int | NullIndex |
DelTriangle< Real > * | Tri |
Definition at line 28 of file Wm4DelPolygonEdge.h.
Wm4::DelPolygonEdge< Real >::DelPolygonEdge | ( | int | iV0 = -1 , |
|
int | iV1 = -1 , |
|||
int | iNullIndex = -1 , |
|||
DelTriangle< Real > * | pkTri = 0 | |||
) | [inline] |
Definition at line 24 of file Wm4DelPolygonEdge.cpp.
References Wm4::DelPolygonEdge< Real >::NullIndex, and Wm4::DelPolygonEdge< Real >::Tri.
VEManifoldMesh::EPtr Wm4::DelPolygonEdge< Real >::ECreator | ( | int | iV0, | |
int | iV1 | |||
) | [inline, static] |
Definition at line 34 of file Wm4DelPolygonEdge.cpp.
References WM4_NEW.
int Wm4::DelPolygonEdge< Real >::NullIndex |
Definition at line 36 of file Wm4DelPolygonEdge.h.
Referenced by Wm4::DelPolygonEdge< Real >::DelPolygonEdge().
DelTriangle<Real>* Wm4::DelPolygonEdge< Real >::Tri |
Definition at line 37 of file Wm4DelPolygonEdge.h.
Referenced by Wm4::DelPolygonEdge< Real >::DelPolygonEdge().