|
Open CASCADE Technology 6.5.2
|
#include <BRepMesh_Edge.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BRepMesh_Edge (const Standard_Integer vDebut, const Standard_Integer vFin, const BRepMesh_DegreeOfFreedom canMove) | |
| Contructs a link beetween to vertices. | |
| Standard_Integer | FirstNode () const |
| Give the index of first node of the Link. | |
| Standard_Integer | LastNode () const |
| Give the index of Last node of the Link. | |
| BRepMesh_DegreeOfFreedom | Movability () const |
| void | SetMovability (const BRepMesh_DegreeOfFreedom Move) |
| Standard_Integer | HashCode (const Standard_Integer Upper) const |
| Standard_Boolean | SameOrientation (const BRepMesh_Edge &Other) const |
| Standard_Boolean | IsEqual (const BRepMesh_Edge &Other) const |
| Standard_Boolean | operator== (const BRepMesh_Edge &Other) const |
| BRepMesh_Edge::BRepMesh_Edge | ( | const Standard_Integer | vDebut, |
| const Standard_Integer | vFin, | ||
| const BRepMesh_DegreeOfFreedom | canMove | ||
| ) |
| Standard_Integer BRepMesh_Edge::FirstNode | ( | ) | const |
| Standard_Integer BRepMesh_Edge::HashCode | ( | const Standard_Integer | Upper | ) | const |
| Standard_Boolean BRepMesh_Edge::IsEqual | ( | const BRepMesh_Edge & | Other | ) | const |
| Standard_Integer BRepMesh_Edge::LastNode | ( | ) | const |
| BRepMesh_DegreeOfFreedom BRepMesh_Edge::Movability | ( | ) | const |
| void BRepMesh_Edge::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BRepMesh_Edge::operator new | ( | size_t | size | ) | [inline] |
| void* BRepMesh_Edge::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| Standard_Boolean BRepMesh_Edge::operator== | ( | const BRepMesh_Edge & | Other | ) | const [inline] |
| Standard_Boolean BRepMesh_Edge::SameOrientation | ( | const BRepMesh_Edge & | Other | ) | const |
| void BRepMesh_Edge::SetMovability | ( | const BRepMesh_DegreeOfFreedom | Move | ) |
1.7.4