#include <vtkHierarchicalBoxDataSet.h>
Inheritance diagram for vtkHierarchicalBoxDataSet:
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.
Definition at line 43 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) |
vtkDataObject * | GetDataSet (unsigned int level, unsigned int id) |
vtkDataObject * | GetDataSet (vtkInformation *index) |
void | SetRefinementRatio (unsigned int level, int refRatio) |
int | GetRefinementRatio (unsigned int level) |
virtual vtkIdType | GetNumberOfPoints () |
virtual int | GetDataObjectType () |
void | SetDataSet (unsigned int level, unsigned int id, vtkAMRBox &box, vtkUniformGrid *dataSet) |
void | SetDataSet (unsigned int level, unsigned int id, vtkDataObject *dataSet) |
vtkUniformGrid * | GetDataSet (unsigned int level, unsigned int id, vtkAMRBox &box) |
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) |
static vtkInformationIntegerVectorKey * | BOX () |
static vtkInformationIdTypeKey * | NUMBER_OF_BLANKED_POINTS () |
Protected Member Functions | |
vtkHierarchicalBoxDataSet () | |
~vtkHierarchicalBoxDataSet () | |
Protected Attributes | |
vtkHierarchicalBoxDataSetInternal * | BoxInternal |
|
Reimplemented from vtkHierarchicalDataSet. Definition at line 48 of file vtkHierarchicalBoxDataSet.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkHierarchicalDataSet. |
|
Reimplemented from vtkHierarchicalDataSet. |
|
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. |
|
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. |
|
Reimplemented from vtkHierarchicalDataSet. |
|
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. |
|
Return class name of data type (see vtkSystemIncludes.h for definitions). Reimplemented from vtkHierarchicalDataSet. Definition at line 53 of file vtkHierarchicalBoxDataSet.h. References VTK_HIERARCHICAL_BOX_DATA_SET. |
|
Set the dataset pointer for a given node. This method does not remove the existing parent/child links. It only replaces the dataset pointer. |
|
Return class name of data type (see vtkSystemIncludes.h for definitions). Reimplemented from vtkHierarchicalDataSet. Definition at line 64 of file vtkHierarchicalBoxDataSet.h. |
|
Get a dataset give a level and an id. |
|
Get a dataset give a level and an id. Reimplemented from vtkHierarchicalDataSet. Definition at line 77 of file vtkHierarchicalBoxDataSet.h. |
|
Uses keys LEVEL() and INDEX() to call GetDataSet(LEVEL, INDEX) Reimplemented from vtkHierarchicalDataSet. Definition at line 80 of file vtkHierarchicalBoxDataSet.h. |
|
Sets the refinement of a given level. |
|
Returns the refinement of a given level. |
|
Blank lower level cells if they are overlapped by higher level ones. |
|
Shallow and Deep copy. Reimplemented from vtkHierarchicalDataSet. |
|
Blank lower level cells if they are overlapped by higher level ones. Reimplemented from vtkHierarchicalDataSet. |
|
|
|
|
|
Returns the total number of points of all blocks. This will iterate over all blocks and call GetNumberOfPoints() so it might be expansive. Does not include the number of blanked points. Reimplemented from vtkHierarchicalDataSet. |
|
Definition at line 110 of file vtkHierarchicalBoxDataSet.h. |