VTK
|
#include <vtkNonOverlappingAMR.h>
Public Types | |
typedef vtkUniformGridAMR | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkNonOverlappingAMR * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | GetDataObjectType () |
Static Public Member Functions | |
static vtkNonOverlappingAMR * | New () |
static int | IsTypeOf (const char *type) |
static vtkNonOverlappingAMR * | SafeDownCast (vtkObjectBase *o) |
static vtkNonOverlappingAMR * | GetData (vtkInformation *info) |
static vtkNonOverlappingAMR * | GetData (vtkInformationVector *v, int i=0) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkNonOverlappingAMR () | |
virtual | ~vtkNonOverlappingAMR () |
A concrete instance of vtkUniformGridAMR to store uniform grids at different levels of resolution that do not overlap with each other.
Definition at line 34 of file vtkNonOverlappingAMR.h.
Reimplemented from vtkUniformGridAMR.
Definition at line 38 of file vtkNonOverlappingAMR.h.
vtkNonOverlappingAMR::vtkNonOverlappingAMR | ( | ) | [protected] |
virtual vtkNonOverlappingAMR::~vtkNonOverlappingAMR | ( | ) | [protected, virtual] |
static vtkNonOverlappingAMR* vtkNonOverlappingAMR::New | ( | ) | [static] |
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.
static vtkNonOverlappingAMR* vtkNonOverlappingAMR::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
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.
static vtkNonOverlappingAMR* vtkNonOverlappingAMR::GetData | ( | vtkInformation * | info | ) | [inline, static] |
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.