VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkAMRFlashReader Class Reference

#include <vtkAMRFlashReader.h>

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

List of all members.

Public Types

typedef vtkAMRBaseReader Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkAMRFlashReaderNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
int GetNumberOfBlocks ()
int GetNumberOfLevels ()
void SetFileName (const char *fileName)

Static Public Member Functions

static vtkAMRFlashReaderNew ()
static int IsTypeOf (const char *type)
static vtkAMRFlashReaderSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkAMRFlashReader ()
 ~vtkAMRFlashReader ()
void ReadMetaData ()
int GetBlockLevel (const int blockIdx)
int FillMetaData ()
vtkUniformGridGetAMRGrid (const int blockIdx)
void SetUpDataArraySelections ()
void GetAMRGridData (const int blockIdx, vtkUniformGrid *block, const char *field)

Protected Attributes

bool IsReady

Detailed Description

Definition at line 31 of file vtkAMRFlashReader.h.


Member Typedef Documentation

Reimplemented from vtkAMRBaseReader.

Definition at line 35 of file vtkAMRFlashReader.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

Reimplemented from vtkAMRBaseReader.

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

Reimplemented from vtkAMRBaseReader.

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.

void vtkAMRFlashReader::SetFileName ( const char *  fileName) [virtual]
void vtkAMRFlashReader::ReadMetaData ( ) [protected, virtual]
int vtkAMRFlashReader::GetBlockLevel ( const int  blockIdx) [protected, virtual]
int vtkAMRFlashReader::FillMetaData ( ) [protected, virtual]
vtkUniformGrid* vtkAMRFlashReader::GetAMRGrid ( const int  blockIdx) [protected, virtual]
void vtkAMRFlashReader::GetAMRGridData ( const int  blockIdx,
vtkUniformGrid block,
const char *  field 
) [protected, virtual]
void vtkAMRFlashReader::SetUpDataArraySelections ( ) [protected, virtual]

Member Data Documentation

bool vtkAMRFlashReader::IsReady [protected]

Definition at line 72 of file vtkAMRFlashReader.h.


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