#include <vtkHierarchicalBoxDataIterator.h>
Definition at line 26 of file vtkHierarchicalBoxDataIterator.h.
Public Types | |
typedef vtkCompositeDataIterator | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
unsigned int | GetCurrentLevel () |
unsigned int | GetCurrentIndex () |
Static Public Member Functions | |
static vtkHierarchicalBoxDataIterator * | New () |
static int | IsTypeOf (const char *type) |
static vtkHierarchicalBoxDataIterator * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkHierarchicalBoxDataIterator () | |
~vtkHierarchicalBoxDataIterator () |
Reimplemented from vtkCompositeDataIterator.
Definition at line 30 of file vtkHierarchicalBoxDataIterator.h.
vtkHierarchicalBoxDataIterator::vtkHierarchicalBoxDataIterator | ( | ) | [protected] |
vtkHierarchicalBoxDataIterator::~vtkHierarchicalBoxDataIterator | ( | ) | [protected] |
static vtkHierarchicalBoxDataIterator* vtkHierarchicalBoxDataIterator::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkCompositeDataIterator.
virtual const char* vtkHierarchicalBoxDataIterator::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkCompositeDataIterator.
static int vtkHierarchicalBoxDataIterator::IsTypeOf | ( | const char * | name | ) | [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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkCompositeDataIterator.
virtual int vtkHierarchicalBoxDataIterator::IsA | ( | const char * | name | ) | [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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkCompositeDataIterator.
static vtkHierarchicalBoxDataIterator* vtkHierarchicalBoxDataIterator::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkCompositeDataIterator.
void vtkHierarchicalBoxDataIterator::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 vtkCompositeDataIterator.
unsigned int vtkHierarchicalBoxDataIterator::GetCurrentLevel | ( | ) |
Returns the level for the current dataset.
unsigned int vtkHierarchicalBoxDataIterator::GetCurrentIndex | ( | ) |
Returns the dataset index for the current data object. Valid only if the current data is a leaf node i.e. no a composite dataset.
Reimplemented from vtkCompositeDataIterator.