#include <vtkFieldData.h>

Definition at line 378 of file vtkFieldData.h.
| Public Member Functions | |
| BasicIterator () | |
| BasicIterator (const BasicIterator &source) | |
| BasicIterator (const int *list, unsigned int listSize) | |
| BasicIterator & | operator= (const BasicIterator &source) | 
| virtual | ~BasicIterator () | 
| void | PrintSelf (ostream &os, vtkIndent indent) | 
| int | GetListSize () const | 
| int | GetCurrentIndex () | 
| int | BeginIndex () | 
| int | End () const | 
| int | NextIndex () | 
| Protected Attributes | |
| int * | List | 
| int | ListSize | 
| int | Position | 
| vtkFieldData::BasicIterator::BasicIterator | ( | ) | 
| vtkFieldData::BasicIterator::BasicIterator | ( | const BasicIterator & | source | ) | 
| vtkFieldData::BasicIterator::BasicIterator | ( | const int * | list, | |
| unsigned int | listSize | |||
| ) | 
| virtual vtkFieldData::BasicIterator::~BasicIterator | ( | ) |  [virtual] | 
| BasicIterator& vtkFieldData::BasicIterator::operator= | ( | const BasicIterator & | source | ) | 
| void vtkFieldData::BasicIterator::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | 
| int vtkFieldData::BasicIterator::GetListSize | ( | ) | const  [inline] | 
Definition at line 388 of file vtkFieldData.h.
| int vtkFieldData::BasicIterator::GetCurrentIndex | ( | ) |  [inline] | 
Definition at line 392 of file vtkFieldData.h.
| int vtkFieldData::BasicIterator::BeginIndex | ( | ) |  [inline] | 
Definition at line 396 of file vtkFieldData.h.
| int vtkFieldData::BasicIterator::End | ( | ) | const  [inline] | 
Definition at line 401 of file vtkFieldData.h.
| int vtkFieldData::BasicIterator::NextIndex | ( | ) |  [inline] | 
Definition at line 405 of file vtkFieldData.h.
| int* vtkFieldData::BasicIterator::List  [protected] | 
Definition at line 413 of file vtkFieldData.h.
| int vtkFieldData::BasicIterator::ListSize  [protected] | 
Definition at line 414 of file vtkFieldData.h.
| int vtkFieldData::BasicIterator::Position  [protected] | 
Definition at line 415 of file vtkFieldData.h.
 1.5.6
 1.5.6