Iterator over a vtkPVDataSetAttributesInformation
's arrays; yielding their vtkPVArrayInformation
.
More...
#include <vtkPVDataSetAttributesInformation.h>
Iterator over a vtkPVDataSetAttributesInformation
's arrays; yielding their vtkPVArrayInformation
.
This iterator is slower thant looping over arrays using GetNumberOfArrays()
and GetArrayInformation(idx)
but returns the arrays ordered by name. Prefer the other approach unless you explicitely need the ordered arrays.
Definition at line 35 of file vtkPVDataSetAttributesInformation.h.
◆ AlphabeticalArrayInformationIterator()
◆ ~AlphabeticalArrayInformationIterator()
vtkPVDataSetAttributesInformation::AlphabeticalArrayInformationIterator::~AlphabeticalArrayInformationIterator |
( |
| ) |
|
◆ GoToFirstItem()
void vtkPVDataSetAttributesInformation::AlphabeticalArrayInformationIterator::GoToFirstItem |
( |
| ) |
|
◆ GoToNextItem()
void vtkPVDataSetAttributesInformation::AlphabeticalArrayInformationIterator::GoToNextItem |
( |
| ) |
|
◆ IsDoneWithTraversal()
bool vtkPVDataSetAttributesInformation::AlphabeticalArrayInformationIterator::IsDoneWithTraversal |
( |
| ) |
const |
◆ GetCurrentArrayInformation()
vtkPVArrayInformation* vtkPVDataSetAttributesInformation::AlphabeticalArrayInformationIterator::GetCurrentArrayInformation |
( |
| ) |
|
The documentation for this class was generated from the following file: