|
VTK
|
#include <vtkVRML.h>
Public Member Functions | |
| vtkVRMLVectorType (int usenew=0) | |
| ~vtkVRMLVectorType (void) | |
| void | Init () |
| void | Reserve (int newSize) |
| void | Demand (int newSize) |
| int | Count (void) const |
| T & | Get (int index) const |
| T & | operator[] (int index) |
| operator T* () const | |
| vtkVRMLVectorType< T > & | operator+= (T datum) |
| void | Push (T datum) |
| T & | Pop () |
| T & | Top () |
| void * | operator new (size_t n) |
| void | operator delete (void *) |
Protected Attributes | |
| T * | Data |
| int | UseNew |
| int | Allocated |
| int | Used |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
1.8.13