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