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