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

Read Exodus II files (.exii) More...

#include <vtkPExodusIIReader.h>

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

Public Types

typedef vtkExodusIIReader Superclass
 
- Public Types inherited from vtkExodusIIReader
typedef vtkMultiBlockDataSetAlgorithm Superclass
 
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
}
 
- 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)
 
vtkPExodusIIReaderNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void SetFileNames (int nfiles, const char **names)
 
virtual void SetFileName (const char *name)
 
char ** GetFileNames ()
 
int GetNumberOfFileNames ()
 
virtual vtkIdType GetTotalNumberOfElements ()
 
virtual vtkIdType GetTotalNumberOfNodes ()
 
virtual void Broadcast (vtkMultiProcessController *ctrl)
 
void SetController (vtkMultiProcessController *c)
 
virtual vtkMultiProcessControllerGetController ()
 
virtual void SetFilePattern (const char *)
 
virtual char * GetFilePattern ()
 
virtual void SetFilePrefix (const char *)
 
virtual char * GetFilePrefix ()
 
void SetFileRange (int, int)
 
void SetFileRange (int *r)
 
virtual intGetFileRange ()
 
virtual void GetFileRange (int &, int &)
 
virtual void GetFileRange (int[2])
 
virtual int GetNumberOfFiles ()
 
virtual double GetVariableCacheSize ()
 
virtual void SetVariableCacheSize (double)
 
- Public Member Functions inherited from vtkExodusIIReader
vtkExodusIIReaderNewInstance () const
 
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 GetTotalNumberOfEdges ()
 
virtual vtkIdType GetTotalNumberOfFaces ()
 
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 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 ()
 
virtual void SetGenerateObjectIdCellArray (int g)
 
int GetGenerateObjectIdCellArray ()
 
virtual void GenerateObjectIdCellArrayOn ()
 
virtual void GenerateObjectIdCellArrayOff ()
 
- 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 vtkPExodusIIReaderNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPExodusIIReaderSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkExodusIIReader
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 const char * GetObjectIdArrayName ()
 
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 ()
 
- 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
 
 vtkPExodusIIReader ()
 
 ~vtkPExodusIIReader ()
 
int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
- Protected Member Functions inherited from vtkExodusIIReader
 vtkExodusIIReader ()
 
 ~vtkExodusIIReader ()
 
virtual void SetMetadata (vtkExodusIIReaderPrivate *)
 
virtual vtkExodusIIReaderPrivateGetMetadata ()
 
bool FindXMLFile ()
 
void GetAllTimes (vtkInformationVector *)
 
void AdvertiseTimeSteps (vtkInformation *outputInfo)
 
int ProcessRequest (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 &)
 

Protected Attributes

double VariableCacheSize
 
vtkMultiProcessControllerController
 
vtkIdType ProcRank
 
vtkIdType ProcSize
 
char * FilePattern
 
char * CurrentFilePattern
 
char * FilePrefix
 
char * CurrentFilePrefix
 
char * MultiFileName
 
int FileRange [2]
 
int CurrentFileRange [2]
 
int NumberOfFiles
 
char ** FileNames
 
int NumberOfFileNames
 
std::vector< vtkExodusIIReader * > ReaderList
 
std::vector< intNumberOfPointsPerFile
 
std::vector< intNumberOfCellsPerFile
 
int LastCommonTimeStep
 
int Timing
 
vtkTimerLogTimerLog
 
- Protected Attributes inherited from vtkExodusIIReader
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
 
int DeterminePattern (const char *file)
 
static int DetermineFileId (const char *file)
 

Additional Inherited Members

- Public Attributes inherited from vtkAlgorithm
int AbortExecute
 
- Static Protected Member Functions inherited from vtkExodusIIReader
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 ()
 
- Static Protected Attributes inherited from vtkAlgorithm
static vtkExecutiveDefaultExecutivePrototype
 

Detailed Description

Read Exodus II files (.exii)

vtkPExodusIIReader 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 all cell and point arrays are loaded. However, the user can flag arrays not to load with the methods "SetPointDataArrayLoadFlag" and "SetCellDataArrayLoadFlag". The reader responds to piece requests by loading only a range of the possible blocks. Unused points are filtered out internally.

Definition at line 49 of file vtkPExodusIIReader.h.

Member Typedef Documentation

Definition at line 53 of file vtkPExodusIIReader.h.

Constructor & Destructor Documentation

vtkPExodusIIReader::vtkPExodusIIReader ( )
protected
vtkPExodusIIReader::~vtkPExodusIIReader ( )
protected

Member Function Documentation

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

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

Reimplemented from vtkExodusIIReader.

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

void vtkPExodusIIReader::SetController ( vtkMultiProcessController c)

Set/get the communication object used to relay a list of files from the rank 0 process to all others. This is the only interprocess communication required by vtkPExodusIIReader.

virtual vtkMultiProcessController* vtkPExodusIIReader::GetController ( )
virtual

Set/get the communication object used to relay a list of files from the rank 0 process to all others. This is the only interprocess communication required by vtkPExodusIIReader.

virtual void vtkPExodusIIReader::SetFilePattern ( const char *  )
virtual

These methods tell the reader that the data is distributed across multiple files. This is for distributed execution. It this case, pieces are mapped to files. The pattern should have one d to format the file number. FileNumberRange is used to generate file numbers. I was thinking of having an arbitrary list of file numbers. This may happen in the future. (That is why there is no GetFileNumberRange method.

virtual char* vtkPExodusIIReader::GetFilePattern ( )
virtual

These methods tell the reader that the data is distributed across multiple files. This is for distributed execution. It this case, pieces are mapped to files. The pattern should have one d to format the file number. FileNumberRange is used to generate file numbers. I was thinking of having an arbitrary list of file numbers. This may happen in the future. (That is why there is no GetFileNumberRange method.

virtual void vtkPExodusIIReader::SetFilePrefix ( const char *  )
virtual

These methods tell the reader that the data is distributed across multiple files. This is for distributed execution. It this case, pieces are mapped to files. The pattern should have one d to format the file number. FileNumberRange is used to generate file numbers. I was thinking of having an arbitrary list of file numbers. This may happen in the future. (That is why there is no GetFileNumberRange method.

virtual char* vtkPExodusIIReader::GetFilePrefix ( )
virtual

These methods tell the reader that the data is distributed across multiple files. This is for distributed execution. It this case, pieces are mapped to files. The pattern should have one d to format the file number. FileNumberRange is used to generate file numbers. I was thinking of having an arbitrary list of file numbers. This may happen in the future. (That is why there is no GetFileNumberRange method.

void vtkPExodusIIReader::SetFileRange ( int  ,
int   
)

Set the range of files that are being loaded. The range for single file should add to 0.

void vtkPExodusIIReader::SetFileRange ( int r)
inline

Set the range of files that are being loaded. The range for single file should add to 0.

Definition at line 82 of file vtkPExodusIIReader.h.

virtual int* vtkPExodusIIReader::GetFileRange ( )
virtual

Set the range of files that are being loaded. The range for single file should add to 0.

virtual void vtkPExodusIIReader::GetFileRange ( int ,
int  
)
virtual

Set the range of files that are being loaded. The range for single file should add to 0.

virtual void vtkPExodusIIReader::GetFileRange ( int  [2])
virtual

Set the range of files that are being loaded. The range for single file should add to 0.

void vtkPExodusIIReader::SetFileNames ( int  nfiles,
const char **  names 
)

Provide an arbitrary list of file names instead of a prefix, pattern and range. Overrides any prefix, pattern and range that is specified. vtkPExodusIIReader makes it's own copy of your file names.

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

Specify file name of the Exodus file.

Reimplemented from vtkExodusIIReader.

char** vtkPExodusIIReader::GetFileNames ( )
inline

Return pointer to list of file names set in SetFileNames

Definition at line 95 of file vtkPExodusIIReader.h.

int vtkPExodusIIReader::GetNumberOfFileNames ( )
inline

Return number of file names set in SetFileNames

Definition at line 98 of file vtkPExodusIIReader.h.

virtual int vtkPExodusIIReader::GetNumberOfFiles ( )
virtual

Return the number of files to be read.

virtual vtkIdType vtkPExodusIIReader::GetTotalNumberOfElements ( )
virtual

Reimplemented from vtkExodusIIReader.

virtual vtkIdType vtkPExodusIIReader::GetTotalNumberOfNodes ( )
virtual

Reimplemented from vtkExodusIIReader.

virtual void vtkPExodusIIReader::Broadcast ( vtkMultiProcessController ctrl)
virtual

Sends metadata (that read from the input file, not settings modified through this API) from the rank 0 node to all other processes in a job.

virtual double vtkPExodusIIReader::GetVariableCacheSize ( )
virtual

The size of the variable cache in MegaByes. This represents the maximum size of cache that a single partition reader can have while reading. When a reader is finished its cache size will be set to a fraction of this based on the number of partitions. The Default for this is 100MiB. Note that because each reader still holds a fraction of the cache size after reading the total amount of data cached can be at most twice this size.

virtual void vtkPExodusIIReader::SetVariableCacheSize ( double  )
virtual

The size of the variable cache in MegaByes. This represents the maximum size of cache that a single partition reader can have while reading. When a reader is finished its cache size will be set to a fraction of this based on the number of partitions. The Default for this is 100MiB. Note that because each reader still holds a fraction of the cache size after reading the total amount of data cached can be at most twice this size.

int vtkPExodusIIReader::DeterminePattern ( const char *  file)
protected

Try to "guess" the pattern of files.

static int vtkPExodusIIReader::DetermineFileId ( const char *  file)
staticprotected

Try to "guess" the pattern of files.

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

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

Reimplemented from vtkExodusIIReader.

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

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

Reimplemented from vtkExodusIIReader.

Member Data Documentation

double vtkPExodusIIReader::VariableCacheSize
protected

Definition at line 136 of file vtkPExodusIIReader.h.

vtkMultiProcessController* vtkPExodusIIReader::Controller
protected

Definition at line 141 of file vtkPExodusIIReader.h.

vtkIdType vtkPExodusIIReader::ProcRank
protected

Definition at line 142 of file vtkPExodusIIReader.h.

vtkIdType vtkPExodusIIReader::ProcSize
protected

Definition at line 143 of file vtkPExodusIIReader.h.

char* vtkPExodusIIReader::FilePattern
protected

Definition at line 144 of file vtkPExodusIIReader.h.

char* vtkPExodusIIReader::CurrentFilePattern
protected

Definition at line 145 of file vtkPExodusIIReader.h.

char* vtkPExodusIIReader::FilePrefix
protected

Definition at line 146 of file vtkPExodusIIReader.h.

char* vtkPExodusIIReader::CurrentFilePrefix
protected

Definition at line 147 of file vtkPExodusIIReader.h.

char* vtkPExodusIIReader::MultiFileName
protected

Definition at line 148 of file vtkPExodusIIReader.h.

int vtkPExodusIIReader::FileRange[2]
protected

Definition at line 149 of file vtkPExodusIIReader.h.

int vtkPExodusIIReader::CurrentFileRange[2]
protected

Definition at line 150 of file vtkPExodusIIReader.h.

int vtkPExodusIIReader::NumberOfFiles
protected

Definition at line 151 of file vtkPExodusIIReader.h.

char** vtkPExodusIIReader::FileNames
protected

Definition at line 152 of file vtkPExodusIIReader.h.

int vtkPExodusIIReader::NumberOfFileNames
protected

Definition at line 153 of file vtkPExodusIIReader.h.

std::vector<vtkExodusIIReader*> vtkPExodusIIReader::ReaderList
protected

Definition at line 155 of file vtkPExodusIIReader.h.

std::vector<int> vtkPExodusIIReader::NumberOfPointsPerFile
protected

Definition at line 156 of file vtkPExodusIIReader.h.

std::vector<int> vtkPExodusIIReader::NumberOfCellsPerFile
protected

Definition at line 157 of file vtkPExodusIIReader.h.

int vtkPExodusIIReader::LastCommonTimeStep
protected

Definition at line 160 of file vtkPExodusIIReader.h.

int vtkPExodusIIReader::Timing
protected

Definition at line 162 of file vtkPExodusIIReader.h.

vtkTimerLog* vtkPExodusIIReader::TimerLog
protected

Definition at line 163 of file vtkPExodusIIReader.h.


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