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

Public Methods | |
| VectorType () | |
| ~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 () |
Protected Attributes | |
| T * | Data |
| int | Allocated |
| int | Used |
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
Definition at line 131 of file vtkVRML.h. Referenced by Demand(), Push(), and operator+=().
|
|
||||||||||
|
Definition at line 81 of file vtkVRML.h. Referenced by operator[]().
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001