VTK
|
#include <vtkFieldData.h>
Public Member Functions | |
Iterator (const Iterator &source) | |
Iterator & | operator= (const Iterator &source) |
~Iterator () override | |
Iterator (vtkFieldData *dsa, const int *list=nullptr, unsigned int listSize=0) | |
vtkDataArray * | Begin () |
vtkDataArray * | Next () |
void | DetachFieldData () |
Public Member Functions inherited from vtkFieldData::BasicIterator | |
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 | |
vtkFieldData * | Fields |
int | Detached |
Protected Attributes inherited from vtkFieldData::BasicIterator | |
int * | List |
int | ListSize |
int | Position |
Definition at line 442 of file vtkFieldData.h.
vtkFieldData::Iterator::Iterator | ( | const Iterator & | source | ) |
|
override |
vtkFieldData::Iterator::Iterator | ( | vtkFieldData * | dsa, |
const int * | list = nullptr , |
||
unsigned int | listSize = 0 |
||
) |
|
inline |
Definition at line 452 of file vtkFieldData.h.
|
inline |
Definition at line 458 of file vtkFieldData.h.
void vtkFieldData::Iterator::DetachFieldData | ( | ) |
|
protected |
Definition at line 476 of file vtkFieldData.h.
|
protected |
Definition at line 477 of file vtkFieldData.h.