vtkExodusReader Class Reference

#include <vtkExodusReader.h>

Inheritance diagram for vtkExodusReader:

Inheritance graph
[legend]
Collaboration diagram for vtkExodusReader:

Collaboration graph
[legend]
List of all members.

Detailed Description

Read exodus 2 files .ex2.

vtkExodusReader is a unstructured grid source object that reads ExodusII files. Most of the meta data associated with the file is loaded when UpdateInformation is called. This includes information like Title, number of blocks, number and names of arrays. This data can be retrieved from methods in this reader. Separate arrays that are meant to be a single vector, are combined internally for convenience. To be combined, the array names have to be identical except for a trailing X,Y and Z (or x,y,z). By default cell and point arrays are not loaded. However, the user can flag arrays to load with the methods "SetPointArrayStatus" and "SetCellArrayStatus". The reader DOES NOT respond to piece requests

Tests:
vtkExodusReader (Tests)

Definition at line 59 of file vtkExodusReader.h.
virtual void SetGenerateGlobalNodeIdArray (int)
virtual int GetGenerateGlobalNodeIdArray ()
virtual void GenerateGlobalNodeIdArrayOn ()
virtual void GenerateGlobalNodeIdArrayOff ()
static const char * GetGlobalNodeIdArrayName ()
static const char * GetPedigreeNodeIdArrayName ()
static int GetGlobalNodeID (vtkDataSet *data, int localID)
static int GetGlobalNodeID (vtkDataSet *data, int localID, int searchType)
virtual void SetCurrentFileName (const char *)
virtual void SetCurrentXMLFileName (const char *)
int CurrentHandle
char * CurrentFileName
char * CurrentXMLFileName

Public Types

typedef vtkUnstructuredGridAlgorithm Superclass
 SEARCH_TYPE_ELEMENT = 0
 SEARCH_TYPE_NODE
 SEARCH_TYPE_ELEMENT_THEN_NODE
 SEARCH_TYPE_NODE_THEN_ELEMENT
 ID_NOT_FOUND = -234121312
 CELL = 0
 POINT
 BLOCK
 PART
 MATERIAL
 ASSEMBLY
 HIERARCHY
 NUM_ARRAY_TYPES
 UNKNOWN_TYPE
enum  {
  SEARCH_TYPE_ELEMENT = 0, SEARCH_TYPE_NODE, SEARCH_TYPE_ELEMENT_THEN_NODE, SEARCH_TYPE_NODE_THEN_ELEMENT,
  ID_NOT_FOUND = -234121312
}
enum  ArrayType {
  CELL = 0, POINT, BLOCK, PART,
  MATERIAL, ASSEMBLY, HIERARCHY, NUM_ARRAY_TYPES,
  UNKNOWN_TYPE
}

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
int CanReadFile (const char *fname)
int GetNumberOfCellArrays ()
const char * GetCellArrayName (int index)
int GetCellArrayID (const char *name)
int GetCellArrayNumberOfComponents (int index)
void SetCellArrayStatus (int index, int flag)
void SetCellArrayStatus (const char *, int flag)
int GetCellArrayStatus (int index)
int GetCellArrayStatus (const char *)
virtual int GetTotalNumberOfElements ()
int GetNumberOfSideSetArrays ()
int GetSideSetArrayStatus (int index)
int GetSideSetArrayStatus (const char *name)
void SetSideSetArrayStatus (int index, int flag)
void SetSideSetArrayStatus (const char *name, int flag)
const char * GetSideSetArrayName (int index)
virtual int GetDisplayType ()
virtual void SetDisplayType (int type)
virtual void ExodusModelMetadataOn ()
virtual void ExodusModelMetadataOff ()
virtual void SetExodusModelMetadata (int)
virtual int GetExodusModelMetadata ()
vtkExodusModelGetExodusModel ()
virtual void SetPackExodusModelOntoOutput (int)
virtual int GetPackExodusModelOntoOutput ()
virtual void PackExodusModelOntoOutputOn ()
virtual void PackExodusModelOntoOutputOff ()
int IsValidVariable (const char *type, const char *name)
int GetVariableID (const char *type, const char *name)
void SetAllAssemblyArrayStatus (int status)
void SetAllBlockArrayStatus (int status)
void SetAllCellArrayStatus (int status)
void SetAllHierarchyArrayStatus (int status)
void SetAllMaterialArrayStatus (int status)
void SetAllPartArrayStatus (int status)
void SetAllPointArrayStatus (int status)
void SetAllArrayStatus (vtkExodusReader::ArrayType type, int flag)
void SetArrayStatus (vtkExodusReader::ArrayType type, const char *name, int flag)
void SetArrayStatus (const char *type, const char *name, int flag)
int GetArrayStatus (vtkExodusReader::ArrayType type, const char *name)
int GetArrayStatus (const char *type, const char *name)
int GetTimeSeriesData (int ID, const char *vName, const char *vType, vtkFloatArray *result)
int GetNumberOfVariableArrays ()
const char * GetVariableArrayName (int a_which)
void EnableDSPFiltering ()
void AddFilter (vtkDSPFilterDefinition *a_filter)
void StartAddingFilter ()
void AddFilterInputVar (char *name)
void AddFilterOutputVar (char *name)
void AddFilterNumeratorWeight (double weight)
void AddFilterForwardNumeratorWeight (double weight)
void AddFilterDenominatorWeight (double weight)
void FinishAddingFilter ()
void RemoveFilter (char *a_outputVariableName)
void GetDSPOutputArrays (int exoid, vtkUnstructuredGrid *output)
vtkExodusReader::ArrayType GetArrayTypeID (const char *type)
virtual void SetFileName (const char *)
virtual char * GetFileName ()
virtual void SetXMLFileName (const char *)
virtual char * GetXMLFileName ()
virtual void SetTimeStep (int)
virtual int GetTimeStep ()
virtual void SetGenerateBlockIdCellArray (int)
virtual int GetGenerateBlockIdCellArray ()
virtual void GenerateBlockIdCellArrayOn ()
virtual void GenerateBlockIdCellArrayOff ()
const char * GetBlockIdArrayName ()
virtual void SetGenerateGlobalElementIdArray (int)
virtual int GetGenerateGlobalElementIdArray ()
virtual void GenerateGlobalElementIdArrayOn ()
virtual void GenerateGlobalElementIdArrayOff ()
virtual void SetApplyDisplacements (int)
virtual int GetApplyDisplacements ()
virtual void ApplyDisplacementsOn ()
virtual void ApplyDisplacementsOff ()
virtual void SetDisplacementMagnitude (float)
virtual float GetDisplacementMagnitude ()
virtual char * GetTitle ()
virtual int GetDimensionality ()
virtual int GetNumberOfTimeSteps ()
int GetNumberOfElements ()
virtual int GetNumberOfNodeSets ()
virtual int GetNumberOfSideSets ()
virtual int GetNumberOfBlocks ()
virtual int * GetTimeStepRange ()
virtual void GetTimeStepRange (int &, int &)
virtual void GetTimeStepRange (int[2])
virtual void SetTimeStepRange (int, int)
void SetTimeStepRange (int[2])
int GetNumberOfNodes ()
int GetNumberOfElementsInBlock (int block_idx)
int GetBlockId (int block_idx)
virtual int GetTotalNumberOfNodes ()
int GetNumberOfPointArrays ()
const char * GetPointArrayName (int index)
int GetPointArrayID (const char *name)
int GetPointArrayNumberOfComponents (int index)
void SetPointArrayStatus (int index, int flag)
void SetPointArrayStatus (const char *, int flag)
int GetPointArrayStatus (int index)
int GetPointArrayStatus (const char *)
int GetNumberOfBlockArrays ()
const char * GetBlockArrayName (int index)
int GetBlockArrayID (const char *name)
void SetBlockArrayStatus (int index, int flag)
void SetBlockArrayStatus (const char *, int flag)
int GetBlockArrayStatus (int index)
int GetBlockArrayStatus (const char *)
int GetNumberOfNodeSetArrays ()
int GetNodeSetArrayStatus (int index)
int GetNodeSetArrayStatus (const char *name)
void SetNodeSetArrayStatus (int index, int flag)
void SetNodeSetArrayStatus (const char *name, int flag)
const char * GetNodeSetArrayName (int index)
int GetNumberOfPartArrays ()
const char * GetPartArrayName (int arrayIdx)
int GetPartArrayID (const char *name)
const char * GetPartBlockInfo (int arrayIdx)
void SetPartArrayStatus (int index, int flag)
void SetPartArrayStatus (const char *, int flag)
int GetPartArrayStatus (int index)
int GetPartArrayStatus (const char *)
int GetNumberOfMaterialArrays ()
const char * GetMaterialArrayName (int arrayIdx)
int GetMaterialArrayID (const char *name)
void SetMaterialArrayStatus (int index, int flag)
void SetMaterialArrayStatus (const char *, int flag)
int GetMaterialArrayStatus (int index)
int GetMaterialArrayStatus (const char *)
int GetNumberOfAssemblyArrays ()
const char * GetAssemblyArrayName (int arrayIdx)
int GetAssemblyArrayID (const char *name)
void SetAssemblyArrayStatus (int index, int flag)
void SetAssemblyArrayStatus (const char *, int flag)
int GetAssemblyArrayStatus (int index)
int GetAssemblyArrayStatus (const char *)
int GetNumberOfHierarchyArrays ()
const char * GetHierarchyArrayName (int arrayIdx)
void SetHierarchyArrayStatus (int index, int flag)
void SetHierarchyArrayStatus (const char *, int flag)
int GetHierarchyArrayStatus (int index)
int GetHierarchyArrayStatus (const char *)
virtual int GetHasModeShapes ()
virtual void SetHasModeShapes (int)
virtual void HasModeShapesOn ()
virtual void HasModeShapesOff ()
int GetNumberOfArrays (vtkExodusReader::ArrayType type)
const char * GetArrayName (vtkExodusReader::ArrayType type, int id)

Static Public Member Functions

static vtkExodusReaderNew ()
static int IsTypeOf (const char *type)
static vtkExodusReaderSafeDownCast (vtkObject *o)
static const char * GetGlobalElementIdArrayName ()
static const char * GetPedigreeElementIdArrayName ()
static int GetGlobalElementID (vtkDataSet *data, int localID)
static int GetGlobalElementID (vtkDataSet *data, int localID, int searchType)
static int StringsEqual (const char *s1, char *s2)
static void StringUppercase (const char *str, char *upperstr)
static char * StrDupWithNew (const char *s)
static const char * GetArrayTypeName (vtkExodusReader::ArrayType type)

Public Attributes

vtkDSPFilterDefinitionAddingFilter
int DSPFilteringIsEnabled
vtkDSPFilterGroup ** DSPFilters

Protected Member Functions

 vtkExodusReader ()
 ~vtkExodusReader ()
void NewExodusModel ()
void ReadGeometry (int exoid, vtkUnstructuredGrid *output)
void ReadCells (int exoid, vtkUnstructuredGrid *output)
void ReadPoints (int exoid, vtkUnstructuredGrid *output)
void ReadArrays (int exoid, vtkUnstructuredGrid *output)
void ReadNodeAndSideSets (int exoid, vtkUnstructuredGrid *output)
vtkDataArrayReadPointArray (int exoid, int varIndex)
vtkDataArrayReadPointVector (int handle, int varIndex, int dim)
vtkDataArrayReadCellArray (int exoid, int varIndex)
vtkDataArrayReadCellVector (int handle, int varIndex, int dim)
void ReadNodeSetMetadata ()
void ReadSideSetMetadata ()
int GetExtraCellCountForNodeSideSets ()
void GenerateExtraArrays (vtkUnstructuredGrid *output)
virtual void SetTitle (const char *)
int OpenCurrentFile ()
void CloseCurrentFile ()
void SetUpPointMap (int num_points)
int GetPointMapIndex (int point_id)
void SetGlobalElementIdCache (int *list)
void GetAllTimes (vtkInformationVector *)
int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Static Protected Member Functions

static int GetIDHelper (const char *arrayName, vtkDataSet *data, int localID, int searchType)
static int GetGlobalID (const char *arrayName, vtkDataSet *data, int localID, int searchType)

Protected Attributes

char * FileName
char * XMLFileName
int TimeStep
int ActualTimeStep
double TimeValue
int GenerateBlockIdCellArray
int GenerateGlobalElementIdArray
int GenerateGlobalNodeIdArray
int ApplyDisplacements
double DisplacementMagnitude
char * Title
int Dimensionality
int NumberOfNodeSets
int NumberOfSideSets
int NumberOfBlocks
int NumberOfUsedNodes
int NumberOfNodesInFile
int NumberOfUsedElements
int NumberOfElementsInFile
int NumberOfTimeSteps
int ExodusCPUWordSize
int ExodusIOWordSize
float ExodusVersion
vtkIntArrayCellVarTruthTable
int DisplayType
vtkExodusXMLParser * Parser
vtkExodusMetadata * MetaData
int TimeStepRange [2]
vtkUnstructuredGridDataCache
int RemakeDataCacheFlag
int NewGeometryCount
vtkIntArrayPointMap
vtkIntArrayReversePointMap
int * GlobalElementIdCache
int HasModeShapes
vtkExodusModelExodusModel
int PackExodusModelOntoOutput
int ExodusModelMetadata
double * TimeSteps
double ProgressOffset
double ProgressScale


Member Typedef Documentation

typedef vtkUnstructuredGridAlgorithm vtkExodusReader::Superclass

Reimplemented from vtkUnstructuredGridAlgorithm.

Reimplemented in vtkPExodusReader.

Definition at line 63 of file vtkExodusReader.h.


Member Enumeration Documentation

anonymous enum

Enumerator:
SEARCH_TYPE_ELEMENT 
SEARCH_TYPE_NODE 
SEARCH_TYPE_ELEMENT_THEN_NODE 
SEARCH_TYPE_NODE_THEN_ELEMENT 
ID_NOT_FOUND 

Definition at line 107 of file vtkExodusReader.h.

enum vtkExodusReader::ArrayType

Syntactic sugar funtions.

Enumerator:
CELL 
POINT 
BLOCK 
PART 
MATERIAL 
ASSEMBLY 
HIERARCHY 
NUM_ARRAY_TYPES 
UNKNOWN_TYPE 

Definition at line 334 of file vtkExodusReader.h.


Constructor & Destructor Documentation

vtkExodusReader::vtkExodusReader (  )  [protected]

vtkExodusReader::~vtkExodusReader (  )  [protected]


Member Function Documentation

static vtkExodusReader* vtkExodusReader::New (  )  [static]

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

Reimplemented from vtkUnstructuredGridAlgorithm.

Reimplemented in vtkPExodusReader.

virtual const char* vtkExodusReader::GetClassName (  )  [virtual]

Reimplemented from vtkUnstructuredGridAlgorithm.

Reimplemented in vtkPExodusReader.

static int vtkExodusReader::IsTypeOf ( const char *  type  )  [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkUnstructuredGridAlgorithm.

Reimplemented in vtkPExodusReader.

virtual int vtkExodusReader::IsA ( const char *  type  )  [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkUnstructuredGridAlgorithm.

Reimplemented in vtkPExodusReader.

static vtkExodusReader* vtkExodusReader::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkUnstructuredGridAlgorithm.

Reimplemented in vtkPExodusReader.

void vtkExodusReader::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 vtkUnstructuredGridAlgorithm.

Reimplemented in vtkPExodusReader.

int vtkExodusReader::CanReadFile ( const char *  fname  ) 

Determine if the file can be readed with this reader.

virtual void vtkExodusReader::SetFileName ( const char *   )  [virtual]

Specify file name of the Exodus file.

Reimplemented in vtkPExodusReader.

virtual char* vtkExodusReader::GetFileName (  )  [virtual]

Specify file name of the Exodus file.

virtual void vtkExodusReader::SetXMLFileName ( const char *   )  [virtual]

Specify file name of the xml file.

virtual char* vtkExodusReader::GetXMLFileName (  )  [virtual]

Specify file name of the xml file.

virtual void vtkExodusReader::SetTimeStep ( int   )  [virtual]

Which TimeStep to read.

virtual int vtkExodusReader::GetTimeStep (  )  [virtual]

Which TimeStep to read.

virtual void vtkExodusReader::SetGenerateBlockIdCellArray ( int   )  [virtual]

Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName()

virtual int vtkExodusReader::GetGenerateBlockIdCellArray (  )  [virtual]

Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName()

virtual void vtkExodusReader::GenerateBlockIdCellArrayOn (  )  [virtual]

Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName()

virtual void vtkExodusReader::GenerateBlockIdCellArrayOff (  )  [virtual]

Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName()

const char* vtkExodusReader::GetBlockIdArrayName (  )  [inline]

Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName()

Definition at line 94 of file vtkExodusReader.h.

virtual void vtkExodusReader::SetGenerateGlobalElementIdArray ( int   )  [virtual]

Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName()

virtual int vtkExodusReader::GetGenerateGlobalElementIdArray (  )  [virtual]

Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName()

virtual void vtkExodusReader::GenerateGlobalElementIdArrayOn (  )  [virtual]

Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName()

virtual void vtkExodusReader::GenerateGlobalElementIdArrayOff (  )  [virtual]

Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName()

static const char* vtkExodusReader::GetGlobalElementIdArrayName (  )  [inline, static]

Definition at line 115 of file vtkExodusReader.h.

static const char* vtkExodusReader::GetPedigreeElementIdArrayName (  )  [inline, static]

Definition at line 116 of file vtkExodusReader.h.

static int vtkExodusReader::GetGlobalElementID ( vtkDataSet data,
int  localID 
) [static]

static int vtkExodusReader::GetGlobalElementID ( vtkDataSet data,
int  localID,
int  searchType 
) [static]

virtual void vtkExodusReader::SetGenerateGlobalNodeIdArray ( int   )  [virtual]

Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName().

virtual int vtkExodusReader::GetGenerateGlobalNodeIdArray (  )  [virtual]

Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName().

virtual void vtkExodusReader::GenerateGlobalNodeIdArrayOn (  )  [virtual]

Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName().

virtual void vtkExodusReader::GenerateGlobalNodeIdArrayOff (  )  [virtual]

Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName().

static const char* vtkExodusReader::GetGlobalNodeIdArrayName (  )  [inline, static]

Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName().

Definition at line 129 of file vtkExodusReader.h.

static const char* vtkExodusReader::GetPedigreeNodeIdArrayName (  )  [inline, static]

Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName().

Definition at line 130 of file vtkExodusReader.h.

static int vtkExodusReader::GetGlobalNodeID ( vtkDataSet data,
int  localID 
) [static]

Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName().

static int vtkExodusReader::GetGlobalNodeID ( vtkDataSet data,
int  localID,
int  searchType 
) [static]

Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName().

virtual void vtkExodusReader::SetApplyDisplacements ( int   )  [virtual]

Geometric locations can include displacements. By default, this is ON. The nodal positions are 'displaced' by the standard exodus displacment vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.

virtual int vtkExodusReader::GetApplyDisplacements (  )  [virtual]

Geometric locations can include displacements. By default, this is ON. The nodal positions are 'displaced' by the standard exodus displacment vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.

virtual void vtkExodusReader::ApplyDisplacementsOn (  )  [virtual]

Geometric locations can include displacements. By default, this is ON. The nodal positions are 'displaced' by the standard exodus displacment vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.

virtual void vtkExodusReader::ApplyDisplacementsOff (  )  [virtual]

Geometric locations can include displacements. By default, this is ON. The nodal positions are 'displaced' by the standard exodus displacment vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.

virtual void vtkExodusReader::SetDisplacementMagnitude ( float   )  [virtual]

Geometric locations can include displacements. By default, this is ON. The nodal positions are 'displaced' by the standard exodus displacment vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.

virtual float vtkExodusReader::GetDisplacementMagnitude (  )  [virtual]

Geometric locations can include displacements. By default, this is ON. The nodal positions are 'displaced' by the standard exodus displacment vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.

virtual char* vtkExodusReader::GetTitle (  )  [virtual]

Access to meta data generated by UpdateInformation.

virtual int vtkExodusReader::GetDimensionality (  )  [virtual]

Access to meta data generated by UpdateInformation.

virtual int vtkExodusReader::GetNumberOfTimeSteps (  )  [virtual]

Access to meta data generated by UpdateInformation.

int vtkExodusReader::GetNumberOfElements (  )  [inline]

Access to meta data generated by UpdateInformation.

Definition at line 153 of file vtkExodusReader.h.

virtual int vtkExodusReader::GetNumberOfNodeSets (  )  [virtual]

Access to meta data generated by UpdateInformation.

virtual int vtkExodusReader::GetNumberOfSideSets (  )  [virtual]

Access to meta data generated by UpdateInformation.

virtual int vtkExodusReader::GetNumberOfBlocks (  )  [virtual]

Access to meta data generated by UpdateInformation.

virtual int* vtkExodusReader::GetTimeStepRange (  )  [virtual]

Access to meta data generated by UpdateInformation.

virtual void vtkExodusReader::GetTimeStepRange ( int &  ,
int &   
) [virtual]

Access to meta data generated by UpdateInformation.

virtual void vtkExodusReader::GetTimeStepRange ( int  [2]  )  [virtual]

Access to meta data generated by UpdateInformation.

virtual void vtkExodusReader::SetTimeStepRange ( int  ,
int   
) [virtual]

Access to meta data generated by UpdateInformation.

void vtkExodusReader::SetTimeStepRange ( int  [2]  ) 

Access to meta data generated by UpdateInformation.

int vtkExodusReader::GetNumberOfNodes (  )  [inline]

Access to meta data generated by UpdateInformation.

Definition at line 159 of file vtkExodusReader.h.

int vtkExodusReader::GetNumberOfElementsInBlock ( int  block_idx  ) 

Access to meta data generated by UpdateInformation.

int vtkExodusReader::GetBlockId ( int  block_idx  ) 

Access to meta data generated by UpdateInformation.