VTK
Public Member Functions | Public Attributes | Protected Attributes | List of all members
vtkVRMLVectorType< T > Class Template Reference

#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
 

Detailed Description

template<class T>
class vtkVRMLVectorType< T >

Definition at line 57 of file vtkVRML.h.

Constructor & Destructor Documentation

template<class T >
vtkVRMLVectorType< T >::vtkVRMLVectorType ( )
inline

Definition at line 79 of file vtkVRML.h.

template<class T >
vtkVRMLVectorType< T >::vtkVRMLVectorType ( int  usenew)
inline

Definition at line 84 of file vtkVRML.h.

template<class T >
vtkVRMLVectorType< T >::~vtkVRMLVectorType ( void  )
inline

Definition at line 88 of file vtkVRML.h.

Member Function Documentation

template<class T >
void vtkVRMLVectorType< T >::Init ( )
inline

Definition at line 64 of file vtkVRML.h.

template<class T >
void vtkVRMLVectorType< T >::Reserve ( int  newSize)
inline

Definition at line 95 of file vtkVRML.h.

template<class T >
void vtkVRMLVectorType< T >::Demand ( int  newSize)
inline

Definition at line 125 of file vtkVRML.h.

template<class T >
int vtkVRMLVectorType< T >::Count ( void  ) const
inline

Definition at line 130 of file vtkVRML.h.

template<class T >
T& vtkVRMLVectorType< T >::Get ( int  index) const
inline

Definition at line 134 of file vtkVRML.h.

template<class T >
T& vtkVRMLVectorType< T >::operator[] ( int  index)
inline

Definition at line 140 of file vtkVRML.h.

template<class T >
vtkVRMLVectorType< T >::operator T * ( ) const
inline

Definition at line 146 of file vtkVRML.h.

template<class T >
vtkVRMLVectorType<T>& vtkVRMLVectorType< T >::operator+= ( datum)
inline

Definition at line 150 of file vtkVRML.h.

template<class T >
void vtkVRMLVectorType< T >::Push ( datum)
inline

Definition at line 157 of file vtkVRML.h.

template<class T >
T& vtkVRMLVectorType< T >::Pop ( )
inline

Definition at line 163 of file vtkVRML.h.

template<class T >
T& vtkVRMLVectorType< T >::Top ( )
inline

Definition at line 168 of file vtkVRML.h.

template<class T >
void* vtkVRMLVectorType< T >::operator new ( size_t  n)
inline

Definition at line 173 of file vtkVRML.h.

template<class T >
void vtkVRMLVectorType< T >::operator delete ( void *  )
inline

Definition at line 178 of file vtkVRML.h.

Member Data Documentation

template<class T >
T* vtkVRMLVectorType< T >::Data
protected

Definition at line 60 of file vtkVRML.h.

template<class T >
int vtkVRMLVectorType< T >::Allocated
protected

Definition at line 61 of file vtkVRML.h.

template<class T >
int vtkVRMLVectorType< T >::Used
protected

Definition at line 62 of file vtkVRML.h.

template<class T >
int vtkVRMLVectorType< T >::UseNew

Definition at line 182 of file vtkVRML.h.


The documentation for this class was generated from the following file: