VTK
|
#include <vtkAMRFlashReader.h>
Public Types | |
typedef vtkAMRBaseReader | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkAMRFlashReader * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | GetNumberOfBlocks () |
int | GetNumberOfLevels () |
void | SetFileName (const char *fileName) |
Static Public Member Functions | |
static vtkAMRFlashReader * | New () |
static int | IsTypeOf (const char *type) |
static vtkAMRFlashReader * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkAMRFlashReader () | |
~vtkAMRFlashReader () | |
void | ReadMetaData () |
int | GetBlockLevel (const int blockIdx) |
int | FillMetaData () |
vtkUniformGrid * | GetAMRGrid (const int blockIdx) |
void | SetUpDataArraySelections () |
void | GetAMRGridData (const int blockIdx, vtkUniformGrid *block, const char *field) |
Protected Attributes | |
bool | IsReady |
Definition at line 31 of file vtkAMRFlashReader.h.
Reimplemented from vtkAMRBaseReader.
Definition at line 35 of file vtkAMRFlashReader.h.
vtkAMRFlashReader::vtkAMRFlashReader | ( | ) | [protected] |
vtkAMRFlashReader::~vtkAMRFlashReader | ( | ) | [protected] |
static vtkAMRFlashReader* vtkAMRFlashReader::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkOverlappingAMRAlgorithm.
static int vtkAMRFlashReader::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 vtkAMRBaseReader.
virtual int vtkAMRFlashReader::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 vtkAMRBaseReader.
static vtkAMRFlashReader* vtkAMRFlashReader::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkAMRBaseReader.
virtual vtkObjectBase* vtkAMRFlashReader::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkAMRBaseReader.
vtkAMRFlashReader* vtkAMRFlashReader::NewInstance | ( | ) | const |
Reimplemented from vtkAMRBaseReader.
void vtkAMRFlashReader::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 vtkAMRBaseReader.
int vtkAMRFlashReader::GetNumberOfBlocks | ( | ) | [virtual] |
See vtkAMRBaseReader::GetNumberOfBlocks
Implements vtkAMRBaseReader.
int vtkAMRFlashReader::GetNumberOfLevels | ( | ) | [virtual] |
See vtkAMRBaseReader::GetNumberOfLevels
Implements vtkAMRBaseReader.
void vtkAMRFlashReader::SetFileName | ( | const char * | fileName | ) | [virtual] |
See vtkAMRBaseReader::SetFileName
Implements vtkAMRBaseReader.
void vtkAMRFlashReader::ReadMetaData | ( | ) | [protected, virtual] |
See vtkAMRBaseReader::ReadMetaData
Implements vtkAMRBaseReader.
int vtkAMRFlashReader::GetBlockLevel | ( | const int | blockIdx | ) | [protected, virtual] |
See vtkAMRBaseReader::GetBlockLevel
Implements vtkAMRBaseReader.
int vtkAMRFlashReader::FillMetaData | ( | ) | [protected, virtual] |
See vtkAMRBaseReader::FillMetaData
Implements vtkAMRBaseReader.
vtkUniformGrid* vtkAMRFlashReader::GetAMRGrid | ( | const int | blockIdx | ) | [protected, virtual] |
See vtkAMRBaseReader::GetAMRGrid
Implements vtkAMRBaseReader.
void vtkAMRFlashReader::GetAMRGridData | ( | const int | blockIdx, |
vtkUniformGrid * | block, | ||
const char * | field | ||
) | [protected, virtual] |
See vtkAMRBaseReader::GetAMRGridData
Implements vtkAMRBaseReader.
void vtkAMRFlashReader::SetUpDataArraySelections | ( | ) | [protected, virtual] |
See vtkAMRBaseReader::SetUpDataArraySelections
Implements vtkAMRBaseReader.
bool vtkAMRFlashReader::IsReady [protected] |
Definition at line 72 of file vtkAMRFlashReader.h.