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