#include <Extrema_Array1OfPOnSurf.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | Extrema_Array1OfPOnSurf (const Standard_Integer Low, const Standard_Integer Up) |
Standard_EXPORT | Extrema_Array1OfPOnSurf (const Extrema_POnSurf &Item, const Standard_Integer Low, const Standard_Integer Up) |
Standard_EXPORT void | Init (const Extrema_POnSurf &V) |
Standard_EXPORT void | Destroy () |
~Extrema_Array1OfPOnSurf () | |
Standard_Boolean | IsAllocated () const |
Standard_EXPORT const Extrema_Array1OfPOnSurf & | Assign (const Extrema_Array1OfPOnSurf &Other) |
const Extrema_Array1OfPOnSurf & | operator= (const Extrema_Array1OfPOnSurf &Other) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const Extrema_POnSurf &Value) |
const Extrema_POnSurf & | Value (const Standard_Integer Index) const |
const Extrema_POnSurf & | operator() (const Standard_Integer Index) const |
Extrema_POnSurf & | ChangeValue (const Standard_Integer Index) |
Extrema_POnSurf & | operator() (const Standard_Integer Index) |
Private Member Functions | |
Standard_EXPORT | Extrema_Array1OfPOnSurf (const Extrema_Array1OfPOnSurf &AnArray) |
Private Attributes | |
Standard_Integer | myLowerBound |
Standard_Integer | myUpperBound |
Standard_Address | myStart |
Standard_Boolean | isAllocated |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|