VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkHierarchicalBoxDataSet Class Reference

Backwards compatibility class. More...

#include <vtkHierarchicalBoxDataSet.h>

Inheritance diagram for vtkHierarchicalBoxDataSet:
Inheritance graph
[legend]
Collaboration diagram for vtkHierarchicalBoxDataSet:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkOverlappingAMR Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkHierarchicalBoxDataSetNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual vtkCompositeDataIteratorNewIterator ()
virtual int GetDataObjectType ()

Static Public Member Functions

static vtkHierarchicalBoxDataSetNew ()
static int IsTypeOf (const char *type)
static vtkHierarchicalBoxDataSetSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
static vtkHierarchicalBoxDataSetGetData (vtkInformation *info)
static vtkHierarchicalBoxDataSetGetData (vtkInformationVector *v, int i=0)
 vtkHierarchicalBoxDataSet ()
virtual ~vtkHierarchicalBoxDataSet ()

Detailed Description

Backwards compatibility class.

An empty class for backwards compatiblity

See also:
vtkUniformGridAM vtkOverlappingAMR vtkNonOverlappingAMR
Tests:
vtkHierarchicalBoxDataSet (Tests)

Definition at line 36 of file vtkHierarchicalBoxDataSet.h.


Member Typedef Documentation

Reimplemented from vtkOverlappingAMR.

Definition at line 41 of file vtkHierarchicalBoxDataSet.h.


Constructor & Destructor Documentation

Retrieve an instance of this class from an information object.

Retrieve an instance of this class from an information object.


Member Function Documentation

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.

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.

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.

Retrieve an instance of this class from an information object.

Reimplemented from vtkOverlappingAMR.

Retrieve an instance of this class from an information object.

Reimplemented from vtkOverlappingAMR.


The documentation for this class was generated from the following file: