Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vtkHierarchicalBoxDataSet Class Reference

#include <vtkHierarchicalBoxDataSet.h>

Inheritance diagram for vtkHierarchicalBoxDataSet:

Inheritance graph
[legend]
Collaboration diagram for vtkHierarchicalBoxDataSet:

Collaboration graph
[legend]
List of all members.

Detailed Description

hierarchical dataset of vtkUniformGrids

Date
2003/12/11 15:47:36
Revision
1.1

vtkHierarchicalBoxDataSet is a concrete implementation of vtkHierarchicalDataSet. The dataset type is restricted to vtkUniformGrid. Each dataset has an associated vtkAMRBox that represents it's region (similar to extent) in space.

Examples:
vtkHierarchicalBoxDataSet (Examples)
Tests:
vtkHierarchicalBoxDataSet (Tests)

Definition at line 46 of file vtkHierarchicalBoxDataSet.h.

Public Types

typedef vtkHierarchicalDataSet Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual vtkCompositeDataVisitor * NewVisitor ()
virtual int GetDataObjectType ()
void SetDataSet (unsigned int level, unsigned int id, vtkAMRBox &box, vtkUniformGrid *dataSet)
vtkUniformGrid * GetDataSet (unsigned int level, unsigned int id, vtkAMRBox &box)
vtkDataObject * GetDataSet (unsigned int level, unsigned int id)
void SetRefinementRatio (unsigned int level, int refRatio)
void GenerateVisibilityArrays ()
virtual void ShallowCopy (vtkDataObject *src)
virtual void DeepCopy (vtkDataObject *src)

Static Public Member Functions

static vtkHierarchicalBoxDataSet * New ()
static int IsTypeOf (const char *type)
static vtkHierarchicalBoxDataSet * SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkHierarchicalBoxDataSet ()
 ~vtkHierarchicalBoxDataSet ()
virtual vtkHDSNode * NewNode ()

Protected Attributes

vtkHierarchicalBoxDataSetInternal * BoxInternal


Member Typedef Documentation

typedef vtkHierarchicalDataSet vtkHierarchicalBoxDataSet::Superclass
 

Reimplemented from vtkHierarchicalDataSet.

Definition at line 51 of file vtkHierarchicalBoxDataSet.h.


Constructor & Destructor Documentation

vtkHierarchicalBoxDataSet::vtkHierarchicalBoxDataSet (   )  [protected]
 

vtkHierarchicalBoxDataSet::~vtkHierarchicalBoxDataSet (   )  [protected]
 


Member Function Documentation

static vtkHierarchicalBoxDataSet* vtkHierarchicalBoxDataSet::New (   )  [static]
 

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkDataObject.

virtual const char* vtkHierarchicalBoxDataSet::GetClassName (   )  [virtual]
 

Reimplemented from vtkHierarchicalDataSet.

static int vtkHierarchicalBoxDataSet::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 vtkHierarchicalDataSet.

virtual int vtkHierarchicalBoxDataSet::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 vtkHierarchicalDataSet.

static vtkHierarchicalBoxDataSet* vtkHierarchicalBoxDataSet::SafeDownCast (  vtkObject *  o  )  [static]
 

Reimplemented from vtkHierarchicalDataSet.

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 vtkHierarchicalDataSet.

virtual vtkCompositeDataVisitor* vtkHierarchicalBoxDataSet::NewVisitor (   )  [virtual]
 

This returns a vtkHierarchicalBoxVisitor.

Implements vtkCompositeDataSet.

virtual int vtkHierarchicalBoxDataSet::GetDataObjectType (   )  [inline, virtual]
 

Return class name of data type (see vtkSystemIncludes.h for definitions).

Reimplemented from vtkHierarchicalDataSet.

Definition at line 59 of file vtkHierarchicalBoxDataSet.h.

References VTK_HIERARCHICAL_BOX_DATA_SET.

void vtkHierarchicalBoxDataSet::SetDataSet (  unsigned int  level,
unsigned int  id,
vtkAMRBox &  box,
vtkUniformGrid *  dataSet
) 
 

Set the dataset pointer for a given node. This method does not remove the existing parent/child links. It only replaces the dataset pointer.

vtkUniformGrid* vtkHierarchicalBoxDataSet::GetDataSet (  unsigned int  level,
unsigned int  id,
vtkAMRBox &  box
) 
 

Get a dataset give a level and an id.

vtkDataObject* vtkHierarchicalBoxDataSet::GetDataSet (  unsigned int  level,
unsigned int  id
)  [inline]
 

Get a dataset give a level and an id.

Reimplemented from vtkHierarchicalDataSet.

Definition at line 79 of file vtkHierarchicalBoxDataSet.h.

void vtkHierarchicalBoxDataSet::SetRefinementRatio (  unsigned int  level,
int  refRatio
) 
 

Sets the refinement of a given level.

void vtkHierarchicalBoxDataSet::GenerateVisibilityArrays (   ) 
 

Blank lower level cells if they are overlapped by higher level ones.

virtual void vtkHierarchicalBoxDataSet::ShallowCopy (  vtkDataObject *  src  )  [virtual]
 

Shallow and Deep copy.

Reimplemented from vtkHierarchicalDataSet.

virtual void vtkHierarchicalBoxDataSet::DeepCopy (  vtkDataObject *  src  )  [virtual]
 

Reimplemented from vtkHierarchicalDataSet.

virtual vtkHDSNode* vtkHierarchicalBoxDataSet::NewNode (   )  [protected, virtual]
 

Reimplemented from vtkHierarchicalDataSet.


Member Data Documentation

vtkHierarchicalBoxDataSetInternal* vtkHierarchicalBoxDataSet::BoxInternal [protected]
 

Definition at line 100 of file vtkHierarchicalBoxDataSet.h.


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