#include <MeshAlgo_Edge.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT Standard_Integer | FirstNode () const |
Give the index of first node of the Edge. . | |
Standard_EXPORT Standard_Integer | LastNode () const |
Give the index of Last node of the Edge. . | |
Standard_EXPORT MeshDS_DegreeOfFreedom | Movability () const |
Standard_EXPORT void | SetMovability (const MeshDS_DegreeOfFreedom canMove) |
Standard_EXPORT Standard_Integer | Domain () const |
Standard_EXPORT Standard_Boolean | SameOrientation (const MeshAlgo_Edge &Other) const |
For maping the Edges. Same Edge -> Same HashCode Different Edges -> Not IsEqual but can have same HashCode . | |
Standard_EXPORT Standard_Integer | HashCode (const Standard_Integer Upper) const |
Standard_EXPORT Standard_Boolean | IsEqual (const MeshAlgo_Edge &Other) const |
Standard_Boolean | operator== (const MeshAlgo_Edge &Other) const |
Protected Member Functions | |
Standard_EXPORT | MeshAlgo_Edge (const Standard_Integer node1, const Standard_Integer node2, const MeshDS_DegreeOfFreedom canMove, const Standard_Integer domain) |
Contructs an Edge beetween to vertices. . |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|