iterator used to iterate over data information for a composite data set.
More...
#include <vtkPVCompositeDataInformationIterator.h>
Inherits vtkObject.
iterator used to iterate over data information for a composite data set.
vtkPVCompositeDataInformationIterator is an iterator used to iterate over data information for a composite data set.
Definition at line 32 of file vtkPVCompositeDataInformationIterator.h.
◆ Superclass
◆ vtkPVCompositeDataInformationIterator()
vtkPVCompositeDataInformationIterator::vtkPVCompositeDataInformationIterator |
( |
| ) |
|
|
protected |
◆ ~vtkPVCompositeDataInformationIterator()
vtkPVCompositeDataInformationIterator::~vtkPVCompositeDataInformationIterator |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkPVCompositeDataInformationIterator::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkPVCompositeDataInformationIterator::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkPVCompositeDataInformationIterator::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkPVCompositeDataInformationIterator::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ SetDataInformation()
Get/Set the vtkPVDataInformation instance to iterate over.
It is assumed that the argument represents the data information for a composite dataset.
◆ GetDataInformation()
Get/Set the vtkPVDataInformation instance to iterate over.
It is assumed that the argument represents the data information for a composite dataset.
◆ InitTraversal()
void vtkPVCompositeDataInformationIterator::InitTraversal |
( |
| ) |
|
Initializes the traversal.
◆ IsDoneWithTraversal()
bool vtkPVCompositeDataInformationIterator::IsDoneWithTraversal |
( |
| ) |
|
Returns true, if the iterator is finished with the traversal.
◆ GoToNextItem()
void vtkPVCompositeDataInformationIterator::GoToNextItem |
( |
| ) |
|
◆ GetCurrentDataInformation()
Returns the current nodes data-information.
If current node is a piece within a multi-piece dataset, then this will return NULL.
◆ GetCurrentName()
const char* vtkPVCompositeDataInformationIterator::GetCurrentName |
( |
| ) |
|
Returns the name for the current node.
Name may be valid only for a child node. The root node has no name. Returns NULL when no name is provided.
◆ GetCurrentFlatIndex()
virtual unsigned int vtkPVCompositeDataInformationIterator::GetCurrentFlatIndex |
( |
| ) |
|
|
virtual |
Returns the current flat index/composite index.
This is only valid is IsDoneWithTraversal() returns false.
◆ CurrentFlatIndex
unsigned int vtkPVCompositeDataInformationIterator::CurrentFlatIndex |
|
protected |
◆ DataInformation
The documentation for this class was generated from the following file: