vtkMultiBlockDataVisitor Class Reference
#include <vtkMultiBlockDataVisitor.h>
Inheritance diagram for vtkMultiBlockDataVisitor:
[legend]Collaboration diagram for vtkMultiBlockDataVisitor:
[legend]List of all members.
Detailed Description
visitor to apply a command to all datasets
vtkMultiBlockDataVisitor is a concrete implementation of vtkCompositeDataIterator. It iterates over the collection and applies the command to each. It will recursively iterate over items in the composite datasets in the collection.
- Created by:
-
- CVS contributions (if > 5%):
-
- CVS logs (CVSweb):
.h (/Filtering/vtkMultiBlockDataVisitor
.h)
.cxx (/Filtering/vtkMultiBlockDataVisitor
.cxx)
Definition at line 43 of file vtkMultiBlockDataVisitor.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkMultiBlockDataVisitor::vtkMultiBlockDataVisitor |
( |
|
) |
[protected] |
|
Member Function Documentation
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject. |
virtual const char* vtkMultiBlockDataVisitor::GetClassName |
( |
|
) |
[virtual] |
|
int vtkMultiBlockDataVisitor::IsTypeOf |
( |
const char * |
type |
) |
[static] |
|
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkCompositeDataVisitor. |
virtual int vtkMultiBlockDataVisitor::IsA |
( |
const char * |
type |
) |
[virtual] |
|
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkCompositeDataVisitor. |
void vtkMultiBlockDataVisitor::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
[virtual] |
|
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkCompositeDataVisitor. |
|
Set/Get the iterator used to access the items in the input. |
|
Set/Get the iterator used to access the items in the input. |
virtual void vtkMultiBlockDataVisitor::Execute |
( |
|
) |
[virtual] |
|
void vtkMultiBlockDataVisitor::ExecuteDataSet |
( |
vtkDataSet * |
ds |
) |
[protected] |
|
Member Data Documentation
The documentation for this class was generated from the following file: