#include <IntPolyh_ArrayOfCouples.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_ArrayOfCouples () |
Standard_EXPORT | IntPolyh_ArrayOfCouples (const Standard_Integer nn) |
Standard_EXPORT void | Init (const Standard_Integer nn) |
Standard_EXPORT Standard_Integer | NbCouples () const |
Standard_EXPORT void | SetNbCouples (const Standard_Integer fint) |
Standard_EXPORT void | IncNbCouples () |
Standard_EXPORT const IntPolyh_Couple & | Value (const Standard_Integer nn) const |
const IntPolyh_Couple & | operator[] (const Standard_Integer nn) const |
Standard_EXPORT IntPolyh_Couple & | ChangeValue (const Standard_Integer nn) |
IntPolyh_Couple & | operator[] (const Standard_Integer nn) |
Standard_EXPORT void | Destroy () |
~IntPolyh_ArrayOfCouples () | |
Standard_EXPORT void | Dump () const |
Private Attributes | |
Standard_Integer | n |
Standard_Integer | eoa |
Standard_Address | ptr |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|