#include <IntPolyh_ArrayOfPoints.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | IntPolyh_ArrayOfPoints () |
Standard_EXPORT | IntPolyh_ArrayOfPoints (const Standard_Integer nn) |
Standard_EXPORT void | Init (const Standard_Integer nn) |
Standard_EXPORT const IntPolyh_Point & | Value (const Standard_Integer nn) const |
const IntPolyh_Point & | operator[] (const Standard_Integer nn) const |
Standard_EXPORT IntPolyh_Point & | ChangeValue (const Standard_Integer nn) |
IntPolyh_Point & | operator[] (const Standard_Integer nn) |
Standard_EXPORT IntPolyh_ArrayOfPoints & | Copy (const IntPolyh_ArrayOfPoints &Other) |
IntPolyh_ArrayOfPoints & | operator= (const IntPolyh_ArrayOfPoints &Other) |
Standard_EXPORT Standard_Integer | GetN () const |
Standard_EXPORT Standard_Integer | NbPoints () const |
Standard_EXPORT void | IncNbPoints () |
Standard_EXPORT void | SetNbPoints (const Standard_Integer END) |
Standard_EXPORT void | Destroy () |
~IntPolyh_ArrayOfPoints () | |
Standard_EXPORT void | Dump () const |
Private Attributes | |
Standard_Integer | n |
Standard_Integer | fintp |
Standard_Address | ptr |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|