VTK
|
Backwards compatibility class. More...
#include <vtkHierarchicalBoxDataSet.h>
Public Types | |
typedef vtkOverlappingAMR | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkHierarchicalBoxDataSet * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual vtkCompositeDataIterator * | NewIterator () |
virtual int | GetDataObjectType () |
Static Public Member Functions | |
static vtkHierarchicalBoxDataSet * | New () |
static int | IsTypeOf (const char *type) |
static vtkHierarchicalBoxDataSet * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
static vtkHierarchicalBoxDataSet * | GetData (vtkInformation *info) |
static vtkHierarchicalBoxDataSet * | GetData (vtkInformationVector *v, int i=0) |
vtkHierarchicalBoxDataSet () | |
virtual | ~vtkHierarchicalBoxDataSet () |
Backwards compatibility class.
An empty class for backwards compatiblity
Definition at line 36 of file vtkHierarchicalBoxDataSet.h.
Reimplemented from vtkOverlappingAMR.
Definition at line 41 of file vtkHierarchicalBoxDataSet.h.
vtkHierarchicalBoxDataSet::vtkHierarchicalBoxDataSet | ( | ) | [protected] |
Retrieve an instance of this class from an information object.
virtual vtkHierarchicalBoxDataSet::~vtkHierarchicalBoxDataSet | ( | ) | [protected, virtual] |
Retrieve an instance of this class from an information object.
static vtkHierarchicalBoxDataSet* vtkHierarchicalBoxDataSet::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkOverlappingAMR.
static int vtkHierarchicalBoxDataSet::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 vtkOverlappingAMR.
virtual int vtkHierarchicalBoxDataSet::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 vtkOverlappingAMR.
static vtkHierarchicalBoxDataSet* vtkHierarchicalBoxDataSet::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkOverlappingAMR.
virtual vtkObjectBase* vtkHierarchicalBoxDataSet::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkOverlappingAMR.
Reimplemented from vtkOverlappingAMR.
void vtkHierarchicalBoxDataSet::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 vtkOverlappingAMR.
virtual vtkCompositeDataIterator* vtkHierarchicalBoxDataSet::NewIterator | ( | ) | [virtual] |
Return a new iterator (the iterator has to be deleted by user).
Reimplemented from vtkOverlappingAMR.
virtual int vtkHierarchicalBoxDataSet::GetDataObjectType | ( | ) | [inline, virtual] |
Return class name of data type (see vtkType.h for definitions).
Reimplemented from vtkOverlappingAMR.
Definition at line 48 of file vtkHierarchicalBoxDataSet.h.
static vtkHierarchicalBoxDataSet* vtkHierarchicalBoxDataSet::GetData | ( | vtkInformation * | info | ) | [static] |
Retrieve an instance of this class from an information object.
Reimplemented from vtkOverlappingAMR.
static vtkHierarchicalBoxDataSet* vtkHierarchicalBoxDataSet::GetData | ( | vtkInformationVector * | v, |
int | i = 0 |
||
) | [static] |
Retrieve an instance of this class from an information object.
Reimplemented from vtkOverlappingAMR.