#include <vtkFieldData.h>
Inheritance diagram for vtkFieldData::BasicIterator:
Public Methods | |
BasicIterator () | |
BasicIterator (const BasicIterator &source) | |
BasicIterator (const int *list, unsigned int listSize) | |
BasicIterator & | operator= (const BasicIterator &source) |
virtual | ~BasicIterator () |
int | GetListSize () const |
int | GetCurrentIndex () |
int | BeginIndex () |
int | End () const |
int | NextIndex () |
Protected Methods | |
int | IsInList (int index) |
Protected Attributes | |
int * | List |
int | ListSize |
int | Position |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 349 of file vtkFieldData.h. |
|
Definition at line 353 of file vtkFieldData.h. |
|
Definition at line 357 of file vtkFieldData.h. |
|
Definition at line 362 of file vtkFieldData.h. |
|
Definition at line 366 of file vtkFieldData.h. |
|
|
|
Definition at line 375 of file vtkFieldData.h. |
|
Definition at line 376 of file vtkFieldData.h. |
|
Definition at line 377 of file vtkFieldData.h. |