|
VTK
9.0.1
|
#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 423 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 431 of file vtkFieldData.h.
|
inline |
Definition at line 437 of file vtkFieldData.h.
| void vtkFieldData::Iterator::DetachFieldData | ( | ) |
|
protected |
Definition at line 455 of file vtkFieldData.h.
|
protected |
Definition at line 456 of file vtkFieldData.h.
1.8.17