VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes | List of all members
vtkExodusIIReader Class Reference

Read exodus 2 files .ex2. More...

#include <vtkExodusIIReader.h>

Inheritance diagram for vtkExodusIIReader:
[legend]
Collaboration diagram for vtkExodusIIReader:
[legend]

Public Types

typedef vtkMultiBlockDataSetAlgorithm Superclass
 
- Public Types inherited from vtkMultiBlockDataSetAlgorithm
typedef vtkAlgorithm Superclass
 
- Public Types inherited from vtkAlgorithm
typedef vtkObject Superclass
 
enum  DesiredOutputPrecision { SINGLE_PRECISION, DOUBLE_PRECISION, DEFAULT_PRECISION }
 
- Public Types inherited from vtkObject
typedef vtkObjectBase Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkExodusIIReaderNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
int CanReadFile (const char *fname)
 
virtual unsigned long GetMTime ()
 
virtual unsigned long GetMetadataMTime ()
 
virtual void SetGenerateGlobalElementIdArray (int g)
 
int GetGenerateGlobalElementIdArray ()
 
virtual void GenerateGlobalElementIdArrayOn ()
 
virtual void GenerateGlobalElementIdArrayOff ()
 
virtual void SetGenerateGlobalNodeIdArray (int g)
 
int GetGenerateGlobalNodeIdArray ()
 
virtual void GenerateGlobalNodeIdArrayOn ()
 
virtual void GenerateGlobalNodeIdArrayOff ()
 
virtual void SetGenerateImplicitElementIdArray (int g)
 
int GetGenerateImplicitElementIdArray ()
 
virtual void GenerateImplicitElementIdArrayOn ()
 
virtual void GenerateImplicitElementIdArrayOff ()
 
virtual void SetGenerateImplicitNodeIdArray (int g)
 
int GetGenerateImplicitNodeIdArray ()
 
virtual void GenerateImplicitNodeIdArrayOn ()
 
virtual void GenerateImplicitNodeIdArrayOff ()
 
virtual void SetGenerateFileIdArray (int f)
 
int GetGenerateFileIdArray ()
 
virtual void GenerateFileIdArrayOn ()
 
virtual void GenerateFileIdArrayOff ()
 
virtual void SetFileId (int f)
 
int GetFileId ()
 
int GetNumberOfNodesInFile ()
 
int GetNumberOfEdgesInFile ()
 
int GetNumberOfFacesInFile ()
 
int GetNumberOfElementsInFile ()
 
int GetObjectTypeFromName (const char *name)
 
const char * GetObjectTypeName (int)
 
int GetNumberOfNodes ()
 
int GetNumberOfObjects (int objectType)
 
int GetNumberOfEntriesInObject (int objectType, int objectIndex)
 
int GetObjectId (int objectType, int objectIndex)
 
const char * GetObjectName (int objectType, int objectIndex)
 
int GetObjectIndex (int objectType, const char *objectName)
 
int GetObjectIndex (int objectType, int id)
 
int GetObjectStatus (int objectType, int objectIndex)
 
int GetObjectStatus (int objectType, const char *objectName)
 
void SetObjectStatus (int objectType, int objectIndex, int status)
 
void SetObjectStatus (int objectType, const char *objectName, int status)
 
virtual vtkIdType GetTotalNumberOfNodes ()
 
virtual vtkIdType GetTotalNumberOfEdges ()
 
virtual vtkIdType GetTotalNumberOfFaces ()
 
virtual vtkIdType GetTotalNumberOfElements ()
 
virtual int GetDisplayType ()
 
virtual void SetDisplayType (int type)
 
int IsValidVariable (const char *type, const char *name)
 
int GetVariableID (const char *type, const char *name)
 
void SetAllArrayStatus (int otype, int status)
 
int GetTimeSeriesData (int ID, const char *vName, const char *vType, vtkFloatArray *result)
 
int GetNumberOfEdgeBlockArrays ()
 
const char * GetEdgeBlockArrayName (int index)
 
int GetEdgeBlockArrayStatus (const char *name)
 
void SetEdgeBlockArrayStatus (const char *name, int flag)
 
int GetNumberOfFaceBlockArrays ()
 
const char * GetFaceBlockArrayName (int index)
 
int GetFaceBlockArrayStatus (const char *name)
 
void SetFaceBlockArrayStatus (const char *name, int flag)
 
int GetNumberOfElementBlockArrays ()
 
const char * GetElementBlockArrayName (int index)
 
int GetElementBlockArrayStatus (const char *name)
 
void SetElementBlockArrayStatus (const char *name, int flag)
 
int GetNumberOfGlobalResultArrays ()
 
const char * GetGlobalResultArrayName (int index)
 
int GetGlobalResultArrayStatus (const char *name)
 
void SetGlobalResultArrayStatus (const char *name, int flag)
 
int GetNumberOfPointResultArrays ()
 
const char * GetPointResultArrayName (int index)
 
int GetPointResultArrayStatus (const char *name)
 
void SetPointResultArrayStatus (const char *name, int flag)
 
int GetNumberOfEdgeResultArrays ()
 
const char * GetEdgeResultArrayName (int index)
 
int GetEdgeResultArrayStatus (const char *name)
 
void SetEdgeResultArrayStatus (const char *name, int flag)
 
int GetNumberOfFaceResultArrays ()
 
const char * GetFaceResultArrayName (int index)
 
int GetFaceResultArrayStatus (const char *name)
 
void SetFaceResultArrayStatus (const char *name, int flag)
 
int GetNumberOfElementResultArrays ()
 
const char * GetElementResultArrayName (int index)
 
int GetElementResultArrayStatus (const char *name)
 
void SetElementResultArrayStatus (const char *name, int flag)
 
int GetNumberOfNodeMapArrays ()
 
const char * GetNodeMapArrayName (int index)
 
int GetNodeMapArrayStatus (const char *name)
 
void SetNodeMapArrayStatus (const char *name, int flag)
 
int GetNumberOfEdgeMapArrays ()
 
const char * GetEdgeMapArrayName (int index)
 
int GetEdgeMapArrayStatus (const char *name)
 
void SetEdgeMapArrayStatus (const char *name, int flag)
 
int GetNumberOfFaceMapArrays ()
 
const char * GetFaceMapArrayName (int index)
 
int GetFaceMapArrayStatus (const char *name)
 
void SetFaceMapArrayStatus (const char *name, int flag)
 
int GetNumberOfElementMapArrays ()
 
const char * GetElementMapArrayName (int index)
 
int GetElementMapArrayStatus (const char *name)
 
void SetElementMapArrayStatus (const char *name, int flag)
 
int GetNumberOfNodeSetArrays ()
 
const char * GetNodeSetArrayName (int index)
 
int GetNodeSetArrayStatus (const char *name)
 
void SetNodeSetArrayStatus (const char *name, int flag)
 
int GetNumberOfSideSetArrays ()
 
const char * GetSideSetArrayName (int index)
 
int GetSideSetArrayStatus (const char *name)
 
void SetSideSetArrayStatus (const char *name, int flag)
 
int GetNumberOfEdgeSetArrays ()
 
const char * GetEdgeSetArrayName (int index)
 
int GetEdgeSetArrayStatus (const char *name)
 
void SetEdgeSetArrayStatus (const char *name, int flag)
 
int GetNumberOfFaceSetArrays ()
 
const char * GetFaceSetArrayName (int index)
 
int GetFaceSetArrayStatus (const char *name)
 
void SetFaceSetArrayStatus (const char *name, int flag)
 
int GetNumberOfElementSetArrays ()
 
const char * GetElementSetArrayName (int index)
 
int GetElementSetArrayStatus (const char *name)
 
void SetElementSetArrayStatus (const char *name, int flag)
 
int GetNumberOfNodeSetResultArrays ()
 
const char * GetNodeSetResultArrayName (int index)
 
int GetNodeSetResultArrayStatus (const char *name)
 
void SetNodeSetResultArrayStatus (const char *name, int flag)
 
int GetNumberOfSideSetResultArrays ()
 
const char * GetSideSetResultArrayName (int index)
 
int GetSideSetResultArrayStatus (const char *name)
 
void SetSideSetResultArrayStatus (const char *name, int flag)
 
int GetNumberOfEdgeSetResultArrays ()
 
const char * GetEdgeSetResultArrayName (int index)
 
int GetEdgeSetResultArrayStatus (const char *name)
 
void SetEdgeSetResultArrayStatus (const char *name, int flag)
 
int GetNumberOfFaceSetResultArrays ()
 
const char * GetFaceSetResultArrayName (int index)
 
int GetFaceSetResultArrayStatus (const char *name)
 
void SetFaceSetResultArrayStatus (const char *name, int flag)
 
int GetNumberOfElementSetResultArrays ()
 
const char * GetElementSetResultArrayName (int index)
 
int GetElementSetResultArrayStatus (const char *name)
 
void SetElementSetResultArrayStatus (const char *name, int flag)
 
void Reset ()
 
void ResetSettings ()
 
void ResetCache ()
 
void SetCacheSize (double CacheSize)
 
double GetCacheSize ()
 
virtual void Dump ()
 
vtkGraphGetSIL ()
 
virtual void SetFileName (const char *fname)
 
virtual char * GetFileName ()
 
virtual void SetXMLFileName (const char *fname)
 
virtual char * GetXMLFileName ()
 
virtual void SetTimeStep (int)
 
virtual int GetTimeStep ()
 
void SetModeShape (int val)
 
virtual intGetModeShapesRange ()
 
virtual void GetModeShapesRange (int &, int &)
 
virtual void GetModeShapesRange (int[2])
 
virtual intGetTimeStepRange ()
 
virtual void GetTimeStepRange (int &, int &)
 
virtual void GetTimeStepRange (int[2])
 
virtual void SetApplyDisplacements (int d)
 
int GetApplyDisplacements ()
 
virtual void ApplyDisplacementsOn ()
 
virtual void ApplyDisplacementsOff ()
 
virtual void SetDisplacementMagnitude (float s)
 
float GetDisplacementMagnitude ()
 
virtual void SetHasModeShapes (int ms)
 
int GetHasModeShapes ()
 
virtual void HasModeShapesOn ()
 
virtual void HasModeShapesOff ()
 
virtual void SetModeShapeTime (double phase)
 
double GetModeShapeTime ()
 
virtual void SetAnimateModeShapes (int flag)
 
int GetAnimateModeShapes ()
 
virtual void AnimateModeShapesOn ()
 
virtual void AnimateModeShapesOff ()
 
const char * GetTitle ()
 
int GetDimensionality ()
 
int GetNumberOfTimeSteps ()
 
int GetNumberOfObjectArrays (int objectType)
 
const char * GetObjectArrayName (int objectType, int arrayIndex)
 
int GetObjectArrayIndex (int objectType, const char *arrayName)
 
int GetNumberOfObjectArrayComponents (int objectType, int arrayIndex)
 
int GetObjectArrayStatus (int objectType, int arrayIndex)
 
int GetObjectArrayStatus (int objectType, const char *arrayName)
 
void SetObjectArrayStatus (int objectType, int arrayIndex, int status)
 
void SetObjectArrayStatus (int objectType, const char *arrayName, int status)
 
int GetNumberOfObjectAttributes (int objectType, int objectIndex)
 
const char * GetObjectAttributeName (int objectType, int objectIndex, int attribIndex)
 
int GetObjectAttributeIndex (int objectType, int objectIndex, const char *attribName)
 
int GetObjectAttributeStatus (int objectType, int objectIndex, int attribIndex)
 
int GetObjectAttributeStatus (int objectType, int objectIndex, const char *attribName)
 
void SetObjectAttributeStatus (int objectType, int objectIndex, int attribIndex, int status)
 
void SetObjectAttributeStatus (int objectType, int objectIndex, const char *attribName, int status)
 
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 *)
 
void SetSqueezePoints (bool sp)
 
bool GetSqueezePoints ()
 
virtual int GetSILUpdateStamp ()
 
- Public Member Functions inherited from vtkMultiBlockDataSetAlgorithm
vtkMultiBlockDataSetAlgorithmNewInstance () const
 
vtkMultiBlockDataSetGetOutput ()
 
vtkMultiBlockDataSetGetOutput (int)
 
void SetInputData (vtkDataObject *)
 
void SetInputData (int, vtkDataObject *)
 
- Public Member Functions inherited from vtkAlgorithm
vtkAlgorithmNewInstance () const
 
int HasExecutive ()
 
vtkExecutiveGetExecutive ()
 
virtual void SetExecutive (vtkExecutive *executive)
 
virtual int ModifyRequest (vtkInformation *request, int when)
 
vtkInformationGetInputPortInformation (int port)
 
vtkInformationGetOutputPortInformation (int port)
 
int GetNumberOfInputPorts ()
 
int GetNumberOfOutputPorts ()
 
void UpdateProgress (double amount)
 
vtkInformationGetInputArrayInformation (int idx)
 
void RemoveAllInputs ()
 
vtkDataObjectGetOutputDataObject (int port)
 
virtual void RemoveInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void RemoveInputConnection (int port, int idx)
 
virtual void RemoveAllInputConnections (int port)
 
int GetNumberOfInputConnections (int port)
 
int GetTotalNumberOfInputConnections ()
 
vtkAlgorithmOutputGetInputConnection (int port, int index)
 
vtkAlgorithmGetInputAlgorithm (int port, int index, int &algPort)
 
vtkAlgorithmGetInputAlgorithm (int port, int index)
 
vtkExecutiveGetInputExecutive (int port, int index)
 
vtkInformationGetInputInformation (int port, int index)
 
vtkInformationGetOutputInformation (int port)
 
virtual void UpdateInformation ()
 
virtual void UpdateDataObject ()
 
virtual void PropagateUpdateExtent ()
 
virtual void UpdateWholeExtent ()
 
void ConvertTotalInputToPortConnection (int ind, int &port, int &conn)
 
int SetUpdateExtentToWholeExtent (int port)
 
int SetUpdateExtentToWholeExtent ()
 
void SetUpdateExtent (int port, int extent[6])
 
int ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo)
 
virtual int ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, unsigned long *mtime)
 
virtual vtkInformationGetInformation ()
 
virtual void SetInformation (vtkInformation *)
 
virtual void Register (vtkObjectBase *o)
 
virtual void UnRegister (vtkObjectBase *o)
 
virtual void SetAbortExecute (int)
 
virtual int GetAbortExecute ()
 
virtual void AbortExecuteOn ()
 
virtual void AbortExecuteOff ()
 
virtual void SetProgress (double)
 
virtual double GetProgress ()
 
void SetProgressText (const char *ptext)
 
virtual char * GetProgressText ()
 
virtual unsigned long GetErrorCode ()
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType)
 
virtual void SetInputArrayToProcess (int idx, vtkInformation *info)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName)
 
vtkDataObjectGetInputDataObject (int port, int connection)
 
virtual void SetInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void SetInputConnection (vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (vtkAlgorithmOutput *input)
 
virtual void SetInputDataObject (int port, vtkDataObject *data)
 
virtual void SetInputDataObject (vtkDataObject *data)
 
virtual void AddInputDataObject (int port, vtkDataObject *data)
 
virtual void AddInputDataObject (vtkDataObject *data)
 
vtkAlgorithmOutputGetOutputPort (int index)
 
vtkAlgorithmOutputGetOutputPort ()
 
vtkAlgorithmGetInputAlgorithm ()
 
vtkExecutiveGetInputExecutive ()
 
vtkInformationGetInputInformation ()
 
virtual void Update (int port)
 
virtual void Update ()
 
virtual void SetReleaseDataFlag (int)
 
virtual int GetReleaseDataFlag ()
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, vtkDataObject *output)
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType)
 
void SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int extent[6])
 
intGetUpdateExtent ()
 
intGetUpdateExtent (int port)
 
void GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int port, int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int extent[6])
 
void GetUpdateExtent (int port, int extent[6])
 
int GetUpdatePiece ()
 
int GetUpdatePiece (int port)
 
int GetUpdateNumberOfPieces ()
 
int GetUpdateNumberOfPieces (int port)
 
int GetUpdateGhostLevel ()
 
int GetUpdateGhostLevel (int port)
 
void SetProgressObserver (vtkProgressObserver *)
 
virtual vtkProgressObserverGetProgressObserver ()
 
- Public Member Functions inherited from vtkObject
vtkObjectNewInstance () const
 
virtual void DebugOn ()
 
virtual void DebugOff ()
 
bool GetDebug ()
 
void SetDebug (bool debugFlag)
 
virtual void Modified ()
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
int HasObserver (unsigned long event)
 
int HasObserver (const char *event)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 
virtual void Delete ()
 
virtual void FastDelete ()
 
void Print (ostream &os)
 
void SetReferenceCount (int)
 
void PrintRevisions (ostream &)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 

Static Public Member Functions

static vtkExodusIIReaderNew ()
 
static int IsTypeOf (const char *type)
 
static vtkExodusIIReaderSafeDownCast (vtkObjectBase *o)
 
static const char * GetGlobalFaceIdArrayName ()
 
static const char * GetPedigreeFaceIdArrayName ()
 
static int GetGlobalFaceID (vtkDataSet *data, int localID)
 
static int GetGlobalFaceID (vtkDataSet *data, int localID, int searchType)
 
static const char * GetImplicitFaceIdArrayName ()
 
static const char * GetGlobalEdgeIdArrayName ()
 
static const char * GetPedigreeEdgeIdArrayName ()
 
static int GetGlobalEdgeID (vtkDataSet *data, int localID)
 
static int GetGlobalEdgeID (vtkDataSet *data, int localID, int searchType)
 
static const char * GetImplicitEdgeIdArrayName ()
 
static const char * GetSideSetSourceElementIdArrayName ()
 
static const char * GetSideSetSourceElementSideArrayName ()
 
static const char * GetGlobalNodeIdArrayName ()
 
static const char * GetPedigreeNodeIdArrayName ()
 
static int GetGlobalNodeID (vtkDataSet *data, int localID)
 
static int GetGlobalNodeID (vtkDataSet *data, int localID, int searchType)
 
static const char * GetImplicitNodeIdArrayName ()
 
- Static Public Member Functions inherited from vtkMultiBlockDataSetAlgorithm
static vtkMultiBlockDataSetAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkMultiBlockDataSetAlgorithmSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkAlgorithm
static vtkAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkAlgorithmSafeDownCast (vtkObjectBase *o)
 
static vtkInformationIntegerKeyINPUT_IS_OPTIONAL ()
 
static vtkInformationIntegerKeyINPUT_IS_REPEATABLE ()
 
static vtkInformationInformationVectorKeyINPUT_REQUIRED_FIELDS ()
 
static vtkInformationStringVectorKeyINPUT_REQUIRED_DATA_TYPE ()
 
static vtkInformationInformationVectorKeyINPUT_ARRAYS_TO_PROCESS ()
 
static vtkInformationIntegerKeyINPUT_PORT ()
 
static vtkInformationIntegerKeyINPUT_CONNECTION ()
 
static vtkInformationIntegerKeyCAN_PRODUCE_SUB_EXTENT ()
 
static vtkInformationIntegerKeyCAN_HANDLE_PIECE_REQUEST ()
 
static void SetDefaultExecutivePrototype (vtkExecutive *proto)
 
- Static Public Member Functions inherited from vtkObject
static int IsTypeOf (const char *type)
 
static vtkObjectSafeDownCast (vtkObjectBase *o)
 
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static int IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkExodusIIReader ()
 
 ~vtkExodusIIReader ()
 
virtual void SetMetadata (vtkExodusIIReaderPrivate *)
 
virtual vtkExodusIIReaderPrivateGetMetadata ()
 
bool FindXMLFile ()
 
void GetAllTimes (vtkInformationVector *)
 
void AdvertiseTimeSteps (vtkInformation *outputInfo)
 
int ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
- Protected Member Functions inherited from vtkMultiBlockDataSetAlgorithm
 vtkMultiBlockDataSetAlgorithm ()
 
 ~vtkMultiBlockDataSetAlgorithm ()
 
virtual vtkExecutiveCreateDefaultExecutive ()
 
virtual int FillOutputPortInformation (int port, vtkInformation *info)
 
virtual int FillInputPortInformation (int port, vtkInformation *info)
 
vtkDataObjectGetInput (int port)
 
virtual int RequestDataObject (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
- Protected Member Functions inherited from vtkAlgorithm
 vtkAlgorithm ()
 
 ~vtkAlgorithm ()
 
virtual void SetNumberOfInputPorts (int n)
 
virtual void SetNumberOfOutputPorts (int n)
 
int InputPortIndexInRange (int index, const char *action)
 
int OutputPortIndexInRange (int index, const char *action)
 
int GetInputArrayAssociation (int idx, vtkInformationVector **inputVector)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
virtual void SetNumberOfInputConnections (int port, int n)
 
int GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector)
 
int GetInputArrayAssociation (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkInformationGetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector)
 
virtual void SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input)
 
void SetInputDataInternal (int port, vtkDataObject *input)
 
void AddInputDataInternal (int port, vtkDataObject *input)
 
virtual void SetErrorCode (unsigned long)
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
virtual void RegisterInternal (vtkObjectBase *, int check)
 
virtual void UnRegisterInternal (vtkObjectBase *, int check)
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

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)
 
- Static Protected Member Functions inherited from vtkAlgorithm
static vtkInformationIntegerKeyPORT_REQUIREMENTS_FILLED ()
 

Protected Attributes

char * FileName
 
char * XMLFileName
 
int TimeStep
 
int TimeStepRange [2]
 
vtkTimeStamp FileNameMTime
 
vtkTimeStamp XMLFileNameMTime
 
int DisplayType
 
vtkExodusIIReaderPrivateMetadata
 
int SILUpdateStamp
 
- Protected Attributes inherited from vtkAlgorithm
vtkInformationInformation
 
double Progress
 
char * ProgressText
 
vtkProgressObserverProgressObserver
 
unsigned long ErrorCode
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 
static const char * GetObjectIdArrayName ()
 
virtual void SetGenerateObjectIdCellArray (int g)
 
int GetGenerateObjectIdCellArray ()
 
virtual void GenerateObjectIdCellArrayOn ()
 
virtual void GenerateObjectIdCellArrayOff ()
 
enum  {
  SEARCH_TYPE_ELEMENT =0, SEARCH_TYPE_NODE, SEARCH_TYPE_ELEMENT_THEN_NODE, SEARCH_TYPE_NODE_THEN_ELEMENT,
  ID_NOT_FOUND =-234121312
}
 
enum  ObjectType {
  EDGE_BLOCK = 6, FACE_BLOCK = 8, ELEM_BLOCK = 1, NODE_SET = 2,
  EDGE_SET = 7, FACE_SET = 9, SIDE_SET = 3, ELEM_SET = 10,
  NODE_MAP = 5, EDGE_MAP = 11, FACE_MAP = 12, ELEM_MAP = 4,
  GLOBAL = 13, NODAL = 14, ASSEMBLY = 60, PART = 61,
  MATERIAL = 62, HIERARCHY = 63, QA_RECORDS = 103, INFO_RECORDS = 104,
  GLOBAL_TEMPORAL = 102, NODAL_TEMPORAL = 101, ELEM_BLOCK_TEMPORAL = 100, GLOBAL_CONN = 99,
  ELEM_BLOCK_ELEM_CONN = 98, ELEM_BLOCK_FACE_CONN = 97, ELEM_BLOCK_EDGE_CONN = 96, FACE_BLOCK_CONN = 95,
  EDGE_BLOCK_CONN = 94, ELEM_SET_CONN = 93, SIDE_SET_CONN = 92, FACE_SET_CONN = 91,
  EDGE_SET_CONN = 90, NODE_SET_CONN = 89, NODAL_COORDS = 88, OBJECT_ID = 87,
  IMPLICIT_ELEMENT_ID = 108, IMPLICIT_NODE_ID = 107, GLOBAL_ELEMENT_ID = 86, GLOBAL_NODE_ID = 85,
  ELEMENT_ID = 84, NODE_ID = 83, NODAL_SQUEEZEMAP = 82, ELEM_BLOCK_ATTRIB = 81,
  FACE_BLOCK_ATTRIB = 80, EDGE_BLOCK_ATTRIB = 79, FACE_ID = 105, EDGE_ID = 106,
  ENTITY_COUNTS = 109
}
 
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 const char * GetImplicitElementIdArrayName ()
 

Additional Inherited Members

- Public Attributes inherited from vtkAlgorithm
int AbortExecute
 
- Static Protected Attributes inherited from vtkAlgorithm
static vtkExecutiveDefaultExecutivePrototype
 

Detailed Description

Read exodus 2 files .ex2.

vtkExodusIIReader 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:
vtkExodusIIReader (Tests)

Definition at line 55 of file vtkExodusIIReader.h.

Member Typedef Documentation

Definition at line 59 of file vtkExodusIIReader.h.

Member Enumeration Documentation

anonymous enum

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() NOTE*** No more "unique" global ID. Instead we have an arbitrary number of maps.

Enumerator
SEARCH_TYPE_ELEMENT 
SEARCH_TYPE_NODE 
SEARCH_TYPE_ELEMENT_THEN_NODE 
SEARCH_TYPE_NODE_THEN_ELEMENT 
ID_NOT_FOUND 

Definition at line 163 of file vtkExodusIIReader.h.

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() NOTE*** No more "unique" global ID. Instead we have an arbitrary number of maps.

Enumerator
EDGE_BLOCK 
FACE_BLOCK 
ELEM_BLOCK 
NODE_SET 
EDGE_SET 
FACE_SET 
SIDE_SET 
ELEM_SET 
NODE_MAP 
EDGE_MAP 
FACE_MAP 
ELEM_MAP 
GLOBAL 
NODAL 
ASSEMBLY 
PART 
MATERIAL 
HIERARCHY 
QA_RECORDS 

Exodus II Quality Assurance (QA) string metadata.

INFO_RECORDS 

Exodus II Information Records string metadata.

GLOBAL_TEMPORAL 

global data across timesteps

NODAL_TEMPORAL 

nodal data across timesteps

ELEM_BLOCK_TEMPORAL 

element data across timesteps

GLOBAL_CONN 

connectivity assembled from all blocks+sets to be loaded

ELEM_BLOCK_ELEM_CONN 

raw element block connectivity for elements (not edges/faces)

ELEM_BLOCK_FACE_CONN 

raw element block connectivity for faces (references face blocks)

ELEM_BLOCK_EDGE_CONN 

raw element block connectivity for edges (references edge blocks)

FACE_BLOCK_CONN 

raw face block connectivity (references nodes)

EDGE_BLOCK_CONN 

raw edge block connectivity (references nodes)

ELEM_SET_CONN 

element set connectivity

SIDE_SET_CONN 

side set connectivity

FACE_SET_CONN 

face set connectivity

EDGE_SET_CONN 

edge set connectivity

NODE_SET_CONN 

node set connectivity

NODAL_COORDS 

raw nodal coordinates (not the "squeezed" version)

OBJECT_ID 

object id (old BlockId) array

IMPLICIT_ELEMENT_ID 

the implicit global index of each element given by exodus

IMPLICIT_NODE_ID 

the implicit global index of each node given by exodus

GLOBAL_ELEMENT_ID 

element id array extracted for a particular block (yes, this is a bad name)

GLOBAL_NODE_ID 

nodal id array extracted for a particular block (yes, this is a bad name)

ELEMENT_ID 

element id map (old-style elem_num_map or first new-style elem map) array

NODE_ID 

nodal id map (old-style node_num_map or first new-style node map) array

NODAL_SQUEEZEMAP 

the integer map use to "squeeze" coordinates and nodal arrays/maps

ELEM_BLOCK_ATTRIB 

an element block attribute array (time-constant scalar per element)

FACE_BLOCK_ATTRIB 

a face block attribute array (time-constant scalar per element)

EDGE_BLOCK_ATTRIB 

an edge block attribute array (time-constant scalar per element)

FACE_ID 

face id map (old-style face_num_map or first new-style face map) array

EDGE_ID 

edge id map (old-style edge_num_map or first new-style edge map) array

ENTITY_COUNTS 

polyhedra per-entity count ex_get_block returns the sum for polyhedra

Definition at line 171 of file vtkExodusIIReader.h.

Constructor & Destructor Documentation

vtkExodusIIReader::vtkExodusIIReader ( )
protected
vtkExodusIIReader::~vtkExodusIIReader ( )
protected

Member Function Documentation

static vtkExodusIIReader* vtkExodusIIReader::New ( )
static
static int vtkExodusIIReader::IsTypeOf ( const char *  type)
static
virtual int vtkExodusIIReader::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 vtkMultiBlockDataSetAlgorithm.

Reimplemented in vtkPExodusIIReader.

static vtkExodusIIReader* vtkExodusIIReader::SafeDownCast ( vtkObjectBase o)
static
virtual vtkObjectBase* vtkExodusIIReader::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkMultiBlockDataSetAlgorithm.

Reimplemented in vtkPExodusIIReader.

vtkExodusIIReader* vtkExodusIIReader::NewInstance ( ) const
void vtkExodusIIReader::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 vtkMultiBlockDataSetAlgorithm.

Reimplemented in vtkPExodusIIReader.

int vtkExodusIIReader::CanReadFile ( const char *  fname)

Determine if the file can be readed with this reader.

virtual unsigned long vtkExodusIIReader::GetMTime ( )
virtual

Return the object's MTime. This is overridden to include the timestamp of its internal class.

Reimplemented from vtkObject.

virtual unsigned long vtkExodusIIReader::GetMetadataMTime ( )
virtual

Return the MTime of the internal data structure. This is really only intended for use by vtkPExodusIIReader in order to determine if the filename is newer than the metadata.

virtual void vtkExodusIIReader::SetFileName ( const char *  fname)
virtual

Specify file name of the Exodus file.

Reimplemented in vtkPExodusIIReader.

virtual char* vtkExodusIIReader::GetFileName ( )
virtual

Specify file name of the Exodus file.

virtual void vtkExodusIIReader::SetXMLFileName ( const char *  fname)
virtual

Specify file name of the xml file.

virtual char* vtkExodusIIReader::GetXMLFileName ( )
virtual

Specify file name of the xml file.

virtual void vtkExodusIIReader::SetTimeStep ( int  )
virtual

Which TimeStep to read.

virtual int vtkExodusIIReader::GetTimeStep ( )
virtual

Which TimeStep to read.

void vtkExodusIIReader::SetModeShape ( int  val)
inline

Convenience method to set the mode-shape which is same as this->SetTimeStep(val-1);

Definition at line 97 of file vtkExodusIIReader.h.

virtual int* vtkExodusIIReader::GetModeShapesRange ( )
virtual

Since ModeShapes are expected to run from [1,N] rather than [0, N-1], this method will return the TimeStepRange offset by 1. Note this method returns the potential mode shapes range irrespective of whether this->HasModeShapes is set to true.

virtual void vtkExodusIIReader::GetModeShapesRange ( int ,
int  
)
virtual

Since ModeShapes are expected to run from [1,N] rather than [0, N-1], this method will return the TimeStepRange offset by 1. Note this method returns the potential mode shapes range irrespective of whether this->HasModeShapes is set to true.

virtual void vtkExodusIIReader::GetModeShapesRange ( int  [2])
virtual

Since ModeShapes are expected to run from [1,N] rather than [0, N-1], this method will return the TimeStepRange offset by 1. Note this method returns the potential mode shapes range irrespective of whether this->HasModeShapes is set to true.

virtual int* vtkExodusIIReader::GetTimeStepRange ( )
virtual

Returns the available range of valid integer time steps. Note this method returns the potential timesteps range irrespective of whether this->HasModeShapes is set to false.

virtual void vtkExodusIIReader::GetTimeStepRange ( int ,
int  
)
virtual

Returns the available range of valid integer time steps. Note this method returns the potential timesteps range irrespective of whether this->HasModeShapes is set to false.

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

Returns the available range of valid integer time steps. Note this method returns the potential timesteps range irrespective of whether this->HasModeShapes is set to false.

virtual void vtkExodusIIReader::SetGenerateObjectIdCellArray ( int  g)
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(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, this is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets.

int vtkExodusIIReader::GetGenerateObjectIdCellArray ( )

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(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, this is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets.

virtual void vtkExodusIIReader::GenerateObjectIdCellArrayOn ( )
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(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, this is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets.

virtual void vtkExodusIIReader::GenerateObjectIdCellArrayOff ( )
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(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, this is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets.

static const char* vtkExodusIIReader::GetObjectIdArrayName ( )
inlinestatic

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(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, this is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets.

Definition at line 131 of file vtkExodusIIReader.h.

virtual void vtkExodusIIReader::SetGenerateGlobalElementIdArray ( int  g)
virtual
int vtkExodusIIReader::GetGenerateGlobalElementIdArray ( )
virtual void vtkExodusIIReader::GenerateGlobalElementIdArrayOn ( )
virtual
virtual void vtkExodusIIReader::GenerateGlobalElementIdArrayOff ( )
virtual
virtual void vtkExodusIIReader::SetGenerateGlobalNodeIdArray ( int  g)
virtual
int vtkExodusIIReader::GetGenerateGlobalNodeIdArray ( )
virtual void vtkExodusIIReader::GenerateGlobalNodeIdArrayOn ( )
virtual
virtual void vtkExodusIIReader::GenerateGlobalNodeIdArrayOff ( )
virtual
virtual void vtkExodusIIReader::SetGenerateImplicitElementIdArray ( int  g)
virtual
int vtkExodusIIReader::GetGenerateImplicitElementIdArray ( )
virtual void vtkExodusIIReader::GenerateImplicitElementIdArrayOn ( )
virtual
virtual void vtkExodusIIReader::GenerateImplicitElementIdArrayOff ( )
virtual
virtual void vtkExodusIIReader::SetGenerateImplicitNodeIdArray ( int  g)
virtual
int vtkExodusIIReader::GetGenerateImplicitNodeIdArray ( )
virtual void vtkExodusIIReader::GenerateImplicitNodeIdArrayOn ( )
virtual
virtual void vtkExodusIIReader::GenerateImplicitNodeIdArrayOff ( )
virtual
virtual void vtkExodusIIReader::SetGenerateFileIdArray ( int  f)
virtual
int vtkExodusIIReader::GetGenerateFileIdArray ( )
virtual void vtkExodusIIReader::GenerateFileIdArrayOn ( )
virtual
virtual void vtkExodusIIReader::GenerateFileIdArrayOff ( )
virtual
virtual void vtkExodusIIReader::SetFileId ( int  f)
virtual
int vtkExodusIIReader::GetFileId ( )
static const char* vtkExodusIIReader::GetGlobalElementIdArrayName ( )
inlinestatic

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() NOTE*** No more "unique" global ID. Instead we have an arbitrary number of maps.

Definition at line 226 of file vtkExodusIIReader.h.

static const char* vtkExodusIIReader::GetPedigreeElementIdArrayName ( )
inlinestatic

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() NOTE*** No more "unique" global ID. Instead we have an arbitrary number of maps.

Definition at line 227 of file vtkExodusIIReader.h.

static int vtkExodusIIReader::GetGlobalElementID ( vtkDataSet data,
int  localID 
)
static

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() NOTE*** No more "unique" global ID. Instead we have an arbitrary number of maps.

static int vtkExodusIIReader::GetGlobalElementID ( vtkDataSet data,
int  localID,
int  searchType 
)
static

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() NOTE*** No more "unique" global ID. Instead we have an arbitrary number of maps.

static const char* vtkExodusIIReader::GetImplicitElementIdArrayName ( )
inlinestatic

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() NOTE*** No more "unique" global ID. Instead we have an arbitrary number of maps.

Definition at line 231 of file vtkExodusIIReader.h.

static const char* vtkExodusIIReader::GetGlobalFaceIdArrayName ( )
inlinestatic

Definition at line 234 of file vtkExodusIIReader.h.

static const char* vtkExodusIIReader::GetPedigreeFaceIdArrayName ( )
inlinestatic

Definition at line 235 of file vtkExodusIIReader.h.

static int vtkExodusIIReader::GetGlobalFaceID ( vtkDataSet data,
int  localID 
)
static
static int vtkExodusIIReader::GetGlobalFaceID ( vtkDataSet data,
int  localID,
int  searchType 
)
static
static const char* vtkExodusIIReader::GetImplicitFaceIdArrayName ( )
inlinestatic

Definition at line 239 of file vtkExodusIIReader.h.

static const char* vtkExodusIIReader::GetGlobalEdgeIdArrayName ( )
inlinestatic

Definition at line 241 of file vtkExodusIIReader.h.

static const char* vtkExodusIIReader::GetPedigreeEdgeIdArrayName ( )
inlinestatic

Definition at line 242 of file vtkExodusIIReader.h.

static int vtkExodusIIReader::GetGlobalEdgeID ( vtkDataSet data,
int  localID 
)
static
static int vtkExodusIIReader::GetGlobalEdgeID ( vtkDataSet data,
int  localID,
int  searchType 
)
static
static const char* vtkExodusIIReader::GetImplicitEdgeIdArrayName ( )
inlinestatic

Definition at line 246 of file vtkExodusIIReader.h.

static const char* vtkExodusIIReader::GetGlobalNodeIdArrayName ( )
inlinestatic

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 253 of file vtkExodusIIReader.h.

static const char* vtkExodusIIReader::GetPedigreeNodeIdArrayName ( )
inlinestatic

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 254 of file vtkExodusIIReader.h.

static int vtkExodusIIReader::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 vtkExodusIIReader::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().

static const char* vtkExodusIIReader::GetImplicitNodeIdArrayName ( )
inlinestatic

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 258 of file vtkExodusIIReader.h.

static const char* vtkExodusIIReader::GetSideSetSourceElementIdArrayName ( )
inlinestatic

Get the name of the array that stores the mapping from side set cells back to the global id of the elements they bound.

Definition at line 263 of file vtkExodusIIReader.h.

static const char* vtkExodusIIReader::GetSideSetSourceElementSideArrayName ( )
inlinestatic

Get the name of the array that stores the mapping from side set cells back to the canonical side of the elements they bound.

Definition at line 267 of file vtkExodusIIReader.h.

virtual void vtkExodusIIReader::SetApplyDisplacements ( int  d)
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.

int vtkExodusIIReader::GetApplyDisplacements ( )

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 vtkExodusIIReader::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 vtkExodusIIReader::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 vtkExodusIIReader::SetDisplacementMagnitude ( float  s)
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.

float vtkExodusIIReader::GetDisplacementMagnitude ( )

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 vtkExodusIIReader::SetHasModeShapes ( int  ms)
virtual

Set/Get whether the Exodus sequence number corresponds to time steps or mode shapes. By default, HasModeShapes is false unless two time values in the Exodus file are identical, in which case it is true.

int vtkExodusIIReader::GetHasModeShapes ( )

Set/Get whether the Exodus sequence number corresponds to time steps or mode shapes. By default, HasModeShapes is false unless two time values in the Exodus file are identical, in which case it is true.

virtual void vtkExodusIIReader::HasModeShapesOn ( )
virtual

Set/Get whether the Exodus sequence number corresponds to time steps or mode shapes. By default, HasModeShapes is false unless two time values in the Exodus file are identical, in which case it is true.

virtual void vtkExodusIIReader::HasModeShapesOff ( )
virtual

Set/Get whether the Exodus sequence number corresponds to time steps or mode shapes. By default, HasModeShapes is false unless two time values in the Exodus file are identical, in which case it is true.

virtual void vtkExodusIIReader::SetModeShapeTime ( double  phase)
virtual

Set/Get the time used to animate mode shapes. This is a number between 0 and 1 that is used to scale the DisplacementMagnitude in a sinusoidal pattern. Specifically, the displacement vector for each vertex is scaled by $ \mathrm{DisplacementMagnitude} cos( 2\pi \mathrm{ModeShapeTime} ) $ before it is added to the vertex coordinates.

double vtkExodusIIReader::GetModeShapeTime ( )

Set/Get the time used to animate mode shapes. This is a number between 0 and 1 that is used to scale the DisplacementMagnitude in a sinusoidal pattern. Specifically, the displacement vector for each vertex is scaled by $ \mathrm{DisplacementMagnitude} cos( 2\pi \mathrm{ModeShapeTime} ) $ before it is added to the vertex coordinates.

virtual void vtkExodusIIReader::SetAnimateModeShapes ( int  flag)
virtual

If this flag is on (the default) and HasModeShapes is also on, then this reader will report a continuous time range [0,1] and animate the displacements in a periodic sinusoid. If this flag is off and HasModeShapes is on, this reader ignores time. This flag has no effect if HasModeShapes is off.

int vtkExodusIIReader::GetAnimateModeShapes ( )

If this flag is on (the default) and HasModeShapes is also on, then this reader will report a continuous time range [0,1] and animate the displacements in a periodic sinusoid. If this flag is off and HasModeShapes is on, this reader ignores time. This flag has no effect if HasModeShapes is off.

virtual void vtkExodusIIReader::AnimateModeShapesOn ( )
virtual

If this flag is on (the default) and HasModeShapes is also on, then this reader will report a continuous time range [0,1] and animate the displacements in a periodic sinusoid. If this flag is off and HasModeShapes is on, this reader ignores time. This flag has no effect if HasModeShapes is off.

virtual void vtkExodusIIReader::AnimateModeShapesOff ( )
virtual

If this flag is on (the default) and HasModeShapes is also on, then this reader will report a continuous time range [0,1] and animate the displacements in a periodic sinusoid. If this flag is off and HasModeShapes is on, this reader ignores time. This flag has no effect if HasModeShapes is off.

const char* vtkExodusIIReader::GetTitle ( )

Access to meta data generated by UpdateInformation.

int vtkExodusIIReader::GetDimensionality ( )

Access to meta data generated by UpdateInformation.

int vtkExodusIIReader::GetNumberOfTimeSteps ( )

Access to meta data generated by UpdateInformation.

int vtkExodusIIReader::GetNumberOfNodesInFile ( )
int vtkExodusIIReader::GetNumberOfEdgesInFile ( )
int vtkExodusIIReader::GetNumberOfFacesInFile ( )
int vtkExodusIIReader::GetNumberOfElementsInFile ( )
int vtkExodusIIReader::GetObjectTypeFromName ( const char *  name)
const char* vtkExodusIIReader::GetObjectTypeName ( int  )
int vtkExodusIIReader::GetNumberOfNodes ( )
int vtkExodusIIReader::GetNumberOfObjects ( int  objectType)
int vtkExodusIIReader::GetNumberOfEntriesInObject ( int  objectType,
int  objectIndex 
)
int vtkExodusIIReader::GetObjectId ( int  objectType,
int  objectIndex 
)
const char* vtkExodusIIReader::GetObjectName ( int  objectType,
int  objectIndex 
)
int vtkExodusIIReader::GetObjectIndex ( int  objectType,
const char *  objectName 
)
int vtkExodusIIReader::GetObjectIndex ( int  objectType,
int  id 
)
int vtkExodusIIReader::GetObjectStatus ( int  objectType,
int  objectIndex 
)
int vtkExodusIIReader::GetObjectStatus ( int  objectType,
const char *  objectName 
)
inline

Definition at line 334 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetObjectStatus ( int  objectType,
int  objectIndex,
int  status 
)
void vtkExodusIIReader::SetObjectStatus ( int  objectType,
const char *  objectName,
int  status 
)
int vtkExodusIIReader::GetNumberOfObjectArrays ( int  objectType)

By default arrays are not loaded. These methods allow the user to select which arrays they want to load. You can get information about the arrays by first caling UpdateInformation, and using GetPointArrayName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata

const char* vtkExodusIIReader::GetObjectArrayName ( int  objectType,
int  arrayIndex 
)

By default arrays are not loaded. These methods allow the user to select which arrays they want to load. You can get information about the arrays by first caling UpdateInformation, and using GetPointArrayName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata

int vtkExodusIIReader::GetObjectArrayIndex ( int  objectType,
const char *  arrayName 
)

By default arrays are not loaded. These methods allow the user to select which arrays they want to load. You can get information about the arrays by first caling UpdateInformation, and using GetPointArrayName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata

int vtkExodusIIReader::GetNumberOfObjectArrayComponents ( int  objectType,
int  arrayIndex 
)

By default arrays are not loaded. These methods allow the user to select which arrays they want to load. You can get information about the arrays by first caling UpdateInformation, and using GetPointArrayName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata

int vtkExodusIIReader::GetObjectArrayStatus ( int  objectType,
int  arrayIndex 
)

By default arrays are not loaded. These methods allow the user to select which arrays they want to load. You can get information about the arrays by first caling UpdateInformation, and using GetPointArrayName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata

int vtkExodusIIReader::GetObjectArrayStatus ( int  objectType,
const char *  arrayName 
)
inline

By default arrays are not loaded. These methods allow the user to select which arrays they want to load. You can get information about the arrays by first caling UpdateInformation, and using GetPointArrayName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata

Definition at line 350 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetObjectArrayStatus ( int  objectType,
int  arrayIndex,
int  status 
)

By default arrays are not loaded. These methods allow the user to select which arrays they want to load. You can get information about the arrays by first caling UpdateInformation, and using GetPointArrayName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata

void vtkExodusIIReader::SetObjectArrayStatus ( int  objectType,
const char *  arrayName,
int  status 
)

By default arrays are not loaded. These methods allow the user to select which arrays they want to load. You can get information about the arrays by first caling UpdateInformation, and using GetPointArrayName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata

int vtkExodusIIReader::GetNumberOfObjectAttributes ( int  objectType,
int  objectIndex 
)

By default attributes are not loaded. These methods allow the user to select which attributes they want to load. You can get information about the attributes by first caling UpdateInformation, and using GetObjectAttributeName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata

const char* vtkExodusIIReader::GetObjectAttributeName ( int  objectType,
int  objectIndex,
int  attribIndex 
)

By default attributes are not loaded. These methods allow the user to select which attributes they want to load. You can get information about the attributes by first caling UpdateInformation, and using GetObjectAttributeName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata

int vtkExodusIIReader::GetObjectAttributeIndex ( int  objectType,
int  objectIndex,
const char *  attribName 
)

By default attributes are not loaded. These methods allow the user to select which attributes they want to load. You can get information about the attributes by first caling UpdateInformation, and using GetObjectAttributeName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata

int vtkExodusIIReader::GetObjectAttributeStatus ( int  objectType,
int  objectIndex,
int  attribIndex 
)

By default attributes are not loaded. These methods allow the user to select which attributes they want to load. You can get information about the attributes by first caling UpdateInformation, and using GetObjectAttributeName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata

int vtkExodusIIReader::GetObjectAttributeStatus ( int  objectType,
int  objectIndex,
const char *  attribName 
)
inline

By default attributes are not loaded. These methods allow the user to select which attributes they want to load. You can get information about the attributes by first caling UpdateInformation, and using GetObjectAttributeName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata

Definition at line 366 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetObjectAttributeStatus ( int  objectType,
int  objectIndex,
int  attribIndex,
int  status 
)

By default attributes are not loaded. These methods allow the user to select which attributes they want to load. You can get information about the attributes by first caling UpdateInformation, and using GetObjectAttributeName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata

void vtkExodusIIReader::SetObjectAttributeStatus ( int  objectType,
int  objectIndex,
const char *  attribName,
int  status 
)
inline

By default attributes are not loaded. These methods allow the user to select which attributes they want to load. You can get information about the attributes by first caling UpdateInformation, and using GetObjectAttributeName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata

Definition at line 370 of file vtkExodusIIReader.h.

virtual vtkIdType vtkExodusIIReader::GetTotalNumberOfNodes ( )
virtual

Reimplemented in vtkPExodusIIReader.

virtual vtkIdType vtkExodusIIReader::GetTotalNumberOfEdges ( )
virtual
virtual vtkIdType vtkExodusIIReader::GetTotalNumberOfFaces ( )
virtual
virtual vtkIdType vtkExodusIIReader::GetTotalNumberOfElements ( )
virtual

Reimplemented in vtkPExodusIIReader.

int vtkExodusIIReader::GetNumberOfPartArrays ( )

By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ...

const char* vtkExodusIIReader::GetPartArrayName ( int  arrayIdx)

By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ...

int vtkExodusIIReader::GetPartArrayID ( const char *  name)

By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ...

const char* vtkExodusIIReader::GetPartBlockInfo ( int  arrayIdx)

By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ...

void vtkExodusIIReader::SetPartArrayStatus ( int  index,
int  flag 
)

By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ...

void vtkExodusIIReader::SetPartArrayStatus ( const char *  ,
int  flag 
)

By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ...

int vtkExodusIIReader::GetPartArrayStatus ( int  index)

By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ...

int vtkExodusIIReader::GetPartArrayStatus ( const char *  )

By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ...

int vtkExodusIIReader::GetNumberOfMaterialArrays ( )

By default all materials are loaded. These methods allow the user to select which materials they want to load. You can get information about the materials by first caling UpdateInformation, and using GetMaterialArrayName ...

const char* vtkExodusIIReader::GetMaterialArrayName ( int  arrayIdx)

By default all materials are loaded. These methods allow the user to select which materials they want to load. You can get information about the materials by first caling UpdateInformation, and using GetMaterialArrayName ...

int vtkExodusIIReader::GetMaterialArrayID ( const char *  name)

By default all materials are loaded. These methods allow the user to select which materials they want to load. You can get information about the materials by first caling UpdateInformation, and using GetMaterialArrayName ...

void vtkExodusIIReader::SetMaterialArrayStatus ( int  index,
int  flag 
)

By default all materials are loaded. These methods allow the user to select which materials they want to load. You can get information about the materials by first caling UpdateInformation, and using GetMaterialArrayName ...

void vtkExodusIIReader::SetMaterialArrayStatus ( const char *  ,
int  flag 
)

By default all materials are loaded. These methods allow the user to select which materials they want to load. You can get information about the materials by first caling UpdateInformation, and using GetMaterialArrayName ...

int vtkExodusIIReader::GetMaterialArrayStatus ( int  index)

By default all materials are loaded. These methods allow the user to select which materials they want to load. You can get information about the materials by first caling UpdateInformation, and using GetMaterialArrayName ...

int vtkExodusIIReader::GetMaterialArrayStatus ( const char *  )

By default all materials are loaded. These methods allow the user to select which materials they want to load. You can get information about the materials by first caling UpdateInformation, and using GetMaterialArrayName ...

int vtkExodusIIReader::GetNumberOfAssemblyArrays ( )

By default all assemblies are loaded. These methods allow the user to select which assemblies they want to load. You can get information about the assemblies by first caling UpdateInformation, and using GetAssemblyArrayName ...

const char* vtkExodusIIReader::GetAssemblyArrayName ( int  arrayIdx)

By default all assemblies are loaded. These methods allow the user to select which assemblies they want to load. You can get information about the assemblies by first caling UpdateInformation, and using GetAssemblyArrayName ...

int vtkExodusIIReader::GetAssemblyArrayID ( const char *  name)

By default all assemblies are loaded. These methods allow the user to select which assemblies they want to load. You can get information about the assemblies by first caling UpdateInformation, and using GetAssemblyArrayName ...

void vtkExodusIIReader::SetAssemblyArrayStatus ( int  index,
int  flag 
)

By default all assemblies are loaded. These methods allow the user to select which assemblies they want to load. You can get information about the assemblies by first caling UpdateInformation, and using GetAssemblyArrayName ...

void vtkExodusIIReader::SetAssemblyArrayStatus ( const char *  ,
int  flag 
)

By default all assemblies are loaded. These methods allow the user to select which assemblies they want to load. You can get information about the assemblies by first caling UpdateInformation, and using GetAssemblyArrayName ...

int vtkExodusIIReader::GetAssemblyArrayStatus ( int  index)

By default all assemblies are loaded. These methods allow the user to select which assemblies they want to load. You can get information about the assemblies by first caling UpdateInformation, and using GetAssemblyArrayName ...

int vtkExodusIIReader::GetAssemblyArrayStatus ( const char *  )

By default all assemblies are loaded. These methods allow the user to select which assemblies they want to load. You can get information about the assemblies by first caling UpdateInformation, and using GetAssemblyArrayName ...

int vtkExodusIIReader::GetNumberOfHierarchyArrays ( )

By default all hierarchy entries are loaded. These methods allow the user to select which hierarchy entries they want to load. You can get information about the hierarchy entries by first caling UpdateInformation, and using GetHierarchyArrayName ... these methods do not call functions in metaData. They call functions on the ExodusXMLParser since it seemed silly to duplicate all the information

const char* vtkExodusIIReader::GetHierarchyArrayName ( int  arrayIdx)

By default all hierarchy entries are loaded. These methods allow the user to select which hierarchy entries they want to load. You can get information about the hierarchy entries by first caling UpdateInformation, and using GetHierarchyArrayName ... these methods do not call functions in metaData. They call functions on the ExodusXMLParser since it seemed silly to duplicate all the information

void vtkExodusIIReader::SetHierarchyArrayStatus ( int  index,
int  flag 
)

By default all hierarchy entries are loaded. These methods allow the user to select which hierarchy entries they want to load. You can get information about the hierarchy entries by first caling UpdateInformation, and using GetHierarchyArrayName ... these methods do not call functions in metaData. They call functions on the ExodusXMLParser since it seemed silly to duplicate all the information

void vtkExodusIIReader::SetHierarchyArrayStatus ( const char *  ,
int  flag 
)

By default all hierarchy entries are loaded. These methods allow the user to select which hierarchy entries they want to load. You can get information about the hierarchy entries by first caling UpdateInformation, and using GetHierarchyArrayName ... these methods do not call functions in metaData. They call functions on the ExodusXMLParser since it seemed silly to duplicate all the information

int vtkExodusIIReader::GetHierarchyArrayStatus ( int  index)

By default all hierarchy entries are loaded. These methods allow the user to select which hierarchy entries they want to load. You can get information about the hierarchy entries by first caling UpdateInformation, and using GetHierarchyArrayName ... these methods do not call functions in metaData. They call functions on the ExodusXMLParser since it seemed silly to duplicate all the information

int vtkExodusIIReader::GetHierarchyArrayStatus ( const char *  )

By default all hierarchy entries are loaded. These methods allow the user to select which hierarchy entries they want to load. You can get information about the hierarchy entries by first caling UpdateInformation, and using GetHierarchyArrayName ... these methods do not call functions in metaData. They call functions on the ExodusXMLParser since it seemed silly to duplicate all the information

virtual int vtkExodusIIReader::GetDisplayType ( )
virtual
virtual void vtkExodusIIReader::SetDisplayType ( int  type)
virtual
int vtkExodusIIReader::IsValidVariable ( const char *  type,
const char *  name 
)

return boolean indicating whether the type,name is a valid variable

int vtkExodusIIReader::GetVariableID ( const char *  type,
const char *  name 
)

Return the id of the type,name variable

void vtkExodusIIReader::SetAllArrayStatus ( int  otype,
int  status 
)
int vtkExodusIIReader::GetTimeSeriesData ( int  ID,
const char *  vName,
const char *  vType,
vtkFloatArray result 
)
int vtkExodusIIReader::GetNumberOfEdgeBlockArrays ( )
inline

Definition at line 461 of file vtkExodusIIReader.h.

const char* vtkExodusIIReader::GetEdgeBlockArrayName ( int  index)
inline

Definition at line 463 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetEdgeBlockArrayStatus ( const char *  name)
inline

Definition at line 465 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetEdgeBlockArrayStatus ( const char *  name,
int  flag 
)
inline

Definition at line 467 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNumberOfFaceBlockArrays ( )
inline

Definition at line 470 of file vtkExodusIIReader.h.

const char* vtkExodusIIReader::GetFaceBlockArrayName ( int  index)
inline

Definition at line 472 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetFaceBlockArrayStatus ( const char *  name)
inline

Definition at line 474 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetFaceBlockArrayStatus ( const char *  name,
int  flag 
)
inline

Definition at line 476 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNumberOfElementBlockArrays ( )
inline

Definition at line 479 of file vtkExodusIIReader.h.

const char* vtkExodusIIReader::GetElementBlockArrayName ( int  index)
inline

Definition at line 481 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetElementBlockArrayStatus ( const char *  name)
inline

Definition at line 483 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetElementBlockArrayStatus ( const char *  name,
int  flag 
)
inline

Definition at line 485 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNumberOfGlobalResultArrays ( )
inline

Definition at line 488 of file vtkExodusIIReader.h.

const char* vtkExodusIIReader::GetGlobalResultArrayName ( int  index)
inline

Definition at line 490 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetGlobalResultArrayStatus ( const char *  name)
inline

Definition at line 492 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetGlobalResultArrayStatus ( const char *  name,
int  flag 
)
inline

Definition at line 494 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNumberOfPointResultArrays ( )
inline

Definition at line 497 of file vtkExodusIIReader.h.

const char* vtkExodusIIReader::GetPointResultArrayName ( int  index)
inline

Definition at line 499 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetPointResultArrayStatus ( const char *  name)
inline

Definition at line 501 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetPointResultArrayStatus ( const char *  name,
int  flag 
)
inline

Definition at line 503 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNumberOfEdgeResultArrays ( )
inline

Definition at line 506 of file vtkExodusIIReader.h.

const char* vtkExodusIIReader::GetEdgeResultArrayName ( int  index)
inline

Definition at line 508 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetEdgeResultArrayStatus ( const char *  name)
inline

Definition at line 510 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetEdgeResultArrayStatus ( const char *  name,
int  flag 
)
inline

Definition at line 512 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNumberOfFaceResultArrays ( )
inline

Definition at line 515 of file vtkExodusIIReader.h.

const char* vtkExodusIIReader::GetFaceResultArrayName ( int  index)
inline

Definition at line 517 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetFaceResultArrayStatus ( const char *  name)
inline

Definition at line 519 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetFaceResultArrayStatus ( const char *  name,
int  flag 
)
inline

Definition at line 521 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNumberOfElementResultArrays ( )
inline

Definition at line 524 of file vtkExodusIIReader.h.

const char* vtkExodusIIReader::GetElementResultArrayName ( int  index)
inline

Definition at line 526 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetElementResultArrayStatus ( const char *  name)
inline

Definition at line 528 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetElementResultArrayStatus ( const char *  name,
int  flag 
)
inline

Definition at line 530 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNumberOfNodeMapArrays ( )
inline

Definition at line 534 of file vtkExodusIIReader.h.

const char* vtkExodusIIReader::GetNodeMapArrayName ( int  index)
inline

Definition at line 536 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNodeMapArrayStatus ( const char *  name)
inline

Definition at line 538 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetNodeMapArrayStatus ( const char *  name,
int  flag 
)
inline

Definition at line 540 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNumberOfEdgeMapArrays ( )
inline

Definition at line 543 of file vtkExodusIIReader.h.

const char* vtkExodusIIReader::GetEdgeMapArrayName ( int  index)
inline

Definition at line 545 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetEdgeMapArrayStatus ( const char *  name)
inline

Definition at line 547 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetEdgeMapArrayStatus ( const char *  name,
int  flag 
)
inline

Definition at line 549 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNumberOfFaceMapArrays ( )
inline

Definition at line 552 of file vtkExodusIIReader.h.

const char* vtkExodusIIReader::GetFaceMapArrayName ( int  index)
inline

Definition at line 554 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetFaceMapArrayStatus ( const char *  name)
inline

Definition at line 556 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetFaceMapArrayStatus ( const char *  name,
int  flag 
)
inline

Definition at line 558 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNumberOfElementMapArrays ( )
inline

Definition at line 561 of file vtkExodusIIReader.h.

const char* vtkExodusIIReader::GetElementMapArrayName ( int  index)
inline

Definition at line 563 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetElementMapArrayStatus ( const char *  name)
inline

Definition at line 565 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetElementMapArrayStatus ( const char *  name,
int  flag 
)
inline

Definition at line 567 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNumberOfNodeSetArrays ( )
inline

Definition at line 570 of file vtkExodusIIReader.h.

const char* vtkExodusIIReader::GetNodeSetArrayName ( int  index)
inline

Definition at line 572 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNodeSetArrayStatus ( const char *  name)
inline

Definition at line 574 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetNodeSetArrayStatus ( const char *  name,
int  flag 
)
inline

Definition at line 576 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNumberOfSideSetArrays ( )
inline

Definition at line 579 of file vtkExodusIIReader.h.

const char* vtkExodusIIReader::GetSideSetArrayName ( int  index)
inline

Definition at line 581 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetSideSetArrayStatus ( const char *  name)
inline

Definition at line 583 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetSideSetArrayStatus ( const char *  name,
int  flag 
)
inline

Definition at line 585 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNumberOfEdgeSetArrays ( )
inline

Definition at line 588 of file vtkExodusIIReader.h.

const char* vtkExodusIIReader::GetEdgeSetArrayName ( int  index)
inline

Definition at line 590 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetEdgeSetArrayStatus ( const char *  name)
inline

Definition at line 592 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetEdgeSetArrayStatus ( const char *  name,
int  flag 
)
inline

Definition at line 594 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNumberOfFaceSetArrays ( )
inline

Definition at line 597 of file vtkExodusIIReader.h.

const char* vtkExodusIIReader::GetFaceSetArrayName ( int  index)
inline

Definition at line 599 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetFaceSetArrayStatus ( const char *  name)
inline

Definition at line 601 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetFaceSetArrayStatus ( const char *  name,
int  flag 
)
inline

Definition at line 603 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNumberOfElementSetArrays ( )
inline

Definition at line 606 of file vtkExodusIIReader.h.

const char* vtkExodusIIReader::GetElementSetArrayName ( int  index)
inline

Definition at line 608 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetElementSetArrayStatus ( const char *  name)
inline

Definition at line 610 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetElementSetArrayStatus ( const char *  name,
int  flag 
)
inline

Definition at line 612 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNumberOfNodeSetResultArrays ( )
inline

Definition at line 616 of file vtkExodusIIReader.h.

const char* vtkExodusIIReader::GetNodeSetResultArrayName ( int  index)
inline

Definition at line 618 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNodeSetResultArrayStatus ( const char *  name)
inline

Definition at line 620 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetNodeSetResultArrayStatus ( const char *  name,
int  flag 
)
inline

Definition at line 622 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNumberOfSideSetResultArrays ( )
inline

Definition at line 625 of file vtkExodusIIReader.h.

const char* vtkExodusIIReader::GetSideSetResultArrayName ( int  index)
inline

Definition at line 627 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetSideSetResultArrayStatus ( const char *  name)
inline

Definition at line 629 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetSideSetResultArrayStatus ( const char *  name,
int  flag 
)
inline

Definition at line 631 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNumberOfEdgeSetResultArrays ( )
inline

Definition at line 634 of file vtkExodusIIReader.h.

const char* vtkExodusIIReader::GetEdgeSetResultArrayName ( int  index)
inline

Definition at line 636 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetEdgeSetResultArrayStatus ( const char *  name)
inline

Definition at line 638 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetEdgeSetResultArrayStatus ( const char *  name,
int  flag 
)
inline

Definition at line 640 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNumberOfFaceSetResultArrays ( )
inline

Definition at line 643 of file vtkExodusIIReader.h.

const char* vtkExodusIIReader::GetFaceSetResultArrayName ( int  index)
inline

Definition at line 645 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetFaceSetResultArrayStatus ( const char *  name)
inline

Definition at line 647 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetFaceSetResultArrayStatus ( const char *  name,
int  flag 
)
inline

Definition at line 649 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetNumberOfElementSetResultArrays ( )
inline

Definition at line 652 of file vtkExodusIIReader.h.

const char* vtkExodusIIReader::GetElementSetResultArrayName ( int  index)
inline

Definition at line 654 of file vtkExodusIIReader.h.

int vtkExodusIIReader::GetElementSetResultArrayStatus ( const char *  name)
inline

Definition at line 656 of file vtkExodusIIReader.h.

void vtkExodusIIReader::SetElementSetResultArrayStatus ( const char *  name,
int  flag 
)
inline

Definition at line 658 of file vtkExodusIIReader.h.

void vtkExodusIIReader::Reset ( )

Reset the user-specified parameters and flush internal arrays so that the reader state is just as it was after the reader was instantiated. It doesn't make sense to let users reset only the internal state; both the settings and the state are changed by this call.

void vtkExodusIIReader::ResetSettings ( )

Reset the user-specified parameters to their default values. The only settings not affected are the filename and/or pattern because these have no default. Resetting the settings but not the state allows users to keep the active cache but return to initial array selections, etc.

void vtkExodusIIReader::ResetCache ( )

Clears out the cache entries.

void vtkExodusIIReader::SetCacheSize ( double  CacheSize)

Set the size of the cache in MiB.

double vtkExodusIIReader::GetCacheSize ( )

Get the size of the cache in MiB.

void vtkExodusIIReader::SetSqueezePoints ( bool  sp)

Should the reader output only points used by elements in the output mesh, or all the points. Outputting all the points is much faster since the point array can be read straight from disk and the mesh connectivity need not be altered. Squeezing the points down to the minimum set needed to produce the output mesh is useful for glyphing and other point-based operations. On large parallel datasets, loading all the points implies loading all the points on all processes and performing subsequent filtering on a much larger set. By default, SqueezePoints is true for backwards compatibility.

bool vtkExodusIIReader::GetSqueezePoints ( )

Should the reader output only points used by elements in the output mesh, or all the points. Outputting all the points is much faster since the point array can be read straight from disk and the mesh connectivity need not be altered. Squeezing the points down to the minimum set needed to produce the output mesh is useful for glyphing and other point-based operations. On large parallel datasets, loading all the points implies loading all the points on all processes and performing subsequent filtering on a much larger set. By default, SqueezePoints is true for backwards compatibility.

virtual void vtkExodusIIReader::Dump ( )
virtual
vtkGraph* vtkExodusIIReader::GetSIL ( )

SIL describes organization of/relationships between classifications eg. blocks/materials/hierarchies.

virtual int vtkExodusIIReader::GetSILUpdateStamp ( )
virtual

Every time the SIL is updated a this will return a different value.

static int vtkExodusIIReader::GetIDHelper ( const char *  arrayName,
vtkDataSet data,
int  localID,
int  searchType 
)
staticprotected
static int vtkExodusIIReader::GetGlobalID ( const char *  arrayName,
vtkDataSet data,
int  localID,
int  searchType 
)
staticprotected
virtual void vtkExodusIIReader::SetMetadata ( vtkExodusIIReaderPrivate )
protectedvirtual
virtual vtkExodusIIReaderPrivate* vtkExodusIIReader::GetMetadata ( )
protectedvirtual
bool vtkExodusIIReader::FindXMLFile ( )
protected

Returns true if XMLFileName has already been set. Otherwise, look for the XML metadata file in the same directory as the data file(s) using the following possible file names: DATA_FILE_NAME.xml DATA_FILE_NAME.dart artifact.dta Return true if found, false otherwise

void vtkExodusIIReader::GetAllTimes ( vtkInformationVector )
protected
void vtkExodusIIReader::AdvertiseTimeSteps ( vtkInformation outputInfo)
protected

Populates the TIME_STEPS and TIME_RANGE keys based on file metadata.

int vtkExodusIIReader::ProcessRequest ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
)
protectedvirtual

see vtkAlgorithm for details

Reimplemented from vtkMultiBlockDataSetAlgorithm.

int vtkExodusIIReader::RequestInformation ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
)
protectedvirtual

This is called by the superclass. This is the method you should override.

Reimplemented from vtkMultiBlockDataSetAlgorithm.

Reimplemented in vtkPExodusIIReader.

int vtkExodusIIReader::RequestData ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
)
protectedvirtual

This is called by the superclass. This is the method you should override.

Reimplemented from vtkMultiBlockDataSetAlgorithm.

Reimplemented in vtkPExodusIIReader.

Member Data Documentation

char* vtkExodusIIReader::FileName
protected

Definition at line 739 of file vtkExodusIIReader.h.

char* vtkExodusIIReader::XMLFileName
protected

Definition at line 740 of file vtkExodusIIReader.h.

int vtkExodusIIReader::TimeStep
protected

Definition at line 741 of file vtkExodusIIReader.h.

int vtkExodusIIReader::TimeStepRange[2]
protected

Definition at line 742 of file vtkExodusIIReader.h.

vtkTimeStamp vtkExodusIIReader::FileNameMTime
protected

Definition at line 743 of file vtkExodusIIReader.h.

vtkTimeStamp vtkExodusIIReader::XMLFileNameMTime
protected

Definition at line 744 of file vtkExodusIIReader.h.

int vtkExodusIIReader::DisplayType
protected

Definition at line 751 of file vtkExodusIIReader.h.

vtkExodusIIReaderPrivate* vtkExodusIIReader::Metadata
protected

Definition at line 754 of file vtkExodusIIReader.h.

int vtkExodusIIReader::SILUpdateStamp
protected

Definition at line 756 of file vtkExodusIIReader.h.


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