VTK
9.1.0
|
#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 543 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 551 of file vtkFieldData.h.
|
inline |
Definition at line 557 of file vtkFieldData.h.
void vtkFieldData::Iterator::DetachFieldData | ( | ) |
|
protected |
Definition at line 575 of file vtkFieldData.h.
|
protected |
Definition at line 576 of file vtkFieldData.h.