|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepMesh_Triangle () |
Standard_EXPORT | BRepMesh_Triangle (const Standard_Integer e1, const Standard_Integer e2, const Standard_Integer e3, const Standard_Boolean o1, const Standard_Boolean o2, const Standard_Boolean o3, const MeshDS_DegreeOfFreedom canMove, const Standard_Integer domain=0) |
Standard_EXPORT void | Initialize (const Standard_Integer e1, const Standard_Integer e2, const Standard_Integer e3, const Standard_Boolean o1, const Standard_Boolean o2, const Standard_Boolean o3, const MeshDS_DegreeOfFreedom canMove, const Standard_Integer domain=0) |
Standard_EXPORT void | Edges (Standard_Integer &e1, Standard_Integer &e2, Standard_Integer &e3, Standard_Boolean &o1, Standard_Boolean &o2, Standard_Boolean &o3) const |
MeshDS_DegreeOfFreedom | Movability () const |
Standard_EXPORT void | SetMovability (const MeshDS_DegreeOfFreedom Move) |
Standard_Integer | Domain () const |
Standard_EXPORT Standard_Integer | HashCode (const Standard_Integer Upper) const |
Standard_EXPORT Standard_Boolean | IsEqual (const BRepMesh_Triangle &Other) const |
Standard_Boolean | operator== (const BRepMesh_Triangle &Other) const |
Private Attributes |
Standard_Integer | Edge1 |
Standard_Boolean | Orientation1 |
Standard_Integer | Edge2 |
Standard_Boolean | Orientation2 |
Standard_Integer | Edge3 |
Standard_Boolean | Orientation3 |
Standard_Integer | myDomain |
MeshDS_DegreeOfFreedom | myMovability |