|
VTK
9.4.2
|
#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 ()=default | |
| BasicIterator (const BasicIterator &source) | |
| BasicIterator (const int *list, unsigned int listSize) | |
| BasicIterator & | operator= (const BasicIterator &source) |
| virtual | ~BasicIterator ()=default |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| int | GetListSize () const |
| int | GetCurrentIndex () |
| int | BeginIndex () |
| int | End () const |
| int | NextIndex () |
| std::vector< int >::const_iterator | begin () |
| std::vector< int >::const_iterator | end () |
Protected Attributes | |
| vtkFieldData * | Fields |
| int | Detached |
Protected Attributes inherited from vtkFieldData::BasicIterator | |
| std::vector< int > | List |
| int | Position |
Definition at line 626 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 634 of file vtkFieldData.h.
|
inline |
Definition at line 640 of file vtkFieldData.h.
| void vtkFieldData::Iterator::DetachFieldData | ( | ) |
|
protected |
Definition at line 658 of file vtkFieldData.h.
|
protected |
Definition at line 659 of file vtkFieldData.h.