#include <NMTTools_CommonBlock.hxx>
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | NMTTools_CommonBlock () |
| Standard_EXPORT void | AddPaveBlock (const BOPTools_PaveBlock &aPB) |
| Standard_EXPORT void | AddFace (const Standard_Integer aF) |
| Standard_EXPORT void | AddFaces (const TColStd_ListOfInteger &aLF) |
Standard_EXPORT const
BOPTools_ListOfPaveBlock & | PaveBlocks () const |
Standard_EXPORT const
TColStd_ListOfInteger & | Faces () const |
Standard_EXPORT const
BOPTools_PaveBlock & | PaveBlock1 () const |
Standard_EXPORT
BOPTools_PaveBlock & | PaveBlock1 (const Standard_Integer anIx) |
Standard_EXPORT
BOPTools_PaveBlock & | PaveBlockOnEdge (const Standard_Integer anIndex) |
| Standard_EXPORT Standard_Boolean | IsPaveBlockOnFace (const Standard_Integer anIndex) const |
| Standard_EXPORT Standard_Boolean | IsPaveBlockOnEdge (const Standard_Integer anIndex) const |
| Standard_EXPORT Standard_Boolean | IsEqual (const NMTTools_CommonBlock &aCB) const |
| Standard_EXPORT Standard_Boolean | Contains (const BOPTools_PaveBlock &aPB) const |
Protected Attributes |
| BOPTools_ListOfPaveBlock | myPaveBlocks |
| TColStd_ListOfInteger | myFaces |
Constructor & Destructor Documentation
| NMTTools_CommonBlock::NMTTools_CommonBlock |
( |
| ) |
|
Member Function Documentation
| void* NMTTools_CommonBlock.operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| |
| void* NMTTools_CommonBlock.operator new |
( |
size_t |
size | ) |
|
| void NMTTools_CommonBlock.operator delete |
( |
void * |
anAddress | ) |
|
| void NMTTools_CommonBlock::AddPaveBlock |
( |
const BOPTools_PaveBlock & |
aPB | ) |
|
| void NMTTools_CommonBlock::AddFace |
( |
const Standard_Integer |
aF | ) |
|
| void NMTTools_CommonBlock::AddFaces |
( |
const TColStd_ListOfInteger & |
aLF | ) |
|
| const BOPTools_ListOfPaveBlock & NMTTools_CommonBlock::PaveBlocks |
( |
| ) |
const |
| const TColStd_ListOfInteger & NMTTools_CommonBlock::Faces |
( |
| ) |
const |
| const BOPTools_PaveBlock & NMTTools_CommonBlock::PaveBlock1 |
( |
| ) |
const |
| BOPTools_PaveBlock & NMTTools_CommonBlock::PaveBlock1 |
( |
const Standard_Integer |
anIx | ) |
|
| BOPTools_PaveBlock & NMTTools_CommonBlock::PaveBlockOnEdge |
( |
const Standard_Integer |
anIndex | ) |
|
| Standard_Boolean NMTTools_CommonBlock::IsPaveBlockOnFace |
( |
const Standard_Integer |
anIndex | ) |
const |
| Standard_Boolean NMTTools_CommonBlock::IsPaveBlockOnEdge |
( |
const Standard_Integer |
anIndex | ) |
const |
| Standard_Boolean NMTTools_CommonBlock::Contains |
( |
const BOPTools_PaveBlock & |
aPB | ) |
const |
Field Documentation