| 
    VTK
   
    
   
   | 
  
  
  
 
#include <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 | 
Definition at line 317 of file vtkFieldData.h.
| 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 327 of file vtkFieldData.h.
| int vtkFieldData::BasicIterator::GetCurrentIndex | ( | ) |  [inline] | 
        
Definition at line 331 of file vtkFieldData.h.
| int vtkFieldData::BasicIterator::BeginIndex | ( | ) |  [inline] | 
        
Definition at line 335 of file vtkFieldData.h.
| int vtkFieldData::BasicIterator::End | ( | ) |  const [inline] | 
        
Definition at line 340 of file vtkFieldData.h.
| int vtkFieldData::BasicIterator::NextIndex | ( | ) |  [inline] | 
        
Definition at line 344 of file vtkFieldData.h.
int* vtkFieldData::BasicIterator::List [protected] | 
        
Definition at line 352 of file vtkFieldData.h.
int vtkFieldData::BasicIterator::ListSize [protected] | 
        
Definition at line 353 of file vtkFieldData.h.
int vtkFieldData::BasicIterator::Position [protected] | 
        
Definition at line 354 of file vtkFieldData.h.
 1.8.0