#include <Graphic3d_Array1OfVertexN.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_Array1OfVertexN (const Standard_Integer Low, const Standard_Integer Up) |
| Standard_EXPORT | Graphic3d_Array1OfVertexN (const Graphic3d_VertexN &Item, const Standard_Integer Low, const Standard_Integer Up) |
| Standard_EXPORT void | Init (const Graphic3d_VertexN &V) |
| Standard_EXPORT void | Destroy () |
| ~Graphic3d_Array1OfVertexN () | |
| Standard_Boolean | IsAllocated () const |
| Standard_EXPORT const Graphic3d_Array1OfVertexN & | Assign (const Graphic3d_Array1OfVertexN &Other) |
| const Graphic3d_Array1OfVertexN & | operator= (const Graphic3d_Array1OfVertexN &Other) |
| Standard_Integer | Length () const |
| Standard_Integer | Lower () const |
| Standard_Integer | Upper () const |
| void | SetValue (const Standard_Integer Index, const Graphic3d_VertexN &Value) |
| const Graphic3d_VertexN & | Value (const Standard_Integer Index) const |
| const Graphic3d_VertexN & | operator() (const Standard_Integer Index) const |
| Graphic3d_VertexN & | ChangeValue (const Standard_Integer Index) |
| Graphic3d_VertexN & | operator() (const Standard_Integer Index) |
Private Member Functions | |
| Standard_EXPORT | Graphic3d_Array1OfVertexN (const Graphic3d_Array1OfVertexN &AnArray) |
Private Attributes | |
| Standard_Integer | myLowerBound |
| Standard_Integer | myUpperBound |
| Standard_Address | myStart |
| Standard_Boolean | isAllocated |
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1