VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Friends
vtkUniformGridAMR Class Reference

#include <vtkUniformGridAMR.h>

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

List of all members.

Public Types

typedef vtkCompositeDataSet Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkUniformGridAMRNewInstance () const
virtual vtkCompositeDataIteratorNewIterator ()
virtual int GetDataObjectType ()
void PrintSelf (ostream &os, vtkIndent indent)
virtual void Initialize ()
virtual void Initialize (int numLevels, const int *blocksPerLevel)
void SetGridDescription (int gridDescription)
int GetGridDescription ()
unsigned int GetNumberOfLevels ()
virtual unsigned int GetTotalNumberOfBlocks ()
unsigned int GetNumberOfDataSets (const unsigned int level)
void GetBounds (double bounds[6])
const doubleGetBounds ()
void GetMin (double min[3])
void GetMax (double max[3])
virtual void SetDataSet (vtkCompositeDataIterator *iter, vtkDataObject *dataObj)
virtual void SetDataSet (unsigned int level, unsigned int idx, vtkUniformGrid *grid)
vtkDataObjectGetDataSet (vtkCompositeDataIterator *iter)
vtkUniformGridGetDataSet (unsigned int level, unsigned int idx)
int GetCompositeIndex (const unsigned int level, const unsigned int index)
void GetLevelAndIndex (const unsigned int compositeIdx, unsigned int &level, unsigned int &idx)
virtual void ShallowCopy (vtkDataObject *src)
virtual void DeepCopy (vtkDataObject *src)
virtual void CopyStructure (vtkCompositeDataSet *src)

Static Public Member Functions

static vtkUniformGridAMRNew ()
static int IsTypeOf (const char *type)
static vtkUniformGridAMRSafeDownCast (vtkObjectBase *o)
static vtkUniformGridAMRGetData (vtkInformation *info)
static vtkUniformGridAMRGetData (vtkInformationVector *v, int i=0)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkUniformGridAMR ()
virtual ~vtkUniformGridAMR ()
virtual vtkAMRDataInternalsGetAMRData ()
virtual vtkAMRInformationGetAMRInfo ()
virtual void SetAMRInfo (vtkAMRInformation *)

Protected Attributes

vtkAMRInformationAMRInfo
vtkAMRDataInternalsAMRData
double Bounds [6]

Friends

class vtkUniformGridAMRDataIterator

Detailed Description

Definition at line 33 of file vtkUniformGridAMR.h.


Member Typedef Documentation

Reimplemented from vtkCompositeDataSet.

Reimplemented in vtkOverlappingAMR, vtkHierarchicalBoxDataSet, and vtkNonOverlappingAMR.

Definition at line 37 of file vtkUniformGridAMR.h.


Constructor & Destructor Documentation

virtual vtkUniformGridAMR::~vtkUniformGridAMR ( ) [protected, virtual]

Member Function Documentation

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

Reimplemented from vtkDataObject.

Reimplemented in vtkOverlappingAMR, vtkHierarchicalBoxDataSet, and vtkNonOverlappingAMR.

static int vtkUniformGridAMR::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 vtkCompositeDataSet.

Reimplemented in vtkOverlappingAMR, vtkHierarchicalBoxDataSet, and vtkNonOverlappingAMR.

virtual int vtkUniformGridAMR::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 vtkCompositeDataSet.

Reimplemented in vtkOverlappingAMR, vtkHierarchicalBoxDataSet, and vtkNonOverlappingAMR.

virtual vtkObjectBase* vtkUniformGridAMR::NewInstanceInternal ( ) const [protected, virtual]

Return a new iterator (the iterator has to be deleted by user).

Implements vtkCompositeDataSet.

Reimplemented in vtkOverlappingAMR, and vtkHierarchicalBoxDataSet.

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

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

Reimplemented from vtkCompositeDataSet.

Reimplemented in vtkOverlappingAMR, vtkHierarchicalBoxDataSet, and vtkNonOverlappingAMR.

Definition at line 45 of file vtkUniformGridAMR.h.

void vtkUniformGridAMR::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 vtkCompositeDataSet.

Reimplemented in vtkOverlappingAMR, vtkHierarchicalBoxDataSet, and vtkNonOverlappingAMR.

virtual void vtkUniformGridAMR::Initialize ( ) [virtual]

Restore data object to initial state,

Reimplemented from vtkCompositeDataSet.

virtual void vtkUniformGridAMR::Initialize ( int  numLevels,
const int blocksPerLevel 
) [virtual]
void vtkUniformGridAMR::SetGridDescription ( int  gridDescription)
virtual unsigned int vtkUniformGridAMR::GetTotalNumberOfBlocks ( ) [virtual]
unsigned int vtkUniformGridAMR::GetNumberOfDataSets ( const unsigned int  level)
void vtkUniformGridAMR::GetBounds ( double  bounds[6])

Reimplemented in vtkOverlappingAMR.

virtual void vtkUniformGridAMR::SetDataSet ( vtkCompositeDataIterator iter,
vtkDataObject dataObj 
) [virtual]

Sets the data set at the location pointed by the iterator. The iterator does not need to be iterating over this dataset itself. It can be any composite datasite with similar structure (achieved by using CopyStructure).

Implements vtkCompositeDataSet.

virtual void vtkUniformGridAMR::SetDataSet ( unsigned int  level,
unsigned int  idx,
vtkUniformGrid grid 
) [virtual]

Returns the dataset located at the positiong pointed by the iterator. The iterator does not need to be iterating over this dataset itself. It can be an iterator for composite dataset with similar structure (achieved by using CopyStructure).

Implements vtkCompositeDataSet.

vtkUniformGrid* vtkUniformGridAMR::GetDataSet ( unsigned int  level,
unsigned int  idx 
)
int vtkUniformGridAMR::GetCompositeIndex ( const unsigned int  level,
const unsigned int  index 
)
void vtkUniformGridAMR::GetLevelAndIndex ( const unsigned int  compositeIdx,
unsigned int level,
unsigned int idx 
)
virtual void vtkUniformGridAMR::ShallowCopy ( vtkDataObject src) [virtual]

Shallow and Deep copy.

Reimplemented from vtkCompositeDataSet.

virtual void vtkUniformGridAMR::DeepCopy ( vtkDataObject src) [virtual]

Shallow and Deep copy.

Reimplemented from vtkCompositeDataSet.

virtual void vtkUniformGridAMR::CopyStructure ( vtkCompositeDataSet input) [virtual]

Copies the tree structure from the input. All pointers to non-composite data objects are intialized to NULL. This also shallow copies the meta data associated with all the nodes.

Implements vtkCompositeDataSet.

Retrieve an instance of this class from an information object.

Reimplemented from vtkCompositeDataSet.

Reimplemented in vtkOverlappingAMR, vtkHierarchicalBoxDataSet, and vtkNonOverlappingAMR.

Retrieve an instance of this class from an information object.

Reimplemented from vtkCompositeDataSet.

Reimplemented in vtkOverlappingAMR, vtkHierarchicalBoxDataSet, and vtkNonOverlappingAMR.

virtual vtkAMRDataInternals* vtkUniformGridAMR::GetAMRData ( ) [protected, virtual]
virtual vtkAMRInformation* vtkUniformGridAMR::GetAMRInfo ( ) [protected, virtual]

Reimplemented in vtkOverlappingAMR.

virtual void vtkUniformGridAMR::SetAMRInfo ( vtkAMRInformation ) [protected, virtual]

Reimplemented in vtkOverlappingAMR.


Friends And Related Function Documentation

friend class vtkUniformGridAMRDataIterator [friend]

Definition at line 145 of file vtkUniformGridAMR.h.


Member Data Documentation

Definition at line 129 of file vtkUniformGridAMR.h.

Definition at line 132 of file vtkUniformGridAMR.h.

Definition at line 133 of file vtkUniformGridAMR.h.


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