vtkArrayIteratorTemplate< T > Class Template Reference

#include <vtkArrayIteratorTemplate.h>

Inheritance diagram for vtkArrayIteratorTemplate< T >:

Inheritance graph
[legend]
Collaboration diagram for vtkArrayIteratorTemplate< T >:

Collaboration graph
[legend]

List of all members.


Detailed Description

template<class T>
class vtkArrayIteratorTemplate< T >

Implementation template for a array iterator.

This is implementation template for a array iterator. It only works with arrays that have a contiguous internal storage of values (as in vtkDataArray, vtkStringArray).

Tests:
vtkArrayIteratorTemplate (Tests)

Definition at line 34 of file vtkArrayIteratorTemplate.h.

typedef T ValueType
 vtkArrayIteratorTemplate ()
 ~vtkArrayIteratorTemplate ()

Public Types

typedef vtkArrayIterator Superclass

Public Member Functions

void PrintSelf (ostream &os, vtkIndent indent)
virtual void Initialize (vtkAbstractArray *array)
vtkAbstractArrayGetArray ()
T * GetTuple (vtkIdType id)
vtkIdType GetNumberOfTuples ()
vtkIdType GetNumberOfValues ()
int GetNumberOfComponents ()
int GetDataType ()
int GetDataTypeSize ()
T & GetValue (vtkIdType id)
void SetValue (vtkIdType id, T value)

Static Public Member Functions

static
vtkArrayIteratorTemplate< T > * 
New ()

Protected Attributes

T * Pointer

Member Typedef Documentation

template<class T>
typedef vtkArrayIterator vtkArrayIteratorTemplate< T >::Superclass

Reimplemented from vtkArrayIterator.

Definition at line 38 of file vtkArrayIteratorTemplate.h.

template<class T>
typedef T vtkArrayIteratorTemplate< T >::ValueType

This is the data type for the value.

Definition at line 92 of file vtkArrayIteratorTemplate.h.


Constructor & Destructor Documentation

template<class T>
vtkArrayIteratorTemplate< T >::vtkArrayIteratorTemplate (  )  [protected]

This is the data type for the value.

template<class T>
vtkArrayIteratorTemplate< T >::~vtkArrayIteratorTemplate (  )  [protected]

This is the data type for the value.


Member Function Documentation

template<class T>
static vtkArrayIteratorTemplate<T>* vtkArrayIteratorTemplate< T >::New (  )  [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkObject.

template<class T>
void vtkArrayIteratorTemplate< T >::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkArrayIterator.

template<class T>
virtual void vtkArrayIteratorTemplate< T >::Initialize ( vtkAbstractArray array  )  [virtual]

Set the array this iterator will iterate over. After Initialize() has been called, the iterator is valid so long as the Array has not been modified (except using the iterator itself). If the array is modified, the iterator must be re-intialized.

Implements vtkArrayIterator.

template<class T>
vtkAbstractArray* vtkArrayIteratorTemplate< T >::GetArray (  )  [inline]

Get the array.

Definition at line 53 of file vtkArrayIteratorTemplate.h.

template<class T>
T* vtkArrayIteratorTemplate< T >::GetTuple ( vtkIdType  id  ) 

Must be called only after Initialize.

template<class T>
T& vtkArrayIteratorTemplate< T >::GetValue ( vtkIdType  id  )  [inline]

Must be called only after Initialize.

Definition at line 61 of file vtkArrayIteratorTemplate.h.

template<class T>
void vtkArrayIteratorTemplate< T >::SetValue ( vtkIdType  id,
value 
) [inline]

Sets the value at the index. This does not verify if the index is valid. The caller must ensure that id is less than the maximum number of values.

Definition at line 69 of file vtkArrayIteratorTemplate.h.

template<class T>
vtkIdType vtkArrayIteratorTemplate< T >::GetNumberOfTuples (  ) 

Must be called only after Initialize.

template<class T>
vtkIdType vtkArrayIteratorTemplate< T >::GetNumberOfValues (  ) 

Must be called only after Initialize.

template<class T>
int vtkArrayIteratorTemplate< T >::GetNumberOfComponents (  ) 

Must be called only after Initialize.

template<class T>
int vtkArrayIteratorTemplate< T >::GetDataType (  )  [virtual]

Get the data type from the underlying array.

Implements vtkArrayIterator.

template<class T>
int vtkArrayIteratorTemplate< T >::GetDataTypeSize (  ) 

Get the data type size from the underlying array.


Member Data Documentation

template<class T>
T* vtkArrayIteratorTemplate< T >::Pointer [protected]

Definition at line 98 of file vtkArrayIteratorTemplate.h.


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

Generated on Wed Aug 24 11:28:54 2011 for VTK by  doxygen 1.5.6