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

#include <vtkVRML.h>

Inheritance diagram for vtkVRMLVectorType< T >:
[legend]

Public Member Functions

 vtkVRMLVectorType (int usenew=0)
 
 ~vtkVRMLVectorType (void)
 
void Init ()
 
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 *)
 

Protected Attributes

T * Data
 
int UseNew
 
int Allocated
 
int Used
 

Detailed Description

template<class T>
class vtkVRMLVectorType< T >

Definition at line 75 of file vtkVRML.h.

Constructor & Destructor Documentation

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

Definition at line 78 of file vtkVRML.h.

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

Definition at line 83 of file vtkVRML.h.

Member Function Documentation

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

Definition at line 91 of file vtkVRML.h.

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

Definition at line 107 of file vtkVRML.h.

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

Definition at line 135 of file vtkVRML.h.

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

Definition at line 141 of file vtkVRML.h.

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

Definition at line 146 of file vtkVRML.h.

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

Definition at line 152 of file vtkVRML.h.

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

Definition at line 161 of file vtkVRML.h.

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

Definition at line 166 of file vtkVRML.h.

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

Definition at line 174 of file vtkVRML.h.

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

Definition at line 181 of file vtkVRML.h.

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

Definition at line 187 of file vtkVRML.h.

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

Definition at line 192 of file vtkVRML.h.

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

Definition at line 197 of file vtkVRML.h.

Member Data Documentation

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

Definition at line 202 of file vtkVRML.h.

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

Definition at line 203 of file vtkVRML.h.

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

Definition at line 204 of file vtkVRML.h.

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

Definition at line 205 of file vtkVRML.h.


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