#include <BOPTools_Curve.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BOPTools_Curve () |
Empty constructor . | |
Standard_EXPORT | BOPTools_Curve (const IntTools_Curve &aIC) |
Constructor . | |
Standard_EXPORT void | SetCurve (const IntTools_Curve &aIC) |
Modifier . | |
Standard_EXPORT const IntTools_Curve & | Curve () const |
Selector . | |
Standard_EXPORT BOPTools_PaveSet & | Set () |
Selector . | |
Standard_EXPORT void | AppendNewBlock (const BOPTools_PaveBlock &aPB) |
Adds the PaveBlock <apb> to the pave set . | |
Standard_EXPORT const BOPTools_ListOfPaveBlock & | NewPaveBlocks () const |
Returns the PaveBlock-s attached to the curve . | |
Standard_EXPORT TColStd_ListOfInteger & | TechnoVertices () |
Returns indices TechnoVertices attached to the curve . | |
Private Attributes | |
IntTools_Curve | myCurve |
BOPTools_PaveSet | myPaveSet |
BOPTools_ListOfPaveBlock | myNewPBs |
TColStd_ListOfInteger | myTechnoVertices |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|