#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 90 of file vtkVRML.h. References vtkVRMLVectorType< T >::Init(), and vtkVRMLVectorType< T >::UseNew. |
|
Definition at line 95 of file vtkVRML.h. References vtkVRMLVectorType< T >::Init(), and vtkVRMLVectorType< T >::UseNew. |
|
|
|
Definition at line 75 of file vtkVRML.h. References vtkVRMLVectorType< T >::Allocated, vtkVRMLAllocator::AllocateMemory(), vtkVRMLVectorType< T >::Data, vtkVRMLAllocator::Initialize(), and vtkVRMLVectorType< T >::Used. Referenced by vtkVRMLVectorType< T >::vtkVRMLVectorType(). |
|
Definition at line 106 of file vtkVRML.h. References vtkVRMLVectorType< T >::Allocated, vtkVRMLAllocator::AllocateMemory(), and vtkVRMLVectorType< T >::Data. Referenced by vtkVRMLVectorType< T >::Demand(), vtkVRMLVectorType< T >::operator+=(), and vtkVRMLVectorType< T >::Push(). |
|
Definition at line 136 of file vtkVRML.h. References vtkVRMLVectorType< T >::Reserve(), and vtkVRMLVectorType< T >::Used. Referenced by vtkVRMLVectorType< T >::operator[](). |
|
|
|
Definition at line 145 of file vtkVRML.h. References vtkVRMLVectorType< T >::Data, and vtkVRMLVectorType< T >::Used. |
|
Definition at line 151 of file vtkVRML.h. References vtkVRMLVectorType< T >::Data, and vtkVRMLVectorType< T >::Demand(). |
|
|
|
Definition at line 161 of file vtkVRML.h. References vtkVRMLVectorType< T >::Data, vtkVRMLVectorType< T >::Reserve(), and vtkVRMLVectorType< T >::Used. |
|
Definition at line 168 of file vtkVRML.h. References vtkVRMLVectorType< T >::Data, vtkVRMLVectorType< T >::Reserve(), and vtkVRMLVectorType< T >::Used. |
|
Definition at line 174 of file vtkVRML.h. References vtkVRMLVectorType< T >::Data, and vtkVRMLVectorType< T >::Used. |
|
Definition at line 179 of file vtkVRML.h. References vtkVRMLVectorType< T >::Data, and vtkVRMLVectorType< T >::Used. |
|
Definition at line 184 of file vtkVRML.h. References vtkVRMLAllocator::AllocateMemory(). |
|
|
|
|
Definition at line 72 of file vtkVRML.h. Referenced by vtkVRMLVectorType< T >::Init(), and vtkVRMLVectorType< T >::Reserve(). |
|
Definition at line 73 of file vtkVRML.h. Referenced by vtkVRMLVectorType< T >::Demand(), vtkVRMLVectorType< T >::Get(), vtkVRMLVectorType< T >::Init(), vtkVRMLVectorType< T >::operator+=(), vtkVRMLVectorType< T >::Pop(), vtkVRMLVectorType< T >::Push(), and vtkVRMLVectorType< T >::Top(). |
|
Definition at line 193 of file vtkVRML.h. Referenced by vtkVRMLVectorType< T >::vtkVRMLVectorType(). |