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

#include <vtkNonOverlappingAMR.h>

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

List of all members.

Public Types

typedef vtkUniformGridAMR Superclass

Public Member Functions

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

Static Public Member Functions

static vtkNonOverlappingAMRNew ()
static int IsTypeOf (const char *type)
static vtkNonOverlappingAMRSafeDownCast (vtkObjectBase *o)
static vtkNonOverlappingAMRGetData (vtkInformation *info)
static vtkNonOverlappingAMRGetData (vtkInformationVector *v, int i=0)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkNonOverlappingAMR ()
virtual ~vtkNonOverlappingAMR ()

Detailed Description

A concrete instance of vtkUniformGridAMR to store uniform grids at different levels of resolution that do not overlap with each other.

See also:
vtkUniformGridAMR
Tests:
vtkNonOverlappingAMR (Tests)

Definition at line 34 of file vtkNonOverlappingAMR.h.


Member Typedef Documentation

Reimplemented from vtkUniformGridAMR.

Definition at line 38 of file vtkNonOverlappingAMR.h.


Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from vtkUniformGridAMR.

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

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

Reimplemented from vtkUniformGridAMR.

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

Reimplemented from vtkUniformGridAMR.

Reimplemented from vtkUniformGridAMR.

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

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

Returns object type (see vtkType.h for definitions).

Reimplemented from vtkUniformGridAMR.

Definition at line 42 of file vtkNonOverlappingAMR.h.

Retrieve an instance of this class from an information object.

Reimplemented from vtkUniformGridAMR.

Definition at line 47 of file vtkNonOverlappingAMR.h.

static vtkNonOverlappingAMR* vtkNonOverlappingAMR::GetData ( vtkInformationVector v,
int  i = 0 
) [inline, static]

Retrieve an instance of this class from an information object.

Reimplemented from vtkUniformGridAMR.

Definition at line 49 of file vtkNonOverlappingAMR.h.


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