ActiViz .NET  5.10.1
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Static Private Member Functions | List of all members
Kitware.VTK.vtkExodusIIReader Class Reference

vtkExodusIIReader - Read exodus 2 files .ex2 More...

Inheritance diagram for Kitware.VTK.vtkExodusIIReader:
[legend]
Collaboration diagram for Kitware.VTK.vtkExodusIIReader:
[legend]

Public Types

enum  ID_NOT_FOUND_WrapperEnum {
  ID_NOT_FOUND_WrapperEnum.ID_NOT_FOUND = -234121312, ID_NOT_FOUND_WrapperEnum.SEARCH_TYPE_ELEMENT = 0, ID_NOT_FOUND_WrapperEnum.SEARCH_TYPE_ELEMENT_THEN_NODE = 2, ID_NOT_FOUND_WrapperEnum.SEARCH_TYPE_NODE = 1,
  ID_NOT_FOUND_WrapperEnum.SEARCH_TYPE_NODE_THEN_ELEMENT = 3
}
 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, ths 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. More...
 
enum  ObjectType {
  ObjectType.ASSEMBLY = 60, ObjectType.EDGE_BLOCK = 6, ObjectType.EDGE_BLOCK_ATTRIB = 79, ObjectType.EDGE_BLOCK_CONN = 94,
  ObjectType.EDGE_ID = 106, ObjectType.EDGE_MAP = 11, ObjectType.EDGE_SET = 7, ObjectType.EDGE_SET_CONN = 90,
  ObjectType.ELEMENT_ID = 84, ObjectType.ELEM_BLOCK = 1, ObjectType.ELEM_BLOCK_ATTRIB = 81, ObjectType.ELEM_BLOCK_EDGE_CONN = 96,
  ObjectType.ELEM_BLOCK_ELEM_CONN = 98, ObjectType.ELEM_BLOCK_FACE_CONN = 97, ObjectType.ELEM_BLOCK_TEMPORAL = 100, ObjectType.ELEM_MAP = 4,
  ObjectType.ELEM_SET = 10, ObjectType.ELEM_SET_CONN = 93, ObjectType.ENTITY_COUNTS = 109, ObjectType.FACE_BLOCK = 8,
  ObjectType.FACE_BLOCK_ATTRIB = 80, ObjectType.FACE_BLOCK_CONN = 95, ObjectType.FACE_ID = 105, ObjectType.FACE_MAP = 12,
  ObjectType.FACE_SET = 9, ObjectType.FACE_SET_CONN = 91, ObjectType.GLOBAL = 13, ObjectType.GLOBAL_CONN = 99,
  ObjectType.GLOBAL_ELEMENT_ID = 86, ObjectType.GLOBAL_NODE_ID = 85, ObjectType.GLOBAL_TEMPORAL = 102, ObjectType.HIERARCHY = 63,
  ObjectType.IMPLICIT_ELEMENT_ID = 108, ObjectType.IMPLICIT_NODE_ID = 107, ObjectType.INFO_RECORDS = 104, ObjectType.MATERIAL = 62,
  ObjectType.NODAL = 14, ObjectType.NODAL_COORDS = 88, ObjectType.NODAL_SQUEEZEMAP = 82, ObjectType.NODAL_TEMPORAL = 101,
  ObjectType.NODE_ID = 83, ObjectType.NODE_MAP = 5, ObjectType.NODE_SET = 2, ObjectType.NODE_SET_CONN = 89,
  ObjectType.OBJECT_ID = 87, ObjectType.PART = 61, ObjectType.QA_RECORDS = 103, ObjectType.SIDE_SET = 3,
  ObjectType.SIDE_SET_CONN = 92
}
 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, ths 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. More...
 

Public Member Functions

 vtkExodusIIReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly. More...
 
 vtkExodusIIReader ()
 Undocumented Block More...
 
virtual void AnimateModeShapesOff ()
 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. More...
 
virtual void AnimateModeShapesOn ()
 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. More...
 
virtual void ApplyDisplacementsOff ()
 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. More...
 
virtual void ApplyDisplacementsOn ()
 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. More...
 
int CanReadFile (string fname)
 Determine if the file can be readed with this reader. More...
 
virtual void Dump ()
 Re-reads time information from the exodus file and updates TimeStepRange accordingly. More...
 
virtual void ExodusModelMetadataOff ()
 There is a great deal of model information lost when an Exodus II file is read in to a vtkMultiBlockDataSet. Turn this option ON if you want this metadata to be read in to a vtkExodusModel object. The default is OFF. More...
 
virtual void ExodusModelMetadataOn ()
 There is a great deal of model information lost when an Exodus II file is read in to a vtkMultiBlockDataSet. Turn this option ON if you want this metadata to be read in to a vtkExodusModel object. The default is OFF. More...
 
virtual void GenerateFileIdArrayOff ()
 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, ths 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. More...
 
virtual void GenerateFileIdArrayOn ()
 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, ths 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. More...
 
virtual void GenerateGlobalElementIdArrayOff ()
 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, ths 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. More...
 
virtual void GenerateGlobalElementIdArrayOn ()
 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, ths 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. More...
 
virtual void GenerateGlobalNodeIdArrayOff ()
 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, ths 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. More...
 
virtual void GenerateGlobalNodeIdArrayOn ()
 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, ths 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. More...
 
virtual void GenerateImplicitElementIdArrayOff ()
 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, ths 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. More...
 
virtual void GenerateImplicitElementIdArrayOn ()
 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, ths 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. More...
 
virtual void GenerateImplicitNodeIdArrayOff ()
 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, ths 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. More...
 
virtual void GenerateImplicitNodeIdArrayOn ()
 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, ths 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. More...
 
virtual void GenerateObjectIdCellArrayOff ()
 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, ths 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. More...
 
virtual void GenerateObjectIdCellArrayOn ()
 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, ths 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. More...
 
int 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. More...
 
int 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. More...
 
int GetAssemblyArrayID (string name)
 Descriptions: 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 ... More...
 
string GetAssemblyArrayName (int arrayIdx)
 Descriptions: 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 ... More...
 
int GetAssemblyArrayStatus (int index)
 Descriptions: 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 ... More...
 
int GetAssemblyArrayStatus (string arg0)
 Descriptions: 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 ... More...
 
double GetCacheSize ()
 Get the size of the cache in MiB. More...
 
int GetDimensionality ()
 Access to meta data generated by UpdateInformation. More...
 
float 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. More...
 
virtual int GetDisplayType ()
 Descriptions: 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 More...
 
string GetEdgeBlockArrayName (int index)
 time series query functions More...
 
int GetEdgeBlockArrayStatus (string name)
 time series query functions More...
 
string GetEdgeMapArrayName (int index)
 time series query functions More...
 
int GetEdgeMapArrayStatus (string name)
 time series query functions More...
 
string GetEdgeResultArrayName (int index)
 time series query functions More...
 
int GetEdgeResultArrayStatus (string name)
 time series query functions More...
 
string GetEdgeSetArrayName (int index)
 time series query functions More...
 
int GetEdgeSetArrayStatus (string name)
 time series query functions More...
 
string GetEdgeSetResultArrayName (int index)
 time series query functions More...
 
int GetEdgeSetResultArrayStatus (string name)
 time series query functions More...
 
string GetElementBlockArrayName (int index)
 time series query functions More...
 
int GetElementBlockArrayStatus (string name)
 time series query functions More...
 
string GetElementMapArrayName (int index)
 time series query functions More...
 
int GetElementMapArrayStatus (string name)
 time series query functions More...
 
string GetElementResultArrayName (int index)
 time series query functions More...
 
int GetElementResultArrayStatus (string name)
 time series query functions More...
 
string GetElementSetArrayName (int index)
 time series query functions More...
 
int GetElementSetArrayStatus (string name)
 time series query functions More...
 
string GetElementSetResultArrayName (int index)
 time series query functions More...
 
int GetElementSetResultArrayStatus (string name)
 time series query functions More...
 
virtual vtkExodusModel GetExodusModel ()
 Returns the object which encapsulates the model metadata. More...
 
virtual int GetExodusModelMetadata ()
 There is a great deal of model information lost when an Exodus II file is read in to a vtkMultiBlockDataSet. Turn this option ON if you want this metadata to be read in to a vtkExodusModel object. The default is OFF. More...
 
string GetFaceBlockArrayName (int index)
 time series query functions More...
 
int GetFaceBlockArrayStatus (string name)
 time series query functions More...
 
string GetFaceMapArrayName (int index)
 time series query functions More...
 
int GetFaceMapArrayStatus (string name)
 time series query functions More...
 
string GetFaceResultArrayName (int index)
 time series query functions More...
 
int GetFaceResultArrayStatus (string name)
 time series query functions More...
 
string GetFaceSetArrayName (int index)
 time series query functions More...
 
int GetFaceSetArrayStatus (string name)
 time series query functions More...
 
string GetFaceSetResultArrayName (int index)
 time series query functions More...
 
int GetFaceSetResultArrayStatus (string name)
 time series query functions More...
 
int GetFileId ()
 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, ths 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. More...
 
virtual string GetFileName ()
 Specify file name of the Exodus file. More...
 
int GetGenerateFileIdArray ()
 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, ths 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. More...
 
int GetGenerateGlobalElementIdArray ()
 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, ths 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. More...
 
int GetGenerateGlobalNodeIdArray ()
 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, ths 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. More...
 
int GetGenerateImplicitElementIdArray ()
 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, ths 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. More...
 
int GetGenerateImplicitNodeIdArray ()
 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, ths 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. More...
 
int 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, ths 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. More...
 
string GetGlobalResultArrayName (int index)
 time series query functions More...
 
int GetGlobalResultArrayStatus (string name)
 time series query functions More...
 
int 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. More...
 
string GetHierarchyArrayName (int arrayIdx)
 Descriptions: 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 More...
 
int GetHierarchyArrayStatus (int index)
 Descriptions: 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 More...
 
int GetHierarchyArrayStatus (string arg0)
 Descriptions: 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 More...
 
override uint GetMTime ()
 Return the object's MTime. This is overridden to include the timestamp of its internal class. More...
 
int GetMaterialArrayID (string name)
 Descriptions: 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 ... More...
 
string GetMaterialArrayName (int arrayIdx)
 Descriptions: 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 ... More...
 
int GetMaterialArrayStatus (int index)
 Descriptions: 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 ... More...
 
int GetMaterialArrayStatus (string arg0)
 Descriptions: 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 ... More...
 
virtual uint GetMetadataMTime ()
 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. More...
 
double 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. More...
 
string GetNodeMapArrayName (int index)
 time series query functions More...
 
int GetNodeMapArrayStatus (string name)
 time series query functions More...
 
string GetNodeSetArrayName (int index)
 time series query functions More...
 
int GetNodeSetArrayStatus (string name)
 time series query functions More...
 
string GetNodeSetResultArrayName (int index)
 time series query functions More...
 
int GetNodeSetResultArrayStatus (string name)
 time series query functions More...
 
int GetNumberOfAssemblyArrays ()
 Descriptions: 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 ... More...
 
int GetNumberOfEdgeBlockArrays ()
 time series query functions More...
 
int GetNumberOfEdgeMapArrays ()
 time series query functions More...
 
int GetNumberOfEdgeResultArrays ()
 time series query functions More...
 
int GetNumberOfEdgeSetArrays ()
 time series query functions More...
 
int GetNumberOfEdgeSetResultArrays ()
 time series query functions More...
 
int GetNumberOfEdgesInFile ()
 Access to meta data generated by UpdateInformation. More...
 
int GetNumberOfElementBlockArrays ()
 time series query functions More...
 
int GetNumberOfElementMapArrays ()
 time series query functions More...
 
int GetNumberOfElementResultArrays ()
 time series query functions More...
 
int GetNumberOfElementSetArrays ()
 time series query functions More...
 
int GetNumberOfElementSetResultArrays ()
 time series query functions More...
 
int GetNumberOfElementsInFile ()
 Access to meta data generated by UpdateInformation. More...
 
int GetNumberOfEntriesInObject (int objectType, int objectIndex)
 Access to meta data generated by UpdateInformation. More...
 
int GetNumberOfFaceBlockArrays ()
 time series query functions More...
 
int GetNumberOfFaceMapArrays ()
 time series query functions More...
 
int GetNumberOfFaceResultArrays ()
 time series query functions More...
 
int GetNumberOfFaceSetArrays ()
 time series query functions More...
 
int GetNumberOfFaceSetResultArrays ()
 time series query functions More...
 
int GetNumberOfFacesInFile ()
 Access to meta data generated by UpdateInformation. More...
 
int GetNumberOfGlobalResultArrays ()
 time series query functions More...
 
int GetNumberOfHierarchyArrays ()
 Descriptions: 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 More...
 
int GetNumberOfMaterialArrays ()
 Descriptions: 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 ... More...
 
int GetNumberOfNodeMapArrays ()
 time series query functions More...
 
int GetNumberOfNodeSetArrays ()
 time series query functions More...
 
int GetNumberOfNodeSetResultArrays ()
 time series query functions More...
 
int GetNumberOfNodes ()
 Access to meta data generated by UpdateInformation. More...
 
int GetNumberOfNodesInFile ()
 Access to meta data generated by UpdateInformation. More...
 
int GetNumberOfObjectArrayComponents (int objectType, int arrayIndex)
 Descriptions: 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 More...
 
int GetNumberOfObjectArrays (int objectType)
 Descriptions: 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 More...
 
int GetNumberOfObjectAttributes (int objectType, int objectIndex)
 Descriptions: 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 More...
 
int GetNumberOfObjects (int objectType)
 Access to meta data generated by UpdateInformation. More...
 
int GetNumberOfPartArrays ()
 Descriptions: 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 ... More...
 
int GetNumberOfPointResultArrays ()
 time series query functions More...
 
int GetNumberOfSideSetArrays ()
 time series query functions More...
 
int GetNumberOfSideSetResultArrays ()
 time series query functions More...
 
int GetNumberOfTimeSteps ()
 Access to meta data generated by UpdateInformation. More...
 
int GetObjectArrayIndex (int objectType, string arrayName)
 Descriptions: 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 More...
 
string GetObjectArrayName (int objectType, int arrayIndex)
 Descriptions: 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 More...
 
int GetObjectArrayStatus (int objectType, int arrayIndex)
 Descriptions: 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 More...
 
int GetObjectArrayStatus (int objectType, string arrayName)
 Descriptions: 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 More...
 
int GetObjectAttributeIndex (int objectType, int objectIndex, string attribName)
 Descriptions: 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 More...
 
string GetObjectAttributeName (int objectType, int objectIndex, int attribIndex)
 Descriptions: 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 More...
 
int GetObjectAttributeStatus (int objectType, int objectIndex, int attribIndex)
 Descriptions: 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 More...
 
int GetObjectAttributeStatus (int objectType, int objectIndex, string attribName)
 Descriptions: 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 More...
 
int GetObjectId (int objectType, int objectIndex)
 Access to meta data generated by UpdateInformation. More...
 
int GetObjectIndex (int objectType, string objectName)
 Access to meta data generated by UpdateInformation. More...
 
int GetObjectIndex (int objectType, int id)
 Access to meta data generated by UpdateInformation. More...
 
string GetObjectName (int objectType, int objectIndex)
 Access to meta data generated by UpdateInformation. More...
 
int GetObjectStatus (int objectType, int objectIndex)
 Access to meta data generated by UpdateInformation. More...
 
int GetObjectStatus (int objectType, string objectName)
 Access to meta data generated by UpdateInformation. More...
 
int GetObjectTypeFromName (string name)
 Access to meta data generated by UpdateInformation. More...
 
string GetObjectTypeName (int arg0)
 Access to meta data generated by UpdateInformation. More...
 
virtual int GetPackExodusModelOntoOutput ()
 By default, the ExodusModel metadata (if requested with ExodusModelMetadataOn()) is also encoded into field arrays and attached to the output unstructured grid. Set this OFF if you don't want this to happen. (The vtkExodusIIWriter and the vtkEnSightWriter can unpack this metadata from the field arrays and use it when writing out Exodus or EnSight files.) More...
 
int GetPartArrayID (string name)
 Descriptions: 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 ... More...
 
string GetPartArrayName (int arrayIdx)
 Descriptions: 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 ... More...
 
int GetPartArrayStatus (int index)
 Descriptions: 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 ... More...
 
int GetPartArrayStatus (string arg0)
 Descriptions: 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 ... More...
 
string GetPartBlockInfo (int arrayIdx)
 Descriptions: 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 ... More...
 
string GetPointResultArrayName (int index)
 time series query functions More...
 
int GetPointResultArrayStatus (string name)
 time series query functions More...
 
virtual bool GetProducedFastPathOutput ()
 HACK: Used by vtkPExodusIIReader to tell is the reader produced a valid fast path output. More...
 
vtkGraph GetSIL ()
 SIL describes organization of/relationships between classifications eg. blocks/materials/hierarchies. More...
 
virtual int GetSILUpdateStamp ()
 Every time the SIL is updated a this will return a different value. More...
 
string GetSideSetArrayName (int index)
 time series query functions More...
 
int GetSideSetArrayStatus (string name)
 time series query functions More...
 
string GetSideSetResultArrayName (int index)
 time series query functions More...
 
int GetSideSetResultArrayStatus (string name)
 time series query functions More...
 
int GetTimeSeriesData (int ID, string vName, string vType, vtkFloatArray result)
 time series query functions More...
 
virtual int GetTimeStep ()
 Which TimeStep to read. More...
 
virtual int[] GetTimeStepRange ()
 Returns the available range of valid integer time steps. More...
 
virtual void GetTimeStepRange (ref int _arg1, ref int _arg2)
 Returns the available range of valid integer time steps. More...
 
virtual void GetTimeStepRange (IntPtr _arg)
 Returns the available range of valid integer time steps. More...
 
string GetTitle ()
 Access to meta data generated by UpdateInformation. More...
 
virtual long GetTotalNumberOfEdges ()
 Descriptions: 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 More...
 
virtual long GetTotalNumberOfElements ()
 Descriptions: 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 More...
 
virtual long GetTotalNumberOfFaces ()
 Descriptions: 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 More...
 
virtual long GetTotalNumberOfNodes ()
 Descriptions: 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 More...
 
int GetVariableID (string type, string name)
 Descriptions: Return the id of the type,name variable More...
 
virtual string GetXMLFileName ()
 Specify file name of the xml file. More...
 
virtual void HasModeShapesOff ()
 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. More...
 
virtual void HasModeShapesOn ()
 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. More...
 
override int IsA (string type)
 Undocumented Block More...
 
int IsValidVariable (string type, string name)
 Descriptions: return boolean indicating whether the type,name is a valid variable More...
 
new vtkExodusIIReader NewInstance ()
 Undocumented Block More...
 
virtual void PackExodusModelOntoOutputOff ()
 By default, the ExodusModel metadata (if requested with ExodusModelMetadataOn()) is also encoded into field arrays and attached to the output unstructured grid. Set this OFF if you don't want this to happen. (The vtkExodusIIWriter and the vtkEnSightWriter can unpack this metadata from the field arrays and use it when writing out Exodus or EnSight files.) More...
 
virtual void PackExodusModelOntoOutputOn ()
 By default, the ExodusModel metadata (if requested with ExodusModelMetadataOn()) is also encoded into field arrays and attached to the output unstructured grid. Set this OFF if you don't want this to happen. (The vtkExodusIIWriter and the vtkEnSightWriter can unpack this metadata from the field arrays and use it when writing out Exodus or EnSight files.) More...
 
void 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. More...
 
void ResetCache ()
 Clears out the cache entries. More...
 
void 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. More...
 
void SetAllArrayStatus (int otype, int status)
 Descriptions: Return the id of the type,name variable More...
 
virtual void SetAnimateModeShapes (int flag)
 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. More...
 
virtual void SetApplyDisplacements (int d)
 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. More...
 
void SetAssemblyArrayStatus (int index, int flag)
 Descriptions: 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 ... More...
 
void SetAssemblyArrayStatus (string arg0, int flag)
 Descriptions: 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 ... More...
 
void SetCacheSize (double CacheSize)
 Set the size of the cache in MiB. More...
 
virtual void SetDisplacementMagnitude (float s)
 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. More...
 
virtual void SetDisplayType (int type)
 Descriptions: 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 More...
 
void SetEdgeBlockArrayStatus (string name, int flag)
 time series query functions More...
 
void SetEdgeMapArrayStatus (string name, int flag)
 time series query functions More...
 
void SetEdgeResultArrayStatus (string name, int flag)
 time series query functions More...
 
void SetEdgeSetArrayStatus (string name, int flag)
 time series query functions More...
 
void SetEdgeSetResultArrayStatus (string name, int flag)
 time series query functions More...
 
void SetElementBlockArrayStatus (string name, int flag)
 time series query functions More...
 
void SetElementMapArrayStatus (string name, int flag)
 time series query functions More...
 
void SetElementResultArrayStatus (string name, int flag)
 time series query functions More...
 
void SetElementSetArrayStatus (string name, int flag)
 time series query functions More...
 
void SetElementSetResultArrayStatus (string name, int flag)
 time series query functions More...
 
virtual void SetExodusModelMetadata (int _arg)
 There is a great deal of model information lost when an Exodus II file is read in to a vtkMultiBlockDataSet. Turn this option ON if you want this metadata to be read in to a vtkExodusModel object. The default is OFF. More...
 
void SetFaceBlockArrayStatus (string name, int flag)
 time series query functions More...
 
void SetFaceMapArrayStatus (string name, int flag)
 time series query functions More...
 
void SetFaceResultArrayStatus (string name, int flag)
 time series query functions More...
 
void SetFaceSetArrayStatus (string name, int flag)
 time series query functions More...
 
void SetFaceSetResultArrayStatus (string name, int flag)
 time series query functions More...
 
void SetFastPathIdType (string type)
 Possible argument values: "INDEX","GLOBAL" "GLOBAL" means the id refers to a global id "INDEX" means the id refers to an index into the VTK array More...
 
void SetFastPathObjectId (long id)
 Possible argument values: "INDEX","GLOBAL" "GLOBAL" means the id refers to a global id "INDEX" means the id refers to an index into the VTK array More...
 
- Public Member Functions inherited from Kitware.VTK.vtkMultiBlockDataSetAlgorithm
 vtkMultiBlockDataSetAlgorithm (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly. More...
 
 vtkMultiBlockDataSetAlgorithm ()
 Undocumented Block More...
 
vtkMultiBlockDataSet GetOutput ()
 Get the output data object for a port on this algorithm. More...
 
vtkMultiBlockDataSet GetOutput (int arg0)
 Get the output data object for a port on this algorithm. More...
 
override int IsA (string type)
 Undocumented Block More...
 
new vtkMultiBlockDataSetAlgorithm NewInstance ()
 Undocumented Block More...
 
void SetInput (vtkDataObject arg0)
 Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port. More...
 
void SetInput (int arg0, vtkDataObject arg1)
 Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port. More...
 
- Public Member Functions inherited from Kitware.VTK.vtkAlgorithm
 vtkAlgorithm (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly. More...
 
 vtkAlgorithm ()
 Undocumented Block More...
 
override void Register (vtkObjectBase o)
 Participate in garbage collection. More...
 
virtual void AbortExecuteOff ()
 Set/Get the AbortExecute flag for the process object. Process objects may handle premature termination of execution in different ways. More...
 
virtual void AbortExecuteOn ()
 Set/Get the AbortExecute flag for the process object. Process objects may handle premature termination of execution in different ways. More...
 
virtual void AddInputConnection (int port, vtkAlgorithmOutput input)
 Add a connection to the given input port index. See SetInputConnection() for details on input connections. This method is the complement to RemoveInputConnection() in that it adds only the connection specified without affecting other connections. Typical usage is More...
 
virtual void AddInputConnection (vtkAlgorithmOutput input)
 Add a connection to the given input port index. See SetInputConnection() for details on input connections. This method is the complement to RemoveInputConnection() in that it adds only the connection specified without affecting other connections. Typical usage is More...
 
virtual double ComputePriority ()
 Returns the priority of the piece described by the current update extent. The priority is a number between 0.0 and 1.0 with 0 meaning skippable (REQUEST_DATA not needed) and 1.0 meaning important. More...
 
void ConvertTotalInputToPortConnection (int ind, ref int port, ref int conn)
 Convenience routine to convert from a linear ordering of input connections to a port/connection pair. More...
 
virtual int GetAbortExecute ()
 Set/Get the AbortExecute flag for the process object. Process objects may handle premature termination of execution in different ways. More...
 
virtual uint GetErrorCode ()
 The error code contains a possible error that occured while reading or writing the file. More...
 
vtkExecutive GetExecutive ()
 Get this algorithm's executive. If it has none, a default executive will be created. More...
 
virtual vtkInformation GetInformation ()
 Set/Get the information object associated with this algorithm. More...
 
vtkInformation GetInputArrayInformation (int idx)
 Get the info object for the specified input array to this algorithm More...
 
vtkAlgorithmOutput GetInputConnection (int port, int index)
 Get the algorithm output port connected to an input port. More...
 
vtkDataObject GetInputDataObject (int port, int connection)
 Get the data object that will contain the algorithm input for the given port and given connection. More...
 
vtkInformation GetInputPortInformation (int port)
 Get the information object associated with an input port. There is one input port per kind of input to the algorithm. Each input port tells executives what kind of data and downstream requests this algorithm can handle for that input. More...
 
int GetNumberOfInputConnections (int port)
 Get the number of inputs currently connected to a port. More...
 
int GetNumberOfInputPorts ()
 Get the number of input ports used by the algorithm. More...
 
int GetNumberOfOutputPorts ()
 Get the number of output ports provided by the algorithm. More...
 
vtkDataObject GetOutputDataObject (int port)
 Get the data object that will contain the algorithm output for the given port. More...
 
vtkAlgorithmOutput GetOutputPort (int index)
 Get a proxy object corresponding to the given output port of this algorithm. The proxy object can be passed to another algorithm's SetInputConnection(), AddInputConnection(), and RemoveInputConnection() methods to modify pipeline connectivity. More...
 
vtkAlgorithmOutput GetOutputPort ()
 Get a proxy object corresponding to the given output port of this algorithm. The proxy object can be passed to another algorithm's SetInputConnection(), AddInputConnection(), and RemoveInputConnection() methods to modify pipeline connectivity. More...
 
vtkInformation GetOutputPortInformation (int port)
 Get the information object associated with an output port. There is one output port per output from the algorithm. Each output port tells executives what kind of upstream requests this algorithm can handle for that output. More...
 
virtual double GetProgress ()
 Set/Get the execution progress of a process object. More...
 
virtual double GetProgressMaxValue ()
 Set/Get the execution progress of a process object. More...
 
virtual double GetProgressMinValue ()
 Set/Get the execution progress of a process object. More...
 
virtual string GetProgressText ()
 Set the current text message associated with the progress state. This may be used by a calling process/GUI. Note: Because SetProgressText() is called from inside RequestData() it does not modify the algorithm object. Algorithms are not allowed to modify themselves from inside RequestData(). More...
 
virtual int GetReleaseDataFlag ()
 Turn release data flag on or off for all output ports. More...
 
int GetTotalNumberOfInputConnections ()
 Get the total number of inputs for this algorithm More...
 
int HasExecutive ()
 Check whether this algorithm has an assigned executive. This will NOT create a default executive. More...
 
virtual int ModifyRequest (vtkInformation request, int when)
 This method gives the algorithm a chance to modify the contents of a request before or after (specified in the when argument) it is forwarded. The default implementation is empty. Returns 1 on success, 0 on failure. When can be either vtkExecutive::BeforeForward or vtkExecutive::AfterForward. More...
 
new vtkAlgorithm NewInstance ()
 Undocumented Block More...
 
int ProcessRequest (vtkInformation request, vtkCollection inInfo, vtkInformationVector outInfo)
 Version of ProcessRequest() that is wrapped. This converts the collection to an array and calls the other version. More...
 
void ReleaseDataFlagOff ()
 Turn release data flag on or off for all output ports. More...
 
void ReleaseDataFlagOn ()
 Turn release data flag on or off for all output ports. More...
 
void RemoveAllInputs ()
 Remove all the input data. More...
 
virtual void RemoveInputConnection (int port, vtkAlgorithmOutput input)
 Remove a connection from the given input port index. See SetInputConnection() for details on input connection. This method is the complement to AddInputConnection() in that it removes only the connection specified without affecting other connections. Typical usage is More...
 
virtual void SetAbortExecute (int _arg)
 Set/Get the AbortExecute flag for the process object. Process objects may handle premature termination of execution in different ways. More...
 
virtual void SetExecutive (vtkExecutive executive)
 Set this algorithm's executive. This algorithm is removed from any executive to which it has previously been assigned and then assigned to the given executive. More...
 
virtual void SetInformation (vtkInformation arg0)
 Set/Get the information object associated with this algorithm. More...
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, string name)
 Set the input data arrays that this algorithm will process. Specifically the idx array that this algorithm will process (starting from 0) is the array on port, connection with the specified association and name or attribute type (such as SCALARS). The fieldAssociation refers to which field in the data object the array is stored. See vtkDataObject::FieldAssociations for detail. More...
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType)
 Set the input data arrays that this algorithm will process. Specifically the idx array that this algorithm will process (starting from 0) is the array on port, connection with the specified association and name or attribute type (such as SCALARS). The fieldAssociation refers to which field in the data object the array is stored. See vtkDataObject::FieldAssociations for detail. More...
 
virtual void SetInputArrayToProcess (int idx, vtkInformation info)
 Set the input data arrays that this algorithm will process. Specifically the idx array that this algorithm will process (starting from 0) is the array on port, connection with the specified association and name or attribute type (such as SCALARS). The fieldAssociation refers to which field in the data object the array is stored. See vtkDataObject::FieldAssociations for detail. More...
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, string fieldAssociation, string attributeTypeorName)
 String based versions of SetInputArrayToProcess(). Because fieldAssociation and fieldAttributeType are enums, they cannot be easily accessed from scripting language. These methods provides an easy and safe way of passing association and attribute type information. Field association is one of the following: More...
 
virtual void SetInputConnection (int port, vtkAlgorithmOutput input)
 Set the connection for the given input port index. Each input port of a filter has a specific purpose. A port may have zero or more connections and the required number is specified by each filter. Setting the connection with this method removes all other connections from the port. To add more than one connection use AddInputConnection(). More...
 
virtual void SetInputConnection (vtkAlgorithmOutput input)
 Set the connection for the given input port index. Each input port of a filter has a specific purpose. A port may have zero or more connections and the required number is specified by each filter. Setting the connection with this method removes all other connections from the port. To add more than one connection use AddInputConnection(). More...
 
virtual void SetProgress (double _arg)
 Set/Get the execution progress of a process object. More...
 
void SetProgressText (string ptext)
 Set the current text message associated with the progress state. This may be used by a calling process/GUI. Note: Because SetProgressText() is called from inside RequestData() it does not modify the algorithm object. Algorithms are not allowed to modify themselves from inside RequestData(). More...
 
virtual void SetReleaseDataFlag (int arg0)
 Turn release data flag on or off for all output ports. More...
 
virtual void Update ()
 Bring this algorithm's outputs up-to-date. More...
 
int UpdateExtentIsEmpty (vtkDataObject output)
 This detects when the UpdateExtent will generate no data This condition is satisfied when the UpdateExtent has zero volume (0,-1,...) or the UpdateNumberOfPieces is 0. The source uses this call to determine whether to call Execute. More...
 
int UpdateExtentIsEmpty (vtkInformation pinfo, int extentType)
 This detects when the UpdateExtent will generate no data This condition is satisfied when the UpdateExtent has zero volume (0,-1,...) or the UpdateNumberOfPieces is 0. The source uses this call to determine whether to call Execute. More...
 
virtual void UpdateInformation ()
 Backward compatibility method to invoke UpdateInformation on executive. More...
 
void UpdateProgress (double amount)
 Update the progress of the process object. If a ProgressMethod exists, executes it. Then set the Progress ivar to amount. The parameter amount should range between (0,1). More...
 
virtual void UpdateWholeExtent ()
 Bring this algorithm's outputs up-to-date. More...
 
- Public Member Functions inherited from Kitware.VTK.vtkObject
 vtkObject (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly. More...
 
 vtkObject ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
uint AddObserver (uint arg0, vtkCommand arg1, float priority)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
uint AddObserver (string arg0, vtkCommand arg1, float priority)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
virtual void DebugOff ()
 Turn debugging output off. More...
 
virtual void DebugOn ()
 Turn debugging output on. More...
 
vtkCommand GetCommand (uint tag)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
byte GetDebug ()
 Get the value of the debug flag. More...
 
int HasObserver (uint arg0, vtkCommand arg1)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
int HasObserver (string arg0, vtkCommand arg1)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
int HasObserver (uint arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
int HasObserver (string arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
int InvokeEvent (uint arg0, IntPtr callData)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
int InvokeEvent (string arg0, IntPtr callData)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
int InvokeEvent (uint arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
int InvokeEvent (string arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
override int IsA (string type)
 Undocumented Block More...
 
virtual void Modified ()
 Update the modification time for this object. Many filters rely on the modification time to determine if they need to recompute their data. The modification time is a unique monotonically increasing unsigned long integer. More...
 
vtkObject NewInstance ()
 Undocumented Block More...
 
void RemoveAllObservers ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
void RemoveObserver (vtkCommand arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
void RemoveObserver (uint tag)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
void RemoveObservers (uint arg0, vtkCommand arg1)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
void RemoveObservers (string arg0, vtkCommand arg1)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
void RemoveObservers (uint arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
void RemoveObservers (string arg0)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
void SetDebug (byte debugFlag)
 Set the value of the debug flag. A non-zero value turns debugging on. More...
 
override string ToString ()
 Returns the result of calling vtkObject::Print as a C# string. More...
 
delegate void vtkObjectEventHandler (vtkObject sender, vtkObjectEventArgs e)
 Generic signature for all vtkObject events. More...
 
void RemoveAllHandlersForAllEvents ()
 Call RemoveAllHandlers on each non-null vtkObjectEventRelay. TODO: This method needs to get called by the generated Dispose. Make that happen... More...
 
- Public Member Functions inherited from Kitware.VTK.vtkObjectBase
 vtkObjectBase (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly. More...
 
 vtkObjectBase ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
virtual void FastDelete ()
 Delete a reference to this object. This version will not invoke garbage collection and can potentially leak the object if it is part of a reference loop. Use this method only when it is known that the object has another reference and would not be collected if a full garbage collection check were done. More...
 
string GetClassName ()
 Return the class name as a string. This method is defined in all subclasses of vtkObjectBase with the vtkTypeMacro found in vtkSetGet.h. More...
 
int GetReferenceCount ()
 Return the current reference count of this object. More...
 
void SetReferenceCount (int arg0)
 Sets the reference count. (This is very dangerous, use with care.) More...
 

Static Public Member Functions

static new vtkExodusIIReader New ()
 Undocumented Block More...
 
static int GetGlobalEdgeID (vtkDataSet data, int localID)
 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, ths 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. More...
 
static int GetGlobalEdgeID (vtkDataSet data, int localID, int searchType)
 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, ths 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. More...
 
static string GetGlobalEdgeIdArrayName ()
 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, ths 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. More...
 
static int GetGlobalElementID (vtkDataSet data, int localID)
 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, ths 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. More...
 
static int GetGlobalElementID (vtkDataSet data, int localID, int searchType)
 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, ths 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. More...
 
static string GetGlobalElementIdArrayName ()
 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, ths 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. More...
 
static int GetGlobalFaceID (vtkDataSet data, int localID)
 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, ths 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. More...
 
static int GetGlobalFaceID (vtkDataSet data, int localID, int searchType)
 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, ths 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. More...
 
static string GetGlobalFaceIdArrayName ()
 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, ths 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. More...
 
static int GetGlobalNodeID (vtkDataSet data, int localID)
 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(). More...
 
static int GetGlobalNodeID (vtkDataSet data, int localID, int searchType)
 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(). More...
 
static string GetGlobalNodeIdArrayName ()
 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(). More...
 
static string GetImplicitEdgeIdArrayName ()
 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, ths 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. More...
 
static string GetImplicitElementIdArrayName ()
 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, ths 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. More...
 
static string GetImplicitFaceIdArrayName ()
 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, ths 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. More...
 
static string GetImplicitNodeIdArrayName ()
 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(). More...
 
static string GetObjectIdArrayName ()
 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, ths 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. More...
 
static string GetPedigreeEdgeIdArrayName ()
 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, ths 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. More...
 
static string GetPedigreeElementIdArrayName ()
 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, ths 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. More...
 
static string GetPedigreeFaceIdArrayName ()
 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, ths 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. More...
 
static string GetPedigreeNodeIdArrayName ()
 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(). More...
 
static new int IsTypeOf (string type)
 Undocumented Block More...
 
static new vtkExodusIIReader SafeDownCast (vtkObjectBase o)
 Undocumented Block More...
 
- Static Public Member Functions inherited from Kitware.VTK.vtkMultiBlockDataSetAlgorithm
static new vtkMultiBlockDataSetAlgorithm New ()
 Undocumented Block More...
 
static new int IsTypeOf (string type)
 Undocumented Block More...
 
static new vtkMultiBlockDataSetAlgorithm SafeDownCast (vtkObjectBase o)
 Undocumented Block More...
 
- Static Public Member Functions inherited from Kitware.VTK.vtkAlgorithm
static new vtkAlgorithm New ()
 Undocumented Block More...
 
static vtkInformationInformationVectorKey INPUT_ARRAYS_TO_PROCESS ()
 Keys used to specify input port requirements. More...
 
static vtkInformationIntegerKey INPUT_CONNECTION ()
 Keys used to specify input port requirements. More...
 
static vtkInformationIntegerKey INPUT_IS_OPTIONAL ()
 Keys used to specify input port requirements. More...
 
static vtkInformationIntegerKey INPUT_IS_REPEATABLE ()
 Keys used to specify input port requirements. More...
 
static vtkInformationIntegerKey INPUT_PORT ()
 Keys used to specify input port requirements. More...
 
static vtkInformationStringVectorKey INPUT_REQUIRED_DATA_TYPE ()
 Keys used to specify input port requirements. More...
 
static vtkInformationInformationVectorKey INPUT_REQUIRED_FIELDS ()
 Keys used to specify input port requirements. More...
 
static new int IsTypeOf (string type)
 Undocumented Block More...
 
static vtkInformationIntegerKey MANAGES_METAINFORMATION ()
 These are flags that can be set that let the pipeline keep accurate meta-information for ComputePriority. More...
 
static vtkInformationIntegerKey PRESERVES_ATTRIBUTES ()
 These are flags that can be set that let the pipeline keep accurate meta-information for ComputePriority. More...
 
static vtkInformationIntegerKey PRESERVES_BOUNDS ()
 These are flags that can be set that let the pipeline keep accurate meta-information for ComputePriority. More...
 
static vtkInformationIntegerKey PRESERVES_DATASET ()
 These are flags that can be set that let the pipeline keep accurate meta-information for ComputePriority. More...
 
static vtkInformationIntegerKey PRESERVES_GEOMETRY ()
 These are flags that can be set that let the pipeline keep accurate meta-information for ComputePriority. More...
 
static vtkInformationIntegerKey PRESERVES_RANGES ()
 These are flags that can be set that let the pipeline keep accurate meta-information for ComputePriority. More...
 
static vtkInformationIntegerKey PRESERVES_TOPOLOGY ()
 These are flags that can be set that let the pipeline keep accurate meta-information for ComputePriority. More...
 
static new vtkAlgorithm SafeDownCast (vtkObjectBase o)
 Undocumented Block More...
 
static void SetDefaultExecutivePrototype (vtkExecutive proto)
 If the DefaultExecutivePrototype is set, a copy of it is created in CreateDefaultExecutive() using NewInstance(). More...
 
- Static Public Member Functions inherited from Kitware.VTK.vtkObject
static new vtkObject New ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static void BreakOnError ()
 This method is called when vtkErrorMacro executes. It allows the debugger to break on error. More...
 
static int GetGlobalWarningDisplay ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOff ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOn ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static new int IsTypeOf (string type)
 Undocumented Block More...
 
static vtkObject SafeDownCast (vtkObjectBase o)
 Undocumented Block More...
 
static void SetGlobalWarningDisplay (int val)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
- Static Public Member Functions inherited from Kitware.VTK.vtkObjectBase
static vtkObjectBase New ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static int IsTypeOf (string name)
 Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. More...
 

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkExodusIIReader"
 Automatically generated type registration mechanics. More...
 
- Public Attributes inherited from Kitware.VTK.vtkMultiBlockDataSetAlgorithm
new const string MRFullTypeName = "Kitware.VTK.vtkMultiBlockDataSetAlgorithm"
 Automatically generated type registration mechanics. More...
 
- Public Attributes inherited from Kitware.VTK.vtkAlgorithm
new const string MRFullTypeName = "Kitware.VTK.vtkAlgorithm"
 Automatically generated type registration mechanics. More...
 
- Public Attributes inherited from Kitware.VTK.vtkObject
new const string MRFullTypeName = "Kitware.VTK.vtkObject"
 Automatically generated type registration mechanics. More...
 
- Public Attributes inherited from Kitware.VTK.vtkObjectBase
new const string MRFullTypeName = "Kitware.VTK.vtkObjectBase"
 Automatically generated type registration mechanics. More...
 
- Public Attributes inherited from Kitware.VTK.WrappedObject
const string vtkChartsEL_dll = "libKitware.VTK.vtkCharts.Unmanaged.so"
 Export layer functions for 'vtkCharts' are exported from the DLL named by the value of this variable. More...
 
const string vtkCommonEL_dll = "libKitware.VTK.vtkCommon.Unmanaged.so"
 Export layer functions for 'vtkCommon' are exported from the DLL named by the value of this variable. More...
 
const string vtkFilteringEL_dll = "libKitware.VTK.vtkFiltering.Unmanaged.so"
 Export layer functions for 'vtkFiltering' are exported from the DLL named by the value of this variable. More...
 
const string vtkGenericFilteringEL_dll = "libKitware.VTK.vtkGenericFiltering.Unmanaged.so"
 Export layer functions for 'vtkGenericFiltering' are exported from the DLL named by the value of this variable. More...
 
const string vtkGeovisEL_dll = "libKitware.VTK.vtkGeovis.Unmanaged.so"
 Export layer functions for 'vtkGeovis' are exported from the DLL named by the value of this variable. More...
 
const string vtkGraphicsEL_dll = "libKitware.VTK.vtkGraphics.Unmanaged.so"
 Export layer functions for 'vtkGraphics' are exported from the DLL named by the value of this variable. More...
 
const string vtkHybridEL_dll = "libKitware.VTK.vtkHybrid.Unmanaged.so"
 Export layer functions for 'vtkHybrid' are exported from the DLL named by the value of this variable. More...
 
const string vtkIOEL_dll = "libKitware.VTK.vtkIO.Unmanaged.so"
 Export layer functions for 'vtkIO' are exported from the DLL named by the value of this variable. More...
 
const string vtkImagingEL_dll = "libKitware.VTK.vtkImaging.Unmanaged.so"
 Export layer functions for 'vtkImaging' are exported from the DLL named by the value of this variable. More...
 
const string vtkInfovisEL_dll = "libKitware.VTK.vtkInfovis.Unmanaged.so"
 Export layer functions for 'vtkInfovis' are exported from the DLL named by the value of this variable. More...
 
const string vtkParallelEL_dll = "libKitware.VTK.vtkParallel.Unmanaged.so"
 Export layer functions for 'vtkParallel' are exported from the DLL named by the value of this variable. More...
 
const string vtkRenderingEL_dll = "libKitware.VTK.vtkRendering.Unmanaged.so"
 Export layer functions for 'vtkRendering' are exported from the DLL named by the value of this variable. More...
 
const string vtkViewsEL_dll = "libKitware.VTK.vtkViews.Unmanaged.so"
 Export layer functions for 'vtkViews' are exported from the DLL named by the value of this variable. More...
 
const string vtkVolumeRenderingEL_dll = "libKitware.VTK.vtkVolumeRendering.Unmanaged.so"
 Export layer functions for 'vtkVolumeRendering' are exported from the DLL named by the value of this variable. More...
 
const string vtkWidgetsEL_dll = "libKitware.VTK.vtkWidgets.Unmanaged.so"
 Export layer functions for 'vtkWidgets' are exported from the DLL named by the value of this variable. More...
 

Static Public Attributes

static new readonly string MRClassNameKey = "17vtkExodusIIReader"
 Automatically generated type registration mechanics. More...
 
- Static Public Attributes inherited from Kitware.VTK.vtkMultiBlockDataSetAlgorithm
static new readonly string MRClassNameKey = "29vtkMultiBlockDataSetAlgorithm"
 Automatically generated type registration mechanics. More...
 
- Static Public Attributes inherited from Kitware.VTK.vtkAlgorithm
static new readonly string MRClassNameKey = "12vtkAlgorithm"
 Automatically generated type registration mechanics. More...
 
- Static Public Attributes inherited from Kitware.VTK.vtkObject
static new readonly string MRClassNameKey = "9vtkObject"
 Automatically generated type registration mechanics. More...
 
- Static Public Attributes inherited from Kitware.VTK.vtkObjectBase
static new readonly string MRClassNameKey = "13vtkObjectBase"
 Automatically generated type registration mechanics. More...
 

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. More...
 
- Protected Member Functions inherited from Kitware.VTK.vtkMultiBlockDataSetAlgorithm
override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. More...
 
- Protected Member Functions inherited from Kitware.VTK.vtkAlgorithm
override void Dispose (bool disposing)
 Participate in garbage collection. More...
 
- Protected Member Functions inherited from Kitware.VTK.vtkObject
override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. More...
 
- Protected Member Functions inherited from Kitware.VTK.vtkObjectBase
override void Dispose (bool disposing)
 Decrease the reference count (release by another object). This has the same effect as invoking Delete() (i.e., it reduces the reference count by 1). More...
 
- Protected Member Functions inherited from Kitware.VTK.WrappedObject
 WrappedObject (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Constructor expected by the mummy Runtime. More...
 

Static Private Member Functions

static vtkExodusIIReader ()
 Automatically generated type registration mechanics. More...
 
void SetFastPathObjectType (string type)
 Set the fast-path keys. All three must be set for the fast-path option to work. Possible argument values: "POINT","CELL","EDGE","FACE" More...
 
virtual void SetFileId (int f)
 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, ths 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. More...
 
virtual void SetFileName (string fname)
 Specify file name of the Exodus file. More...
 
virtual void SetGenerateFileIdArray (int f)
 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, ths 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. More...
 
virtual void SetGenerateGlobalElementIdArray (int g)
 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, ths 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. More...
 
virtual void SetGenerateGlobalNodeIdArray (int g)
 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, ths 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. More...
 
virtual void SetGenerateImplicitElementIdArray (int g)
 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, ths 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. More...
 
virtual void SetGenerateImplicitNodeIdArray (int g)
 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, ths 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. More...
 
virtual void SetGenerateObjectIdCellArray (int g)
 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, ths 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. More...
 
void SetGlobalResultArrayStatus (string name, int flag)
 time series query functions More...
 
virtual void SetHasModeShapes (int ms)
 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. More...
 
void SetHierarchyArrayStatus (int index, int flag)
 Descriptions: 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 More...
 
void SetHierarchyArrayStatus (string arg0, int flag)
 Descriptions: 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 More...
 
void SetMaterialArrayStatus (int index, int flag)
 Descriptions: 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 ... More...
 
void SetMaterialArrayStatus (string arg0, int flag)
 Descriptions: 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 ... More...
 
void SetModeShape (int val)
 Convenience method to set the mode-shape which is same as this->SetTimeStep(val-1); More...
 
virtual void SetModeShapeTime (double phase)
 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. More...
 
void SetNodeMapArrayStatus (string name, int flag)
 time series query functions More...
 
void SetNodeSetArrayStatus (string name, int flag)
 time series query functions More...
 
void SetNodeSetResultArrayStatus (string name, int flag)
 time series query functions More...
 
void SetObjectArrayStatus (int objectType, int arrayIndex, int status)
 Descriptions: 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 More...
 
void SetObjectArrayStatus (int objectType, string arrayName, int status)
 Descriptions: 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 More...
 
void SetObjectAttributeStatus (int objectType, int objectIndex, int attribIndex, int status)
 Descriptions: 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 More...
 
void SetObjectAttributeStatus (int objectType, int objectIndex, string attribName, int status)
 Descriptions: 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 More...
 
void SetObjectStatus (int objectType, int objectIndex, int status)
 Access to meta data generated by UpdateInformation. More...
 
void SetObjectStatus (int objectType, string objectName, int status)
 Access to meta data generated by UpdateInformation. More...
 
virtual void SetPackExodusModelOntoOutput (int _arg)
 By default, the ExodusModel metadata (if requested with ExodusModelMetadataOn()) is also encoded into field arrays and attached to the output unstructured grid. Set this OFF if you don't want this to happen. (The vtkExodusIIWriter and the vtkEnSightWriter can unpack this metadata from the field arrays and use it when writing out Exodus or EnSight files.) More...
 
void SetPartArrayStatus (int index, int flag)
 Descriptions: 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 ... More...
 
void SetPartArrayStatus (string arg0, int flag)
 Descriptions: 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 ... More...
 
void SetPointResultArrayStatus (string name, int flag)
 time series query functions More...
 
void SetSideSetArrayStatus (string name, int flag)
 time series query functions More...
 
void SetSideSetResultArrayStatus (string name, int flag)
 time series query functions More...
 
virtual void SetTimeStep (int _arg)
 Which TimeStep to read. More...
 
virtual void SetTimeStepRange (int _arg1, int _arg2)
 Returns the available range of valid integer time steps. More...
 
void SetTimeStepRange (IntPtr _arg)
 Returns the available range of valid integer time steps. More...
 
virtual void SetXMLFileName (string fname)
 Specify file name of the xml file. More...
 
virtual void UpdateTimeInformation ()
 Re-reads time information from the exodus file and updates TimeStepRange accordingly. More...
 

Additional Inherited Members

- Properties inherited from Kitware.VTK.vtkObject
Kitware.VTK.vtkObject.vtkObjectEventHandler AbortCheckEvt
 The AbortCheckEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.AbortCheckEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler AnimationCueTickEvt
 The AnimationCueTickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.AnimationCueTickEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler AnyEvt
 The AnyEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.AnyEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler CharEvt
 The CharEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.CharEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ConfigureEvt
 The ConfigureEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ConfigureEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ConnectionClosedEvt
 The ConnectionClosedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ConnectionClosedEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ConnectionCreatedEvt
 The ConnectionCreatedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ConnectionCreatedEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler CreateTimerEvt
 The CreateTimerEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.CreateTimerEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler CursorChangedEvt
 The CursorChangedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.CursorChangedEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler DeleteEvt
 The DeleteEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DeleteEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler DestroyTimerEvt
 The DestroyTimerEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DestroyTimerEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler DisableEvt
 The DisableEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DisableEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler DomainModifiedEvt
 The DomainModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DomainModifiedEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler EnableEvt
 The EnableEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EnableEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler EndAnimationCueEvt
 The EndAnimationCueEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndAnimationCueEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler EndEvt
 The EndEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler EndInteractionEvt
 The EndInteractionEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndInteractionEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler EndPickEvt
 The EndPickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndPickEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler EndWindowLevelEvt
 The EndWindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndWindowLevelEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler EnterEvt
 The EnterEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EnterEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ErrorEvt
 The ErrorEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ErrorEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ExecuteInformationEvt
 The ExecuteInformationEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ExecuteInformationEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ExitEvt
 The ExitEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ExitEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ExposeEvt
 The ExposeEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ExposeEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler InteractionEvt
 The InteractionEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.InteractionEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler KeyPressEvt
 The KeyPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.KeyPressEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler KeyReleaseEvt
 The KeyReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.KeyReleaseEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler LeaveEvt
 The LeaveEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.LeaveEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler LeftButtonPressEvt
 The LeftButtonPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.LeftButtonPressEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler LeftButtonReleaseEvt
 The LeftButtonReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.LeftButtonReleaseEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler MiddleButtonPressEvt
 The MiddleButtonPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MiddleButtonPressEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler MiddleButtonReleaseEvt
 The MiddleButtonReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MiddleButtonReleaseEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ModifiedEvt
 The ModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ModifiedEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler MouseMoveEvt
 The MouseMoveEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MouseMoveEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler MouseWheelBackwardEvt
 The MouseWheelBackwardEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MouseWheelBackwardEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler MouseWheelForwardEvt
 The MouseWheelForwardEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MouseWheelForwardEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler PickEvt
 The PickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PickEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler PlacePointEvt
 The PlacePointEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PlacePointEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler PlaceWidgetEvt
 The PlaceWidgetEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PlaceWidgetEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ProgressEvt
 The ProgressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ProgressEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler PropertyModifiedEvt
 The PropertyModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PropertyModifiedEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler RegisterEvt
 The RegisterEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RegisterEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler RenderEvt
 The RenderEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RenderEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler RenderWindowMessageEvt
 The RenderWindowMessageEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RenderWindowMessageEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ResetCameraClippingRangeEvt
 The ResetCameraClippingRangeEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ResetCameraClippingRangeEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ResetCameraEvt
 The ResetCameraEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ResetCameraEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler ResetWindowLevelEvt
 The ResetWindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ResetWindowLevelEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler RightButtonPressEvt
 The RightButtonPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RightButtonPressEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler RightButtonReleaseEvt
 The RightButtonReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RightButtonReleaseEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler SelectionChangedEvt
 The SelectionChangedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.SelectionChangedEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler SetOutputEvt
 The SetOutputEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.SetOutputEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler StartAnimationCueEvt
 The StartAnimationCueEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartAnimationCueEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler StartEvt
 The StartEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler StartInteractionEvt
 The StartInteractionEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartInteractionEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler StartPickEvt
 The StartPickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartPickEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler StartWindowLevelEvt
 The StartWindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartWindowLevelEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler TimerEvt
 The TimerEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.TimerEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler UnRegisterEvt
 The UnRegisterEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UnRegisterEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler UpdateEvt
 The UpdateEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UpdateEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler UpdateInformationEvt
 The UpdateInformationEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UpdateInformationEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler UpdatePropertyEvt
 The UpdatePropertyEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UpdatePropertyEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperComputeGradientsEndEvt
 The VolumeMapperComputeGradientsEndEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperComputeGradientsEndEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperComputeGradientsProgressEvt
 The VolumeMapperComputeGradientsProgressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperComputeGradientsProgressEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperComputeGradientsStartEvt
 The VolumeMapperComputeGradientsStartEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperComputeGradientsStartEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperRenderEndEvt
 The VolumeMapperRenderEndEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperRenderEndEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperRenderProgressEvt
 The VolumeMapperRenderProgressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperRenderProgressEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler VolumeMapperRenderStartEvt
 The VolumeMapperRenderStartEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperRenderStartEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler WarningEvt
 The WarningEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WarningEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler WidgetActivateEvt
 The WidgetActivateEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WidgetActivateEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler WidgetModifiedEvt
 The WidgetModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WidgetModifiedEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler WidgetValueChangedEvt
 The WidgetValueChangedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WidgetValueChangedEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler WindowLevelEvt
 The WindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WindowLevelEvent as the eventId parameter. More...
 
Kitware.VTK.vtkObject.vtkObjectEventHandler WrongTagEvt
 The WrongTagEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WrongTagEvent as the eventId parameter. More...
 

Detailed Description

vtkExodusIIReader - Read exodus 2 files .ex2

Description 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

Member Enumeration Documentation

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, ths 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.

Enumerator
ID_NOT_FOUND 

enum member

SEARCH_TYPE_ELEMENT 

enum member

SEARCH_TYPE_ELEMENT_THEN_NODE 

enum member

SEARCH_TYPE_NODE 

enum member

SEARCH_TYPE_NODE_THEN_ELEMENT 

enum member

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, ths 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.

Enumerator
ASSEMBLY 

enum member

EDGE_BLOCK 

enum member

EDGE_BLOCK_ATTRIB 

enum member

EDGE_BLOCK_CONN 

enum member

EDGE_ID 

enum member

EDGE_MAP 

enum member

EDGE_SET 

enum member

EDGE_SET_CONN 

enum member

ELEMENT_ID 

enum member

ELEM_BLOCK 

enum member

ELEM_BLOCK_ATTRIB 

enum member

ELEM_BLOCK_EDGE_CONN 

enum member

ELEM_BLOCK_ELEM_CONN 

enum member

ELEM_BLOCK_FACE_CONN 

enum member

ELEM_BLOCK_TEMPORAL 

enum member

ELEM_MAP 

enum member

ELEM_SET 

enum member

ELEM_SET_CONN 

enum member

ENTITY_COUNTS 

enum member

FACE_BLOCK 

enum member

FACE_BLOCK_ATTRIB 

enum member

FACE_BLOCK_CONN 

enum member

FACE_ID 

enum member

FACE_MAP 

enum member

FACE_SET 

enum member

FACE_SET_CONN 

enum member

GLOBAL 

enum member

GLOBAL_CONN 

enum member

GLOBAL_ELEMENT_ID 

enum member

GLOBAL_NODE_ID 

enum member

GLOBAL_TEMPORAL 

enum member

HIERARCHY 

enum member

IMPLICIT_ELEMENT_ID 

enum member

IMPLICIT_NODE_ID 

enum member

INFO_RECORDS 

enum member

MATERIAL 

enum member

NODAL 

enum member

NODAL_COORDS 

enum member

NODAL_SQUEEZEMAP 

enum member

NODAL_TEMPORAL 

enum member

NODE_ID 

enum member

NODE_MAP 

enum member

NODE_SET 

enum member

NODE_SET_CONN 

enum member

OBJECT_ID 

enum member

PART 

enum member

QA_RECORDS 

enum member

SIDE_SET 

enum member

SIDE_SET_CONN 

enum member

Constructor & Destructor Documentation

static Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader ( )
staticprivate

Automatically generated type registration mechanics.

Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader ( )

Undocumented Block

Member Function Documentation

virtual void Kitware.VTK.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.

virtual void Kitware.VTK.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 Kitware.VTK.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 Kitware.VTK.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.

int Kitware.VTK.vtkExodusIIReader.CanReadFile ( string  fname)

Determine if the file can be readed with this reader.

override void Kitware.VTK.vtkExodusIIReader.Dispose ( bool  disposing)
protected

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

virtual void Kitware.VTK.vtkExodusIIReader.Dump ( )
virtual

Re-reads time information from the exodus file and updates TimeStepRange accordingly.

virtual void Kitware.VTK.vtkExodusIIReader.ExodusModelMetadataOff ( )
virtual

There is a great deal of model information lost when an Exodus II file is read in to a vtkMultiBlockDataSet. Turn this option ON if you want this metadata to be read in to a vtkExodusModel object. The default is OFF.

virtual void Kitware.VTK.vtkExodusIIReader.ExodusModelMetadataOn ( )
virtual

There is a great deal of model information lost when an Exodus II file is read in to a vtkMultiBlockDataSet. Turn this option ON if you want this metadata to be read in to a vtkExodusModel object. The default is OFF.

virtual void Kitware.VTK.vtkExodusIIReader.GenerateFileIdArrayOff ( )
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, ths 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 Kitware.VTK.vtkExodusIIReader.GenerateFileIdArrayOn ( )
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, ths 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 Kitware.VTK.vtkExodusIIReader.GenerateGlobalElementIdArrayOff ( )
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, ths 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 Kitware.VTK.vtkExodusIIReader.GenerateGlobalElementIdArrayOn ( )
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, ths 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 Kitware.VTK.vtkExodusIIReader.GenerateGlobalNodeIdArrayOff ( )
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, ths 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 Kitware.VTK.vtkExodusIIReader.GenerateGlobalNodeIdArrayOn ( )
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, ths 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 Kitware.VTK.vtkExodusIIReader.GenerateImplicitElementIdArrayOff ( )
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, ths 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 Kitware.VTK.vtkExodusIIReader.GenerateImplicitElementIdArrayOn ( )
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, ths 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 Kitware.VTK.vtkExodusIIReader.GenerateImplicitNodeIdArrayOff ( )
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, ths 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 Kitware.VTK.vtkExodusIIReader.GenerateImplicitNodeIdArrayOn ( )
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, ths 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 Kitware.VTK.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, ths 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 Kitware.VTK.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, ths 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 Kitware.VTK.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.

int Kitware.VTK.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.

int Kitware.VTK.vtkExodusIIReader.GetAssemblyArrayID ( string  name)

Descriptions: 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 ...

string Kitware.VTK.vtkExodusIIReader.GetAssemblyArrayName ( int  arrayIdx)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.GetAssemblyArrayStatus ( int  index)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.GetAssemblyArrayStatus ( string  arg0)

Descriptions: 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 ...

double Kitware.VTK.vtkExodusIIReader.GetCacheSize ( )

Get the size of the cache in MiB.

int Kitware.VTK.vtkExodusIIReader.GetDimensionality ( )

Access to meta data generated by UpdateInformation.

float Kitware.VTK.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 int Kitware.VTK.vtkExodusIIReader.GetDisplayType ( )
virtual

Descriptions: 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

string Kitware.VTK.vtkExodusIIReader.GetEdgeBlockArrayName ( int  index)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetEdgeBlockArrayStatus ( string  name)

time series query functions

string Kitware.VTK.vtkExodusIIReader.GetEdgeMapArrayName ( int  index)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetEdgeMapArrayStatus ( string  name)

time series query functions

string Kitware.VTK.vtkExodusIIReader.GetEdgeResultArrayName ( int  index)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetEdgeResultArrayStatus ( string  name)

time series query functions

string Kitware.VTK.vtkExodusIIReader.GetEdgeSetArrayName ( int  index)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetEdgeSetArrayStatus ( string  name)

time series query functions

string Kitware.VTK.vtkExodusIIReader.GetEdgeSetResultArrayName ( int  index)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetEdgeSetResultArrayStatus ( string  name)

time series query functions

string Kitware.VTK.vtkExodusIIReader.GetElementBlockArrayName ( int  index)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetElementBlockArrayStatus ( string  name)

time series query functions

string Kitware.VTK.vtkExodusIIReader.GetElementMapArrayName ( int  index)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetElementMapArrayStatus ( string  name)

time series query functions

string Kitware.VTK.vtkExodusIIReader.GetElementResultArrayName ( int  index)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetElementResultArrayStatus ( string  name)

time series query functions

string Kitware.VTK.vtkExodusIIReader.GetElementSetArrayName ( int  index)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetElementSetArrayStatus ( string  name)

time series query functions

string Kitware.VTK.vtkExodusIIReader.GetElementSetResultArrayName ( int  index)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetElementSetResultArrayStatus ( string  name)

time series query functions

virtual vtkExodusModel Kitware.VTK.vtkExodusIIReader.GetExodusModel ( )
virtual

Returns the object which encapsulates the model metadata.

Here is the call graph for this function:

virtual int Kitware.VTK.vtkExodusIIReader.GetExodusModelMetadata ( )
virtual

There is a great deal of model information lost when an Exodus II file is read in to a vtkMultiBlockDataSet. Turn this option ON if you want this metadata to be read in to a vtkExodusModel object. The default is OFF.

string Kitware.VTK.vtkExodusIIReader.GetFaceBlockArrayName ( int  index)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetFaceBlockArrayStatus ( string  name)

time series query functions

string Kitware.VTK.vtkExodusIIReader.GetFaceMapArrayName ( int  index)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetFaceMapArrayStatus ( string  name)

time series query functions

string Kitware.VTK.vtkExodusIIReader.GetFaceResultArrayName ( int  index)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetFaceResultArrayStatus ( string  name)

time series query functions

string Kitware.VTK.vtkExodusIIReader.GetFaceSetArrayName ( int  index)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetFaceSetArrayStatus ( string  name)

time series query functions

string Kitware.VTK.vtkExodusIIReader.GetFaceSetResultArrayName ( int  index)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetFaceSetResultArrayStatus ( string  name)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetFileId ( )

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, ths 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 string Kitware.VTK.vtkExodusIIReader.GetFileName ( )
virtual

Specify file name of the Exodus file.

int Kitware.VTK.vtkExodusIIReader.GetGenerateFileIdArray ( )

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, ths 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 Kitware.VTK.vtkExodusIIReader.GetGenerateGlobalElementIdArray ( )

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, ths 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 Kitware.VTK.vtkExodusIIReader.GetGenerateGlobalNodeIdArray ( )

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, ths 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 Kitware.VTK.vtkExodusIIReader.GetGenerateImplicitElementIdArray ( )

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, ths 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 Kitware.VTK.vtkExodusIIReader.GetGenerateImplicitNodeIdArray ( )

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, ths 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 Kitware.VTK.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, ths 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 int Kitware.VTK.vtkExodusIIReader.GetGlobalEdgeID ( vtkDataSet  data,
int  localID 
)
static

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, ths 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 int Kitware.VTK.vtkExodusIIReader.GetGlobalEdgeID ( vtkDataSet  data,
int  localID,
int  searchType 
)
static

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, ths 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 string Kitware.VTK.vtkExodusIIReader.GetGlobalEdgeIdArrayName ( )
static

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, ths 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 int Kitware.VTK.vtkExodusIIReader.GetGlobalElementID ( vtkDataSet  data,
int  localID 
)
static

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, ths 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 int Kitware.VTK.vtkExodusIIReader.GetGlobalElementID ( vtkDataSet  data,
int  localID,
int  searchType 
)
static

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, ths 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 string Kitware.VTK.vtkExodusIIReader.GetGlobalElementIdArrayName ( )
static

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, ths 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 int Kitware.VTK.vtkExodusIIReader.GetGlobalFaceID ( vtkDataSet  data,
int  localID 
)
static

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, ths 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 int Kitware.VTK.vtkExodusIIReader.GetGlobalFaceID ( vtkDataSet  data,
int  localID,
int  searchType 
)
static

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, ths 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 string Kitware.VTK.vtkExodusIIReader.GetGlobalFaceIdArrayName ( )
static

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, ths 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 int Kitware.VTK.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 Kitware.VTK.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 string Kitware.VTK.vtkExodusIIReader.GetGlobalNodeIdArrayName ( )
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().

string Kitware.VTK.vtkExodusIIReader.GetGlobalResultArrayName ( int  index)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetGlobalResultArrayStatus ( string  name)

time series query functions

int Kitware.VTK.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.

string Kitware.VTK.vtkExodusIIReader.GetHierarchyArrayName ( int  arrayIdx)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.GetHierarchyArrayStatus ( int  index)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.GetHierarchyArrayStatus ( string  arg0)

Descriptions: 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

static string Kitware.VTK.vtkExodusIIReader.GetImplicitEdgeIdArrayName ( )
static

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, ths 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 string Kitware.VTK.vtkExodusIIReader.GetImplicitElementIdArrayName ( )
static

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, ths 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 string Kitware.VTK.vtkExodusIIReader.GetImplicitFaceIdArrayName ( )
static

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, ths 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 string Kitware.VTK.vtkExodusIIReader.GetImplicitNodeIdArrayName ( )
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().

int Kitware.VTK.vtkExodusIIReader.GetMaterialArrayID ( string  name)

Descriptions: 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 ...

string Kitware.VTK.vtkExodusIIReader.GetMaterialArrayName ( int  arrayIdx)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.GetMaterialArrayStatus ( int  index)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.GetMaterialArrayStatus ( string  arg0)

Descriptions: 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 ...

virtual uint Kitware.VTK.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.

double Kitware.VTK.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.

override uint Kitware.VTK.vtkExodusIIReader.GetMTime ( )
virtual

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

Reimplemented from Kitware.VTK.vtkObject.

string Kitware.VTK.vtkExodusIIReader.GetNodeMapArrayName ( int  index)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNodeMapArrayStatus ( string  name)

time series query functions

string Kitware.VTK.vtkExodusIIReader.GetNodeSetArrayName ( int  index)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNodeSetArrayStatus ( string  name)

time series query functions

string Kitware.VTK.vtkExodusIIReader.GetNodeSetResultArrayName ( int  index)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNodeSetResultArrayStatus ( string  name)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNumberOfAssemblyArrays ( )

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.GetNumberOfEdgeBlockArrays ( )

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNumberOfEdgeMapArrays ( )

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNumberOfEdgeResultArrays ( )

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNumberOfEdgeSetArrays ( )

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNumberOfEdgeSetResultArrays ( )

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNumberOfEdgesInFile ( )

Access to meta data generated by UpdateInformation.

int Kitware.VTK.vtkExodusIIReader.GetNumberOfElementBlockArrays ( )

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNumberOfElementMapArrays ( )

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNumberOfElementResultArrays ( )

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNumberOfElementSetArrays ( )

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNumberOfElementSetResultArrays ( )

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNumberOfElementsInFile ( )

Access to meta data generated by UpdateInformation.

int Kitware.VTK.vtkExodusIIReader.GetNumberOfEntriesInObject ( int  objectType,
int  objectIndex 
)

Access to meta data generated by UpdateInformation.

int Kitware.VTK.vtkExodusIIReader.GetNumberOfFaceBlockArrays ( )

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNumberOfFaceMapArrays ( )

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNumberOfFaceResultArrays ( )

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNumberOfFaceSetArrays ( )

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNumberOfFaceSetResultArrays ( )

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNumberOfFacesInFile ( )

Access to meta data generated by UpdateInformation.

int Kitware.VTK.vtkExodusIIReader.GetNumberOfGlobalResultArrays ( )

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNumberOfHierarchyArrays ( )

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.GetNumberOfMaterialArrays ( )

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.GetNumberOfNodeMapArrays ( )

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNumberOfNodes ( )

Access to meta data generated by UpdateInformation.

int Kitware.VTK.vtkExodusIIReader.GetNumberOfNodeSetArrays ( )

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNumberOfNodeSetResultArrays ( )

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNumberOfNodesInFile ( )

Access to meta data generated by UpdateInformation.

int Kitware.VTK.vtkExodusIIReader.GetNumberOfObjectArrayComponents ( int  objectType,
int  arrayIndex 
)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.GetNumberOfObjectArrays ( int  objectType)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.GetNumberOfObjectAttributes ( int  objectType,
int  objectIndex 
)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.GetNumberOfObjects ( int  objectType)

Access to meta data generated by UpdateInformation.

int Kitware.VTK.vtkExodusIIReader.GetNumberOfPartArrays ( )

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.GetNumberOfPointResultArrays ( )

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNumberOfSideSetArrays ( )

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNumberOfSideSetResultArrays ( )

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetNumberOfTimeSteps ( )

Access to meta data generated by UpdateInformation.

int Kitware.VTK.vtkExodusIIReader.GetObjectArrayIndex ( int  objectType,
string  arrayName 
)

Descriptions: 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

string Kitware.VTK.vtkExodusIIReader.GetObjectArrayName ( int  objectType,
int  arrayIndex 
)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.GetObjectArrayStatus ( int  objectType,
int  arrayIndex 
)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.GetObjectArrayStatus ( int  objectType,
string  arrayName 
)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.GetObjectAttributeIndex ( int  objectType,
int  objectIndex,
string  attribName 
)

Descriptions: 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

string Kitware.VTK.vtkExodusIIReader.GetObjectAttributeName ( int  objectType,
int  objectIndex,
int  attribIndex 
)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.GetObjectAttributeStatus ( int  objectType,
int  objectIndex,
int  attribIndex 
)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.GetObjectAttributeStatus ( int  objectType,
int  objectIndex,
string  attribName 
)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.GetObjectId ( int  objectType,
int  objectIndex 
)

Access to meta data generated by UpdateInformation.

static string Kitware.VTK.vtkExodusIIReader.GetObjectIdArrayName ( )
static

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, ths 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 Kitware.VTK.vtkExodusIIReader.GetObjectIndex ( int  objectType,
string  objectName 
)

Access to meta data generated by UpdateInformation.

int Kitware.VTK.vtkExodusIIReader.GetObjectIndex ( int  objectType,
int  id 
)

Access to meta data generated by UpdateInformation.

string Kitware.VTK.vtkExodusIIReader.GetObjectName ( int  objectType,
int  objectIndex 
)

Access to meta data generated by UpdateInformation.

int Kitware.VTK.vtkExodusIIReader.GetObjectStatus ( int  objectType,
int  objectIndex 
)

Access to meta data generated by UpdateInformation.

int Kitware.VTK.vtkExodusIIReader.GetObjectStatus ( int  objectType,
string  objectName 
)

Access to meta data generated by UpdateInformation.

int Kitware.VTK.vtkExodusIIReader.GetObjectTypeFromName ( string  name)

Access to meta data generated by UpdateInformation.

string Kitware.VTK.vtkExodusIIReader.GetObjectTypeName ( int  arg0)

Access to meta data generated by UpdateInformation.

virtual int Kitware.VTK.vtkExodusIIReader.GetPackExodusModelOntoOutput ( )
virtual

By default, the ExodusModel metadata (if requested with ExodusModelMetadataOn()) is also encoded into field arrays and attached to the output unstructured grid. Set this OFF if you don't want this to happen. (The vtkExodusIIWriter and the vtkEnSightWriter can unpack this metadata from the field arrays and use it when writing out Exodus or EnSight files.)

int Kitware.VTK.vtkExodusIIReader.GetPartArrayID ( string  name)

Descriptions: 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 ...

string Kitware.VTK.vtkExodusIIReader.GetPartArrayName ( int  arrayIdx)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.GetPartArrayStatus ( int  index)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.GetPartArrayStatus ( string  arg0)

Descriptions: 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 ...

string Kitware.VTK.vtkExodusIIReader.GetPartBlockInfo ( int  arrayIdx)

Descriptions: 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 ...

static string Kitware.VTK.vtkExodusIIReader.GetPedigreeEdgeIdArrayName ( )
static

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, ths 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 string Kitware.VTK.vtkExodusIIReader.GetPedigreeElementIdArrayName ( )
static

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, ths 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 string Kitware.VTK.vtkExodusIIReader.GetPedigreeFaceIdArrayName ( )
static

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, ths 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 string Kitware.VTK.vtkExodusIIReader.GetPedigreeNodeIdArrayName ( )
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().

string Kitware.VTK.vtkExodusIIReader.GetPointResultArrayName ( int  index)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetPointResultArrayStatus ( string  name)

time series query functions

virtual bool Kitware.VTK.vtkExodusIIReader.GetProducedFastPathOutput ( )
virtual

HACK: Used by vtkPExodusIIReader to tell is the reader produced a valid fast path output.

string Kitware.VTK.vtkExodusIIReader.GetSideSetArrayName ( int  index)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetSideSetArrayStatus ( string  name)

time series query functions

string Kitware.VTK.vtkExodusIIReader.GetSideSetResultArrayName ( int  index)

time series query functions

int Kitware.VTK.vtkExodusIIReader.GetSideSetResultArrayStatus ( string  name)

time series query functions

vtkGraph Kitware.VTK.vtkExodusIIReader.GetSIL ( )

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

Here is the call graph for this function:

virtual int Kitware.VTK.vtkExodusIIReader.GetSILUpdateStamp ( )
virtual

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

int Kitware.VTK.vtkExodusIIReader.GetTimeSeriesData ( int  ID,
string  vName,
string  vType,
vtkFloatArray  result 
)

time series query functions

virtual int Kitware.VTK.vtkExodusIIReader.GetTimeStep ( )
virtual

Which TimeStep to read.

virtual int [] Kitware.VTK.vtkExodusIIReader.GetTimeStepRange ( )
virtual

Returns the available range of valid integer time steps.

virtual void Kitware.VTK.vtkExodusIIReader.GetTimeStepRange ( ref int  _arg1,
ref int  _arg2 
)
virtual

Returns the available range of valid integer time steps.

virtual void Kitware.VTK.vtkExodusIIReader.GetTimeStepRange ( IntPtr  _arg)
virtual

Returns the available range of valid integer time steps.

string Kitware.VTK.vtkExodusIIReader.GetTitle ( )

Access to meta data generated by UpdateInformation.

virtual long Kitware.VTK.vtkExodusIIReader.GetTotalNumberOfEdges ( )
virtual

Descriptions: 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

virtual long Kitware.VTK.vtkExodusIIReader.GetTotalNumberOfElements ( )
virtual

Descriptions: 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

Reimplemented in Kitware.VTK.vtkPExodusIIReader.

virtual long Kitware.VTK.vtkExodusIIReader.GetTotalNumberOfFaces ( )
virtual

Descriptions: 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

virtual long Kitware.VTK.vtkExodusIIReader.GetTotalNumberOfNodes ( )
virtual

Descriptions: 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

Reimplemented in Kitware.VTK.vtkPExodusIIReader.

int Kitware.VTK.vtkExodusIIReader.GetVariableID ( string  type,
string  name 
)

Descriptions: Return the id of the type,name variable

virtual string Kitware.VTK.vtkExodusIIReader.GetXMLFileName ( )
virtual

Specify file name of the xml file.

virtual void Kitware.VTK.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 Kitware.VTK.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.

override int Kitware.VTK.vtkExodusIIReader.IsA ( string  type)
virtual

Undocumented Block

Reimplemented from Kitware.VTK.vtkAlgorithm.

Reimplemented in Kitware.VTK.vtkPExodusIIReader.

static new int Kitware.VTK.vtkExodusIIReader.IsTypeOf ( string  type)
static

Undocumented Block

int Kitware.VTK.vtkExodusIIReader.IsValidVariable ( string  type,
string  name 
)

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

static new vtkExodusIIReader Kitware.VTK.vtkExodusIIReader.New ( )
static

Undocumented Block

new vtkExodusIIReader Kitware.VTK.vtkExodusIIReader.NewInstance ( )

Undocumented Block

virtual void Kitware.VTK.vtkExodusIIReader.PackExodusModelOntoOutputOff ( )
virtual

By default, the ExodusModel metadata (if requested with ExodusModelMetadataOn()) is also encoded into field arrays and attached to the output unstructured grid. Set this OFF if you don't want this to happen. (The vtkExodusIIWriter and the vtkEnSightWriter can unpack this metadata from the field arrays and use it when writing out Exodus or EnSight files.)

virtual void Kitware.VTK.vtkExodusIIReader.PackExodusModelOntoOutputOn ( )
virtual

By default, the ExodusModel metadata (if requested with ExodusModelMetadataOn()) is also encoded into field arrays and attached to the output unstructured grid. Set this OFF if you don't want this to happen. (The vtkExodusIIWriter and the vtkEnSightWriter can unpack this metadata from the field arrays and use it when writing out Exodus or EnSight files.)

void Kitware.VTK.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 Kitware.VTK.vtkExodusIIReader.ResetCache ( )

Clears out the cache entries.

void Kitware.VTK.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.

static new vtkExodusIIReader Kitware.VTK.vtkExodusIIReader.SafeDownCast ( vtkObjectBase  o)
static

Undocumented Block

Here is the call graph for this function:

void Kitware.VTK.vtkExodusIIReader.SetAllArrayStatus ( int  otype,
int  status 
)

Descriptions: Return the id of the type,name variable

virtual void Kitware.VTK.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.

virtual void Kitware.VTK.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.

void Kitware.VTK.vtkExodusIIReader.SetAssemblyArrayStatus ( int  index,
int  flag 
)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.SetAssemblyArrayStatus ( string  arg0,
int  flag 
)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.SetCacheSize ( double  CacheSize)

Set the size of the cache in MiB.

virtual void Kitware.VTK.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.

virtual void Kitware.VTK.vtkExodusIIReader.SetDisplayType ( int  type)
virtual

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.SetEdgeBlockArrayStatus ( string  name,
int  flag 
)

time series query functions

void Kitware.VTK.vtkExodusIIReader.SetEdgeMapArrayStatus ( string  name,
int  flag 
)

time series query functions

void Kitware.VTK.vtkExodusIIReader.SetEdgeResultArrayStatus ( string  name,
int  flag 
)

time series query functions

void Kitware.VTK.vtkExodusIIReader.SetEdgeSetArrayStatus ( string  name,
int  flag 
)

time series query functions

void Kitware.VTK.vtkExodusIIReader.SetEdgeSetResultArrayStatus ( string  name,
int  flag 
)

time series query functions

void Kitware.VTK.vtkExodusIIReader.SetElementBlockArrayStatus ( string  name,
int  flag 
)

time series query functions

void Kitware.VTK.vtkExodusIIReader.SetElementMapArrayStatus ( string  name,
int  flag 
)

time series query functions

void Kitware.VTK.vtkExodusIIReader.SetElementResultArrayStatus ( string  name,
int  flag 
)

time series query functions

void Kitware.VTK.vtkExodusIIReader.SetElementSetArrayStatus ( string  name,
int  flag 
)

time series query functions

void Kitware.VTK.vtkExodusIIReader.SetElementSetResultArrayStatus ( string  name,
int  flag 
)

time series query functions

virtual void Kitware.VTK.vtkExodusIIReader.SetExodusModelMetadata ( int  _arg)
virtual

There is a great deal of model information lost when an Exodus II file is read in to a vtkMultiBlockDataSet. Turn this option ON if you want this metadata to be read in to a vtkExodusModel object. The default is OFF.

void Kitware.VTK.vtkExodusIIReader.SetFaceBlockArrayStatus ( string  name,
int  flag 
)

time series query functions

void Kitware.VTK.vtkExodusIIReader.SetFaceMapArrayStatus ( string  name,
int  flag 
)

time series query functions

void Kitware.VTK.vtkExodusIIReader.SetFaceResultArrayStatus ( string  name,
int  flag 
)

time series query functions

void Kitware.VTK.vtkExodusIIReader.SetFaceSetArrayStatus ( string  name,
int  flag 
)

time series query functions

void Kitware.VTK.vtkExodusIIReader.SetFaceSetResultArrayStatus ( string  name,
int  flag 
)

time series query functions

void Kitware.VTK.vtkExodusIIReader.SetFastPathIdType ( string  type)

Possible argument values: "INDEX","GLOBAL" "GLOBAL" means the id refers to a global id "INDEX" means the id refers to an index into the VTK array

void Kitware.VTK.vtkExodusIIReader.SetFastPathObjectId ( long  id)

Possible argument values: "INDEX","GLOBAL" "GLOBAL" means the id refers to a global id "INDEX" means the id refers to an index into the VTK array

void Kitware.VTK.vtkExodusIIReader.SetFastPathObjectType ( string  type)

Set the fast-path keys. All three must be set for the fast-path option to work. Possible argument values: "POINT","CELL","EDGE","FACE"

virtual void Kitware.VTK.vtkExodusIIReader.SetFileId ( int  f)
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, ths 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 Kitware.VTK.vtkExodusIIReader.SetFileName ( string  fname)
virtual

Specify file name of the Exodus file.

Reimplemented in Kitware.VTK.vtkPExodusIIReader.

virtual void Kitware.VTK.vtkExodusIIReader.SetGenerateFileIdArray ( int  f)
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, ths 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 Kitware.VTK.vtkExodusIIReader.SetGenerateGlobalElementIdArray ( 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, ths 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 Kitware.VTK.vtkExodusIIReader.SetGenerateGlobalNodeIdArray ( 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, ths 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 Kitware.VTK.vtkExodusIIReader.SetGenerateImplicitElementIdArray ( 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, ths 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 Kitware.VTK.vtkExodusIIReader.SetGenerateImplicitNodeIdArray ( 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, ths 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 Kitware.VTK.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, ths 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.

void Kitware.VTK.vtkExodusIIReader.SetGlobalResultArrayStatus ( string  name,
int  flag 
)

time series query functions

virtual void Kitware.VTK.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.

void Kitware.VTK.vtkExodusIIReader.SetHierarchyArrayStatus ( int  index,
int  flag 
)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.SetHierarchyArrayStatus ( string  arg0,
int  flag 
)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.SetMaterialArrayStatus ( int  index,
int  flag 
)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.SetMaterialArrayStatus ( string  arg0,
int  flag 
)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.SetModeShape ( int  val)

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

virtual void Kitware.VTK.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.

void Kitware.VTK.vtkExodusIIReader.SetNodeMapArrayStatus ( string  name,
int  flag 
)

time series query functions

void Kitware.VTK.vtkExodusIIReader.SetNodeSetArrayStatus ( string  name,
int  flag 
)

time series query functions

void Kitware.VTK.vtkExodusIIReader.SetNodeSetResultArrayStatus ( string  name,
int  flag 
)

time series query functions

void Kitware.VTK.vtkExodusIIReader.SetObjectArrayStatus ( int  objectType,
int  arrayIndex,
int  status 
)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.SetObjectArrayStatus ( int  objectType,
string  arrayName,
int  status 
)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.SetObjectAttributeStatus ( int  objectType,
int  objectIndex,
int  attribIndex,
int  status 
)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.SetObjectAttributeStatus ( int  objectType,
int  objectIndex,
string  attribName,
int  status 
)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.SetObjectStatus ( int  objectType,
int  objectIndex,
int  status 
)

Access to meta data generated by UpdateInformation.

void Kitware.VTK.vtkExodusIIReader.SetObjectStatus ( int  objectType,
string  objectName,
int  status 
)

Access to meta data generated by UpdateInformation.

virtual void Kitware.VTK.vtkExodusIIReader.SetPackExodusModelOntoOutput ( int  _arg)
virtual

By default, the ExodusModel metadata (if requested with ExodusModelMetadataOn()) is also encoded into field arrays and attached to the output unstructured grid. Set this OFF if you don't want this to happen. (The vtkExodusIIWriter and the vtkEnSightWriter can unpack this metadata from the field arrays and use it when writing out Exodus or EnSight files.)

void Kitware.VTK.vtkExodusIIReader.SetPartArrayStatus ( int  index,
int  flag 
)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.SetPartArrayStatus ( string  arg0,
int  flag 
)

Descriptions: 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 Kitware.VTK.vtkExodusIIReader.SetPointResultArrayStatus ( string  name,
int  flag 
)

time series query functions

void Kitware.VTK.vtkExodusIIReader.SetSideSetArrayStatus ( string  name,
int  flag 
)

time series query functions

void Kitware.VTK.vtkExodusIIReader.SetSideSetResultArrayStatus ( string  name,
int  flag 
)

time series query functions

virtual void Kitware.VTK.vtkExodusIIReader.SetTimeStep ( int  _arg)
virtual

Which TimeStep to read.

virtual void Kitware.VTK.vtkExodusIIReader.SetTimeStepRange ( int  _arg1,
int  _arg2 
)
virtual

Returns the available range of valid integer time steps.

void Kitware.VTK.vtkExodusIIReader.SetTimeStepRange ( IntPtr  _arg)

Returns the available range of valid integer time steps.

virtual void Kitware.VTK.vtkExodusIIReader.SetXMLFileName ( string  fname)
virtual

Specify file name of the xml file.

virtual void Kitware.VTK.vtkExodusIIReader.UpdateTimeInformation ( )
virtual

Re-reads time information from the exodus file and updates TimeStepRange accordingly.

Reimplemented in Kitware.VTK.vtkPExodusIIReader.

Member Data Documentation

new readonly string Kitware.VTK.vtkExodusIIReader.MRClassNameKey = "17vtkExodusIIReader"
static

Automatically generated type registration mechanics.

new const string Kitware.VTK.vtkExodusIIReader.MRFullTypeName = "Kitware.VTK.vtkExodusIIReader"

Automatically generated type registration mechanics.


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