#include <vtkVRML.h>
Public Member Functions | |
| void | Init () |
| vtkVRMLVectorType () | |
| vtkVRMLVectorType (int usenew) | |
| ~vtkVRMLVectorType (void) | |
| 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 *) |
Public Attributes | |
| int | UseNew |
Protected Attributes | |
| T * | Data |
| int | Allocated |
| int | Used |
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
Definition at line 75 of file vtkVRML.h. References vtkVRMLAllocator::AllocateMemory(), DEFAULTINCREMENT, and vtkVRMLAllocator::Initialize(). |
|
||||||||||
|
Definition at line 106 of file vtkVRML.h. References vtkVRMLAllocator::AllocateMemory(), and DEFAULTINCREMENT. |
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
Definition at line 184 of file vtkVRML.h. References vtkVRMLAllocator::AllocateMemory(). |
|
||||||||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|