#include <vtkVRML.h>
Inheritance diagram for VectorType:


Public Methods | |
| void | Init () |
| VectorType () | |
| VectorType (int usenew) | |
| ~VectorType (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 | |
| VectorType< 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 |
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001