|
VTK
|
#include <vtkNonOverlappingAMR.h>
Inherits vtkUniformGridAMR.
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.
| typedef vtkUniformGridAMR vtkNonOverlappingAMR::Superclass |
Definition at line 38 of file vtkNonOverlappingAMR.h.
|
protected |
|
protectedvirtual |
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
| vtkNonOverlappingAMR* vtkNonOverlappingAMR::NewInstance | ( | ) | const |
| void vtkNonOverlappingAMR::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
inlinevirtual |
Returns object type (see vtkType.h for definitions).
Definition at line 42 of file vtkNonOverlappingAMR.h.
|
inlinestatic |
Retrieve an instance of this class from an information object.
Definition at line 47 of file vtkNonOverlappingAMR.h.
|
inlinestatic |
Retrieve an instance of this class from an information object.
Definition at line 49 of file vtkNonOverlappingAMR.h.
1.8.6