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