#include <NMTDS_Tools.hxx>
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
Static Public Member Functions |
static Standard_EXPORT
Standard_Integer | TypeToInteger (const TopAbs_ShapeEnum aT1, const TopAbs_ShapeEnum aT2) |
static Standard_EXPORT
Standard_Boolean | HasBRep (const TopAbs_ShapeEnum aT) |
static Standard_EXPORT
Standard_Integer | ComputeVV (const TopoDS_Vertex &aV1, const TopoDS_Vertex &aV2) |
| static Standard_EXPORT void | CopyShape (const TopoDS_Shape &aS, TopoDS_Shape &aSC) |
| static Standard_EXPORT void | CopyShape (const TopoDS_Shape &aS, TopoDS_Shape &aSC, TopTools_IndexedDataMapOfShapeShape &aMSS) |
Member Function Documentation
| void* NMTDS_Tools.operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| |
| void* NMTDS_Tools.operator new |
( |
size_t |
size | ) |
|
| void NMTDS_Tools.operator delete |
( |
void * |
anAddress | ) |
|
| Standard_Integer NMTDS_Tools::TypeToInteger |
( |
const TopAbs_ShapeEnum |
aT1, |
|
|
const TopAbs_ShapeEnum |
aT2 |
|
) |
| [static] |
| Standard_Boolean NMTDS_Tools::HasBRep |
( |
const TopAbs_ShapeEnum |
aT | ) |
[static] |
| Standard_Integer NMTDS_Tools::ComputeVV |
( |
const TopoDS_Vertex & |
aV1, |
|
|
const TopoDS_Vertex & |
aV2 |
|
) |
| [static] |
| void NMTDS_Tools::CopyShape |
( |
const TopoDS_Shape & |
aS, |
|
|
TopoDS_Shape & |
aSC |
|
) |
| [static] |
| void NMTDS_Tools::CopyShape |
( |
const TopoDS_Shape & |
aS, |
|
|
TopoDS_Shape & |
aSC, |
|
|
TopTools_IndexedDataMapOfShapeShape & |
aMSS |
|
) |
| [static] |