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