Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

VectorType Class Template Reference

#include <vtkVRML.h>

Inheritance diagram for VectorType:

Inheritance graph
[legend]
Collaboration diagram for VectorType:

Collaboration graph
[legend]
List of all members.

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

template<class T>
class VectorType< T >


Constructor & Destructor Documentation

template<class T>
VectorType< T >::VectorType   [inline]
 

Definition at line 123 of file vtkVRML.h.

template<class T>
VectorType< T >::VectorType int    usenew [inline]
 

Definition at line 128 of file vtkVRML.h.

template<class T>
VectorType< T >::~VectorType void    [inline]
 

Definition at line 132 of file vtkVRML.h.


Member Function Documentation

template<class T>
void VectorType< T >::Init   [inline]
 

Definition at line 108 of file vtkVRML.h.

template<class T>
void VectorType< T >::Reserve int    newSize [inline]
 

Definition at line 139 of file vtkVRML.h.

template<class T>
void VectorType< T >::Demand int    newSize [inline]
 

Definition at line 169 of file vtkVRML.h.

template<class T>
int VectorType< T >::Count void    const [inline]
 

Definition at line 174 of file vtkVRML.h.

template<class T>
T& VectorType< T >::Get int    index const [inline]
 

Definition at line 178 of file vtkVRML.h.

template<class T>
T& VectorType< T >::operator[] int    index [inline]
 

Definition at line 184 of file vtkVRML.h.

template<class T>
VectorType< T >::operator T *   const [inline]
 

Definition at line 190 of file vtkVRML.h.

template<class T>
VectorType<T>& VectorType< T >::operator+=   datum [inline]
 

Definition at line 194 of file vtkVRML.h.

template<class T>
void VectorType< T >::Push   datum [inline]
 

Definition at line 201 of file vtkVRML.h.

template<class T>
T& VectorType< T >::Pop   [inline]
 

Definition at line 207 of file vtkVRML.h.

template<class T>
T& VectorType< T >::Top   [inline]
 

Definition at line 212 of file vtkVRML.h.

template<class T>
void* VectorType< T >::operator new size_t    n [inline]
 

Definition at line 217 of file vtkVRML.h.

template<class T>
void VectorType< T >::operator delete void *    [inline]
 

Definition at line 222 of file vtkVRML.h.


Member Data Documentation

template<class T>
T* VectorType::Data [protected]
 

Definition at line 104 of file vtkVRML.h.

template<class T>
int VectorType::Allocated [protected]
 

Definition at line 105 of file vtkVRML.h.

template<class T>
int VectorType::Used [protected]
 

Definition at line 106 of file vtkVRML.h.

template<class T>
int VectorType::UseNew
 

Definition at line 226 of file vtkVRML.h.


The documentation for this class was generated from the following file:
Generated on Thu Mar 28 14:45:07 2002 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001