ActiViz .NET  5.8.0
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
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]

List of all members.

Public Types

enum  ID_NOT_FOUND_WrapperEnum {
  ID_NOT_FOUND = -234121312, SEARCH_TYPE_ELEMENT = 0, SEARCH_TYPE_ELEMENT_THEN_NODE = 2, SEARCH_TYPE_NODE = 1,
  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  DecorationType { CORNER_AVERAGED = 2, GLYPHS = 1, NONE = 0 }
 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 {
  ASSEMBLY = 60, EDGE_BLOCK = 6, EDGE_BLOCK_ATTRIB = 79, EDGE_BLOCK_CONN = 94,
  EDGE_ID = 106, EDGE_MAP = 11, EDGE_SET = 7, EDGE_SET_CONN = 90,
  ELEMENT_ID = 84, ELEM_BLOCK = 1, ELEM_BLOCK_ATTRIB = 81, ELEM_BLOCK_EDGE_CONN = 96,
  ELEM_BLOCK_ELEM_CONN = 98, ELEM_BLOCK_FACE_CONN = 97, ELEM_BLOCK_TEMPORAL = 100, ELEM_MAP = 4,
  ELEM_SET = 10, ELEM_SET_CONN = 93, ENTITY_COUNTS = 109, FACE_BLOCK = 8,
  FACE_BLOCK_ATTRIB = 80, FACE_BLOCK_CONN = 95, FACE_ID = 105, FACE_MAP = 12,
  FACE_SET = 9, FACE_SET_CONN = 91, GLOBAL = 13, GLOBAL_CONN = 99,
  GLOBAL_ELEMENT_ID = 86, GLOBAL_NODE_ID = 85, GLOBAL_TEMPORAL = 102, HIERARCHY = 63,
  IMPLICIT_ELEMENT_ID = 108, IMPLICIT_NODE_ID = 107, INFO_RECORDS = 104, MATERIAL = 62,
  NODAL = 14, NODAL_COORDS = 88, NODAL_SQUEEZEMAP = 82, NODAL_TEMPORAL = 101,
  NODE_ID = 83, NODE_MAP = 5, NODE_SET = 2, NODE_SET_CONN = 89,
  OBJECT_ID = 87, PART = 61, QA_RECORDS = 103, SIDE_SET = 3,
  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.
 vtkExodusIIReader ()
 Undocumented Block.
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.
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.
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.
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.
int CanReadFile (string fname)
 Determine if the file can be readed with this reader.
virtual void Dump ()
 Re-reads time information from the exodus file and updates TimeStepRange accordingly.
void EdgeFieldDecorationsCornerAveraged ()
 FIXME.
void EdgeFieldDecorationsGlyphs ()
 FIXME.
void EdgeFieldDecorationsNone ()
 FIXME.
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.
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.
void FaceFieldDecorationsCornerAveraged ()
 FIXME.
void FaceFieldDecorationsGlyphs ()
 FIXME.
void FaceFieldDecorationsNone ()
 FIXME.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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 ...
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 ...
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 ...
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 ...
int GetDimensionality ()
 Access to meta data generated by UpdateInformation.
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.
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.
string GetEdgeBlockArrayName (int index)
 time series query functions
int GetEdgeBlockArrayStatus (string name)
 time series query functions
int GetEdgeFieldDecorations ()
 FIXME.
string GetEdgeMapArrayName (int index)
 time series query functions
int GetEdgeMapArrayStatus (string name)
 time series query functions
string GetEdgeResultArrayName (int index)
 time series query functions
int GetEdgeResultArrayStatus (string name)
 time series query functions
string GetEdgeSetArrayName (int index)
 time series query functions
int GetEdgeSetArrayStatus (string name)
 time series query functions
string GetEdgeSetResultArrayName (int index)
 time series query functions
int GetEdgeSetResultArrayStatus (string name)
 time series query functions
string GetElementBlockArrayName (int index)
 time series query functions
int GetElementBlockArrayStatus (string name)
 time series query functions
string GetElementMapArrayName (int index)
 time series query functions
int GetElementMapArrayStatus (string name)
 time series query functions
string GetElementResultArrayName (int index)
 time series query functions
int GetElementResultArrayStatus (string name)
 time series query functions
string GetElementSetArrayName (int index)
 time series query functions
int GetElementSetArrayStatus (string name)
 time series query functions
string GetElementSetResultArrayName (int index)
 time series query functions
int GetElementSetResultArrayStatus (string name)
 time series query functions
virtual vtkExodusModel GetExodusModel ()
 Returns the object which encapsulates the model metadata.
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.
string GetFaceBlockArrayName (int index)
 time series query functions
int GetFaceBlockArrayStatus (string name)
 time series query functions
int GetFaceFieldDecorations ()
 FIXME.
string GetFaceMapArrayName (int index)
 time series query functions
int GetFaceMapArrayStatus (string name)
 time series query functions
string GetFaceResultArrayName (int index)
 time series query functions
int GetFaceResultArrayStatus (string name)
 time series query functions
string GetFaceSetArrayName (int index)
 time series query functions
int GetFaceSetArrayStatus (string name)
 time series query functions
string GetFaceSetResultArrayName (int index)
 time series query functions
int GetFaceSetResultArrayStatus (string name)
 time series query functions
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.
virtual string GetFileName ()
 Specify file name of the Exodus file.
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.
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.
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.
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.
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.
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.
string GetGlobalResultArrayName (int index)
 time series query functions
int GetGlobalResultArrayStatus (string name)
 time series query functions
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.
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.
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.
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.
override uint GetMTime ()
 Return the object's MTime. This is overridden to include the timestamp of its internal class.
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 ...
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 ...
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 ...
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 ...
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.
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.
string GetNodeMapArrayName (int index)
 time series query functions
int GetNodeMapArrayStatus (string name)
 time series query functions
string GetNodeSetArrayName (int index)
 time series query functions
int GetNodeSetArrayStatus (string name)
 time series query functions
string GetNodeSetResultArrayName (int index)
 time series query functions
int GetNodeSetResultArrayStatus (string name)
 time series query functions
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 ...
int GetNumberOfEdgeBlockArrays ()
 time series query functions
int GetNumberOfEdgeMapArrays ()
 time series query functions
int GetNumberOfEdgeResultArrays ()
 time series query functions
int GetNumberOfEdgeSetArrays ()
 time series query functions
int GetNumberOfEdgeSetResultArrays ()
 time series query functions
int GetNumberOfEdgesInFile ()
 Access to meta data generated by UpdateInformation.
int GetNumberOfElementBlockArrays ()
 time series query functions
int GetNumberOfElementMapArrays ()
 time series query functions
int GetNumberOfElementResultArrays ()
 time series query functions
int GetNumberOfElementSetArrays ()
 time series query functions
int GetNumberOfElementSetResultArrays ()
 time series query functions
int GetNumberOfElementsInFile ()
 Access to meta data generated by UpdateInformation.
int GetNumberOfEntriesInObject (int objectType, int objectIndex)
 Access to meta data generated by UpdateInformation.
int GetNumberOfFaceBlockArrays ()
 time series query functions
int GetNumberOfFaceMapArrays ()
 time series query functions
int GetNumberOfFaceResultArrays ()
 time series query functions
int GetNumberOfFaceSetArrays ()
 time series query functions
int GetNumberOfFaceSetResultArrays ()
 time series query functions
int GetNumberOfFacesInFile ()
 Access to meta data generated by UpdateInformation.
int GetNumberOfGlobalResultArrays ()
 time series query functions
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.
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 ...
int GetNumberOfNodeMapArrays ()
 time series query functions
int GetNumberOfNodeSetArrays ()
 time series query functions
int GetNumberOfNodeSetResultArrays ()
 time series query functions
int GetNumberOfNodes ()
 Access to meta data generated by UpdateInformation.
int GetNumberOfNodesInFile ()
 Access to meta data generated by UpdateInformation.
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.
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.
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.
int GetNumberOfObjects (int objectType)
 Access to meta data generated by UpdateInformation.
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 ...
int GetNumberOfPointResultArrays ()
 time series query functions
int GetNumberOfSideSetArrays ()
 time series query functions
int GetNumberOfSideSetResultArrays ()
 time series query functions
int GetNumberOfTimeSteps ()
 Access to meta data generated by UpdateInformation.
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.
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.
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.
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.
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.
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.
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.
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.
int GetObjectId (int objectType, int objectIndex)
 Access to meta data generated by UpdateInformation.
int GetObjectIndex (int objectType, string objectName)
 Access to meta data generated by UpdateInformation.
int GetObjectIndex (int objectType, int id)
 Access to meta data generated by UpdateInformation.
string GetObjectName (int objectType, int objectIndex)
 Access to meta data generated by UpdateInformation.
int GetObjectStatus (int objectType, int objectIndex)
 Access to meta data generated by UpdateInformation.
int GetObjectStatus (int objectType, string objectName)
 Access to meta data generated by UpdateInformation.
int GetObjectTypeFromName (string name)
 Access to meta data generated by UpdateInformation.
string GetObjectTypeName (int arg0)
 Access to meta data generated by UpdateInformation.
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.)
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 ...
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 ...
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 ...
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 ...
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 ...
string GetPointResultArrayName (int index)
 time series query functions
int GetPointResultArrayStatus (string name)
 time series query functions
virtual bool GetProducedFastPathOutput ()
 HACK: Used by vtkPExodusIIReader to tell is the reader produced a valid fast path output.
vtkGraph GetSIL ()
 SIL describes organization of/relationships between classifications eg. blocks/materials/hierarchies.
virtual int GetSILUpdateStamp ()
 Every time the SIL is updated a this will return a different value.
string GetSideSetArrayName (int index)
 time series query functions
int GetSideSetArrayStatus (string name)
 time series query functions
string GetSideSetResultArrayName (int index)
 time series query functions
int GetSideSetResultArrayStatus (string name)
 time series query functions
int GetTimeSeriesData (int ID, string vName, string vType, vtkFloatArray result)
 time series query functions
virtual int GetTimeStep ()
 Which TimeStep to read.
virtual int[] GetTimeStepRange ()
 Returns the available range of valid integer time steps.
virtual void GetTimeStepRange (ref int _arg1, ref int _arg2)
 Returns the available range of valid integer time steps.
virtual void GetTimeStepRange (IntPtr _arg)
 Returns the available range of valid integer time steps.
string GetTitle ()
 Access to meta data generated by UpdateInformation.
virtual int 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.
virtual int 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.
virtual int 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.
virtual int 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.
int GetVariableID (string type, string name)
 Descriptions: Return the id of the type,name variable.
virtual string GetXMLFileName ()
 Specify file name of the xml file.
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.
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.
override int IsA (string type)
 Undocumented Block.
int IsValidVariable (string type, string name)
 Descriptions: return boolean indicating whether the type,name is a valid variable.
new vtkExodusIIReader NewInstance ()
 Undocumented Block.
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.)
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.)
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.
void ResetCache ()
 Clears out the cache entries.
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.
void SetAllArrayStatus (int otype, int status)
 Descriptions: Return the id of the type,name variable.
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.
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.
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 ...
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 ...
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.
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.
void SetEdgeBlockArrayStatus (string name, int flag)
 time series query functions
virtual void SetEdgeFieldDecorations (int d)
 FIXME.
void SetEdgeMapArrayStatus (string name, int flag)
 time series query functions
void SetEdgeResultArrayStatus (string name, int flag)
 time series query functions
void SetEdgeSetArrayStatus (string name, int flag)
 time series query functions
void SetEdgeSetResultArrayStatus (string name, int flag)
 time series query functions
void SetElementBlockArrayStatus (string name, int flag)
 time series query functions
void SetElementMapArrayStatus (string name, int flag)
 time series query functions
void SetElementResultArrayStatus (string name, int flag)
 time series query functions
void SetElementSetArrayStatus (string name, int flag)
 time series query functions
void SetElementSetResultArrayStatus (string name, int flag)
 time series query functions
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.
void SetFaceBlockArrayStatus (string name, int flag)
 time series query functions
virtual void SetFaceFieldDecorations (int d)
 FIXME.
void SetFaceMapArrayStatus (string name, int flag)
 time series query functions
void SetFaceResultArrayStatus (string name, int flag)
 time series query functions
void SetFaceSetArrayStatus (string name, int flag)
 time series query functions
void SetFaceSetResultArrayStatus (string name, int flag)
 time series query functions
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.
void SetFastPathObjectId (int 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.

Static Public Member Functions

static new vtkExodusIIReader New ()
 Undocumented Block.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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().
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().
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().
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.
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.
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.
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().
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.
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.
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.
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.
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().
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkExodusIIReader SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkExodusIIReader"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "17vtkExodusIIReader"
 Automatically generated type registration mechanics.

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.

Private Member Functions

static internal IntPtr vtkExodusIIReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExodusIIReader_AnimateModeShapesOff_01 (HandleRef pThis)
static internal void vtkExodusIIReader_AnimateModeShapesOn_02 (HandleRef pThis)
static internal void vtkExodusIIReader_ApplyDisplacementsOff_03 (HandleRef pThis)
static internal void vtkExodusIIReader_ApplyDisplacementsOn_04 (HandleRef pThis)
static internal int vtkExodusIIReader_CanReadFile_05 (HandleRef pThis, string fname)
static internal void vtkExodusIIReader_Dump_06 (HandleRef pThis)
static internal void vtkExodusIIReader_EdgeFieldDecorationsCornerAveraged_07 (HandleRef pThis)
static internal void vtkExodusIIReader_EdgeFieldDecorationsGlyphs_08 (HandleRef pThis)
static internal void vtkExodusIIReader_EdgeFieldDecorationsNone_09 (HandleRef pThis)
static internal void vtkExodusIIReader_ExodusModelMetadataOff_10 (HandleRef pThis)
static internal void vtkExodusIIReader_ExodusModelMetadataOn_11 (HandleRef pThis)
static internal void vtkExodusIIReader_FaceFieldDecorationsCornerAveraged_12 (HandleRef pThis)
static internal void vtkExodusIIReader_FaceFieldDecorationsGlyphs_13 (HandleRef pThis)
static internal void vtkExodusIIReader_FaceFieldDecorationsNone_14 (HandleRef pThis)
static internal void vtkExodusIIReader_GenerateFileIdArrayOff_15 (HandleRef pThis)
static internal void vtkExodusIIReader_GenerateFileIdArrayOn_16 (HandleRef pThis)
static internal void vtkExodusIIReader_GenerateGlobalElementIdArrayOff_17 (HandleRef pThis)
static internal void vtkExodusIIReader_GenerateGlobalElementIdArrayOn_18 (HandleRef pThis)
static internal void vtkExodusIIReader_GenerateGlobalNodeIdArrayOff_19 (HandleRef pThis)
static internal void vtkExodusIIReader_GenerateGlobalNodeIdArrayOn_20 (HandleRef pThis)
static internal void vtkExodusIIReader_GenerateImplicitElementIdArrayOff_21 (HandleRef pThis)
static internal void vtkExodusIIReader_GenerateImplicitElementIdArrayOn_22 (HandleRef pThis)
static internal void vtkExodusIIReader_GenerateImplicitNodeIdArrayOff_23 (HandleRef pThis)
static internal void vtkExodusIIReader_GenerateImplicitNodeIdArrayOn_24 (HandleRef pThis)
static internal void vtkExodusIIReader_GenerateObjectIdCellArrayOff_25 (HandleRef pThis)
static internal void vtkExodusIIReader_GenerateObjectIdCellArrayOn_26 (HandleRef pThis)
static internal int vtkExodusIIReader_GetAnimateModeShapes_27 (HandleRef pThis)
static internal int vtkExodusIIReader_GetApplyDisplacements_28 (HandleRef pThis)
static internal int vtkExodusIIReader_GetAssemblyArrayID_29 (HandleRef pThis, string name)
static internal IntPtr vtkExodusIIReader_GetAssemblyArrayName_30 (HandleRef pThis, int arrayIdx)
static internal int vtkExodusIIReader_GetAssemblyArrayStatus_31 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetAssemblyArrayStatus_32 (HandleRef pThis, string arg0)
static internal int vtkExodusIIReader_GetDimensionality_33 (HandleRef pThis)
static internal float vtkExodusIIReader_GetDisplacementMagnitude_34 (HandleRef pThis)
static internal int vtkExodusIIReader_GetDisplayType_35 (HandleRef pThis)
static internal IntPtr vtkExodusIIReader_GetEdgeBlockArrayName_36 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetEdgeBlockArrayStatus_37 (HandleRef pThis, string name)
static internal int vtkExodusIIReader_GetEdgeFieldDecorations_38 (HandleRef pThis)
static internal IntPtr vtkExodusIIReader_GetEdgeMapArrayName_39 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetEdgeMapArrayStatus_40 (HandleRef pThis, string name)
static internal IntPtr vtkExodusIIReader_GetEdgeResultArrayName_41 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetEdgeResultArrayStatus_42 (HandleRef pThis, string name)
static internal IntPtr vtkExodusIIReader_GetEdgeSetArrayName_43 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetEdgeSetArrayStatus_44 (HandleRef pThis, string name)
static internal IntPtr vtkExodusIIReader_GetEdgeSetResultArrayName_45 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetEdgeSetResultArrayStatus_46 (HandleRef pThis, string name)
static internal IntPtr vtkExodusIIReader_GetElementBlockArrayName_47 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetElementBlockArrayStatus_48 (HandleRef pThis, string name)
static internal IntPtr vtkExodusIIReader_GetElementMapArrayName_49 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetElementMapArrayStatus_50 (HandleRef pThis, string name)
static internal IntPtr vtkExodusIIReader_GetElementResultArrayName_51 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetElementResultArrayStatus_52 (HandleRef pThis, string name)
static internal IntPtr vtkExodusIIReader_GetElementSetArrayName_53 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetElementSetArrayStatus_54 (HandleRef pThis, string name)
static internal IntPtr vtkExodusIIReader_GetElementSetResultArrayName_55 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetElementSetResultArrayStatus_56 (HandleRef pThis, string name)
static internal IntPtr vtkExodusIIReader_GetExodusModel_57 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkExodusIIReader_GetExodusModelMetadata_58 (HandleRef pThis)
static internal IntPtr vtkExodusIIReader_GetFaceBlockArrayName_59 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetFaceBlockArrayStatus_60 (HandleRef pThis, string name)
static internal int vtkExodusIIReader_GetFaceFieldDecorations_61 (HandleRef pThis)
static internal IntPtr vtkExodusIIReader_GetFaceMapArrayName_62 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetFaceMapArrayStatus_63 (HandleRef pThis, string name)
static internal IntPtr vtkExodusIIReader_GetFaceResultArrayName_64 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetFaceResultArrayStatus_65 (HandleRef pThis, string name)
static internal IntPtr vtkExodusIIReader_GetFaceSetArrayName_66 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetFaceSetArrayStatus_67 (HandleRef pThis, string name)
static internal IntPtr vtkExodusIIReader_GetFaceSetResultArrayName_68 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetFaceSetResultArrayStatus_69 (HandleRef pThis, string name)
static internal int vtkExodusIIReader_GetFileId_70 (HandleRef pThis)
static internal IntPtr vtkExodusIIReader_GetFileName_71 (HandleRef pThis)
static internal int vtkExodusIIReader_GetGenerateFileIdArray_72 (HandleRef pThis)
static internal int vtkExodusIIReader_GetGenerateGlobalElementIdArray_73 (HandleRef pThis)
static internal int vtkExodusIIReader_GetGenerateGlobalNodeIdArray_74 (HandleRef pThis)
static internal int vtkExodusIIReader_GetGenerateImplicitElementIdArray_75 (HandleRef pThis)
static internal int vtkExodusIIReader_GetGenerateImplicitNodeIdArray_76 (HandleRef pThis)
static internal int vtkExodusIIReader_GetGenerateObjectIdCellArray_77 (HandleRef pThis)
static internal int vtkExodusIIReader_GetGlobalEdgeID_78 (HandleRef data, int localID)
static internal int vtkExodusIIReader_GetGlobalEdgeID_79 (HandleRef data, int localID, int searchType)
static internal IntPtr vtkExodusIIReader_GetGlobalEdgeIdArrayName_80 ()
static internal int vtkExodusIIReader_GetGlobalElementID_81 (HandleRef data, int localID)
static internal int vtkExodusIIReader_GetGlobalElementID_82 (HandleRef data, int localID, int searchType)
static internal IntPtr vtkExodusIIReader_GetGlobalElementIdArrayName_83 ()
static internal int vtkExodusIIReader_GetGlobalFaceID_84 (HandleRef data, int localID)
static internal int vtkExodusIIReader_GetGlobalFaceID_85 (HandleRef data, int localID, int searchType)
static internal IntPtr vtkExodusIIReader_GetGlobalFaceIdArrayName_86 ()
static internal int vtkExodusIIReader_GetGlobalNodeID_87 (HandleRef data, int localID)
static internal int vtkExodusIIReader_GetGlobalNodeID_88 (HandleRef data, int localID, int searchType)
static internal IntPtr vtkExodusIIReader_GetGlobalNodeIdArrayName_89 ()
static internal IntPtr vtkExodusIIReader_GetGlobalResultArrayName_90 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetGlobalResultArrayStatus_91 (HandleRef pThis, string name)
static internal int vtkExodusIIReader_GetHasModeShapes_92 (HandleRef pThis)
static internal IntPtr vtkExodusIIReader_GetHierarchyArrayName_93 (HandleRef pThis, int arrayIdx)
static internal int vtkExodusIIReader_GetHierarchyArrayStatus_94 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetHierarchyArrayStatus_95 (HandleRef pThis, string arg0)
static internal IntPtr vtkExodusIIReader_GetImplicitEdgeIdArrayName_96 ()
static internal IntPtr vtkExodusIIReader_GetImplicitElementIdArrayName_97 ()
static internal IntPtr vtkExodusIIReader_GetImplicitFaceIdArrayName_98 ()
static internal IntPtr vtkExodusIIReader_GetImplicitNodeIdArrayName_99 ()
static internal uint vtkExodusIIReader_GetMTime_100 (HandleRef pThis)
static internal int vtkExodusIIReader_GetMaterialArrayID_101 (HandleRef pThis, string name)
static internal IntPtr vtkExodusIIReader_GetMaterialArrayName_102 (HandleRef pThis, int arrayIdx)
static internal int vtkExodusIIReader_GetMaterialArrayStatus_103 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetMaterialArrayStatus_104 (HandleRef pThis, string arg0)
static internal uint vtkExodusIIReader_GetMetadataMTime_105 (HandleRef pThis)
static internal double vtkExodusIIReader_GetModeShapeTime_106 (HandleRef pThis)
static internal IntPtr vtkExodusIIReader_GetNodeMapArrayName_107 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetNodeMapArrayStatus_108 (HandleRef pThis, string name)
static internal IntPtr vtkExodusIIReader_GetNodeSetArrayName_109 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetNodeSetArrayStatus_110 (HandleRef pThis, string name)
static internal IntPtr vtkExodusIIReader_GetNodeSetResultArrayName_111 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetNodeSetResultArrayStatus_112 (HandleRef pThis, string name)
static internal int vtkExodusIIReader_GetNumberOfAssemblyArrays_113 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfEdgeBlockArrays_114 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfEdgeMapArrays_115 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfEdgeResultArrays_116 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfEdgeSetArrays_117 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfEdgeSetResultArrays_118 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfEdgesInFile_119 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfElementBlockArrays_120 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfElementMapArrays_121 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfElementResultArrays_122 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfElementSetArrays_123 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfElementSetResultArrays_124 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfElementsInFile_125 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfEntriesInObject_126 (HandleRef pThis, int objectType, int objectIndex)
static internal int vtkExodusIIReader_GetNumberOfFaceBlockArrays_127 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfFaceMapArrays_128 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfFaceResultArrays_129 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfFaceSetArrays_130 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfFaceSetResultArrays_131 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfFacesInFile_132 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfGlobalResultArrays_133 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfHierarchyArrays_134 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfMaterialArrays_135 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfNodeMapArrays_136 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfNodeSetArrays_137 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfNodeSetResultArrays_138 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfNodes_139 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfNodesInFile_140 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfObjectArrayComponents_141 (HandleRef pThis, int objectType, int arrayIndex)
static internal int vtkExodusIIReader_GetNumberOfObjectArrays_142 (HandleRef pThis, int objectType)
static internal int vtkExodusIIReader_GetNumberOfObjectAttributes_143 (HandleRef pThis, int objectType, int objectIndex)
static internal int vtkExodusIIReader_GetNumberOfObjects_144 (HandleRef pThis, int objectType)
static internal int vtkExodusIIReader_GetNumberOfPartArrays_145 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfPointResultArrays_146 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfSideSetArrays_147 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfSideSetResultArrays_148 (HandleRef pThis)
static internal int vtkExodusIIReader_GetNumberOfTimeSteps_149 (HandleRef pThis)
static internal int vtkExodusIIReader_GetObjectArrayIndex_150 (HandleRef pThis, int objectType, string arrayName)
static internal IntPtr vtkExodusIIReader_GetObjectArrayName_151 (HandleRef pThis, int objectType, int arrayIndex)
static internal int vtkExodusIIReader_GetObjectArrayStatus_152 (HandleRef pThis, int objectType, int arrayIndex)
static internal int vtkExodusIIReader_GetObjectArrayStatus_153 (HandleRef pThis, int objectType, string arrayName)
static internal int vtkExodusIIReader_GetObjectAttributeIndex_154 (HandleRef pThis, int objectType, int objectIndex, string attribName)
static internal IntPtr vtkExodusIIReader_GetObjectAttributeName_155 (HandleRef pThis, int objectType, int objectIndex, int attribIndex)
static internal int vtkExodusIIReader_GetObjectAttributeStatus_156 (HandleRef pThis, int objectType, int objectIndex, int attribIndex)
static internal int vtkExodusIIReader_GetObjectAttributeStatus_157 (HandleRef pThis, int objectType, int objectIndex, string attribName)
static internal int vtkExodusIIReader_GetObjectId_158 (HandleRef pThis, int objectType, int objectIndex)
static internal IntPtr vtkExodusIIReader_GetObjectIdArrayName_159 ()
static internal int vtkExodusIIReader_GetObjectIndex_160 (HandleRef pThis, int objectType, string objectName)
static internal int vtkExodusIIReader_GetObjectIndex_161 (HandleRef pThis, int objectType, int id)
static internal IntPtr vtkExodusIIReader_GetObjectName_162 (HandleRef pThis, int objectType, int objectIndex)
static internal int vtkExodusIIReader_GetObjectStatus_163 (HandleRef pThis, int objectType, int objectIndex)
static internal int vtkExodusIIReader_GetObjectStatus_164 (HandleRef pThis, int objectType, string objectName)
static internal int vtkExodusIIReader_GetObjectTypeFromName_165 (HandleRef pThis, string name)
static internal IntPtr vtkExodusIIReader_GetObjectTypeName_166 (HandleRef pThis, int arg0)
static internal int vtkExodusIIReader_GetPackExodusModelOntoOutput_167 (HandleRef pThis)
static internal int vtkExodusIIReader_GetPartArrayID_168 (HandleRef pThis, string name)
static internal IntPtr vtkExodusIIReader_GetPartArrayName_169 (HandleRef pThis, int arrayIdx)
static internal int vtkExodusIIReader_GetPartArrayStatus_170 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetPartArrayStatus_171 (HandleRef pThis, string arg0)
static internal IntPtr vtkExodusIIReader_GetPartBlockInfo_172 (HandleRef pThis, int arrayIdx)
static internal IntPtr vtkExodusIIReader_GetPedigreeEdgeIdArrayName_173 ()
static internal IntPtr vtkExodusIIReader_GetPedigreeElementIdArrayName_174 ()
static internal IntPtr vtkExodusIIReader_GetPedigreeFaceIdArrayName_175 ()
static internal IntPtr vtkExodusIIReader_GetPedigreeNodeIdArrayName_176 ()
static internal IntPtr vtkExodusIIReader_GetPointResultArrayName_177 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetPointResultArrayStatus_178 (HandleRef pThis, string name)
static internal byte vtkExodusIIReader_GetProducedFastPathOutput_179 (HandleRef pThis)
static internal IntPtr vtkExodusIIReader_GetSIL_180 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkExodusIIReader_GetSILUpdateStamp_181 (HandleRef pThis)
static internal IntPtr vtkExodusIIReader_GetSideSetArrayName_182 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetSideSetArrayStatus_183 (HandleRef pThis, string name)
static internal IntPtr vtkExodusIIReader_GetSideSetResultArrayName_184 (HandleRef pThis, int index)
static internal int vtkExodusIIReader_GetSideSetResultArrayStatus_185 (HandleRef pThis, string name)
static internal int vtkExodusIIReader_GetTimeSeriesData_186 (HandleRef pThis, int ID, string vName, string vType, HandleRef result)
static internal int vtkExodusIIReader_GetTimeStep_187 (HandleRef pThis)
static internal IntPtr vtkExodusIIReader_GetTimeStepRange_188 (HandleRef pThis)
static internal void vtkExodusIIReader_GetTimeStepRange_189 (HandleRef pThis, ref int _arg1, ref int _arg2)
static internal void vtkExodusIIReader_GetTimeStepRange_190 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkExodusIIReader_GetTitle_191 (HandleRef pThis)
static internal int vtkExodusIIReader_GetTotalNumberOfEdges_192 (HandleRef pThis)
static internal int vtkExodusIIReader_GetTotalNumberOfElements_193 (HandleRef pThis)
static internal int vtkExodusIIReader_GetTotalNumberOfFaces_194 (HandleRef pThis)
static internal int vtkExodusIIReader_GetTotalNumberOfNodes_195 (HandleRef pThis)
static internal int vtkExodusIIReader_GetVariableID_196 (HandleRef pThis, string type, string name)
static internal IntPtr vtkExodusIIReader_GetXMLFileName_197 (HandleRef pThis)
static internal void vtkExodusIIReader_HasModeShapesOff_198 (HandleRef pThis)
static internal void vtkExodusIIReader_HasModeShapesOn_199 (HandleRef pThis)
static internal int vtkExodusIIReader_IsA_200 (HandleRef pThis, string type)
static internal int vtkExodusIIReader_IsTypeOf_201 (string type)
static internal int vtkExodusIIReader_IsValidVariable_202 (HandleRef pThis, string type, string name)
static internal IntPtr vtkExodusIIReader_NewInstance_204 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExodusIIReader_PackExodusModelOntoOutputOff_205 (HandleRef pThis)
static internal void vtkExodusIIReader_PackExodusModelOntoOutputOn_206 (HandleRef pThis)
static internal void vtkExodusIIReader_Reset_207 (HandleRef pThis)
static internal void vtkExodusIIReader_ResetCache_208 (HandleRef pThis)
static internal void vtkExodusIIReader_ResetSettings_209 (HandleRef pThis)
static internal IntPtr vtkExodusIIReader_SafeDownCast_210 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExodusIIReader_SetAllArrayStatus_211 (HandleRef pThis, int otype, int status)
static internal void vtkExodusIIReader_SetAnimateModeShapes_212 (HandleRef pThis, int flag)
static internal void vtkExodusIIReader_SetApplyDisplacements_213 (HandleRef pThis, int d)
static internal void vtkExodusIIReader_SetAssemblyArrayStatus_214 (HandleRef pThis, int index, int flag)
static internal void vtkExodusIIReader_SetAssemblyArrayStatus_215 (HandleRef pThis, string arg0, int flag)
static internal void vtkExodusIIReader_SetDisplacementMagnitude_216 (HandleRef pThis, float s)
static internal void vtkExodusIIReader_SetDisplayType_217 (HandleRef pThis, int type)
static internal void vtkExodusIIReader_SetEdgeBlockArrayStatus_218 (HandleRef pThis, string name, int flag)
static internal void vtkExodusIIReader_SetEdgeFieldDecorations_219 (HandleRef pThis, int d)
static internal void vtkExodusIIReader_SetEdgeMapArrayStatus_220 (HandleRef pThis, string name, int flag)
static internal void vtkExodusIIReader_SetEdgeResultArrayStatus_221 (HandleRef pThis, string name, int flag)
static internal void vtkExodusIIReader_SetEdgeSetArrayStatus_222 (HandleRef pThis, string name, int flag)
static internal void vtkExodusIIReader_SetEdgeSetResultArrayStatus_223 (HandleRef pThis, string name, int flag)
static internal void vtkExodusIIReader_SetElementBlockArrayStatus_224 (HandleRef pThis, string name, int flag)
static internal void vtkExodusIIReader_SetElementMapArrayStatus_225 (HandleRef pThis, string name, int flag)
static internal void vtkExodusIIReader_SetElementResultArrayStatus_226 (HandleRef pThis, string name, int flag)
static internal void vtkExodusIIReader_SetElementSetArrayStatus_227 (HandleRef pThis, string name, int flag)
static internal void vtkExodusIIReader_SetElementSetResultArrayStatus_228 (HandleRef pThis, string name, int flag)
static internal void vtkExodusIIReader_SetExodusModelMetadata_229 (HandleRef pThis, int _arg)
static internal void vtkExodusIIReader_SetFaceBlockArrayStatus_230 (HandleRef pThis, string name, int flag)
static internal void vtkExodusIIReader_SetFaceFieldDecorations_231 (HandleRef pThis, int d)
static internal void vtkExodusIIReader_SetFaceMapArrayStatus_232 (HandleRef pThis, string name, int flag)
static internal void vtkExodusIIReader_SetFaceResultArrayStatus_233 (HandleRef pThis, string name, int flag)
static internal void vtkExodusIIReader_SetFaceSetArrayStatus_234 (HandleRef pThis, string name, int flag)
static internal void vtkExodusIIReader_SetFaceSetResultArrayStatus_235 (HandleRef pThis, string name, int flag)
static internal void vtkExodusIIReader_SetFastPathIdType_236 (HandleRef pThis, string type)
static internal void vtkExodusIIReader_SetFastPathObjectId_237 (HandleRef pThis, int id)
static internal void vtkExodusIIReader_SetFastPathObjectType_238 (HandleRef pThis, string type)

Static Private Member Functions

static vtkExodusIIReader ()
 Automatically generated type registration mechanics.
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".
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.
virtual void SetFileName (string fname)
 Specify file name of the Exodus file.
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.
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.
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.
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.
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.
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.
void SetGlobalResultArrayStatus (string name, int flag)
 time series query functions
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.
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.
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.
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 ...
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 ...
void SetModeShape (int val)
 Convenience method to set the mode-shape which is same as this->SetTimeStep(val-1);.
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.
void SetNodeMapArrayStatus (string name, int flag)
 time series query functions
void SetNodeSetArrayStatus (string name, int flag)
 time series query functions
void SetNodeSetResultArrayStatus (string name, int flag)
 time series query functions
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.
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.
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.
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.
void SetObjectStatus (int objectType, int objectIndex, int status)
 Access to meta data generated by UpdateInformation.
void SetObjectStatus (int objectType, string objectName, int status)
 Access to meta data generated by UpdateInformation.
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.)
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 ...
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 ...
void SetPointResultArrayStatus (string name, int flag)
 time series query functions
void SetSideSetArrayStatus (string name, int flag)
 time series query functions
void SetSideSetResultArrayStatus (string name, int flag)
 time series query functions
virtual void SetTimeStep (int _arg)
 Which TimeStep to read.
virtual void SetTimeStepRange (int _arg1, int _arg2)
 Returns the available range of valid integer time steps.
void SetTimeStepRange (IntPtr _arg)
 Returns the available range of valid integer time steps.
virtual void SetXMLFileName (string fname)
 Specify file name of the xml file.
virtual void UpdateTimeInformation ()
 Re-reads time information from the exodus file and updates TimeStepRange accordingly.
static internal void vtkExodusIIReader_SetFileId_239 (HandleRef pThis, int f)
static internal void vtkExodusIIReader_SetFileName_240 (HandleRef pThis, string fname)
static internal void vtkExodusIIReader_SetGenerateFileIdArray_241 (HandleRef pThis, int f)
static internal void vtkExodusIIReader_SetGenerateGlobalElementIdArray_242 (HandleRef pThis, int g)
static internal void vtkExodusIIReader_SetGenerateGlobalNodeIdArray_243 (HandleRef pThis, int g)
static internal void vtkExodusIIReader_SetGenerateImplicitElementIdArray_244 (HandleRef pThis, int g)
static internal void vtkExodusIIReader_SetGenerateImplicitNodeIdArray_245 (HandleRef pThis, int g)
static internal void vtkExodusIIReader_SetGenerateObjectIdCellArray_246 (HandleRef pThis, int g)
static internal void vtkExodusIIReader_SetGlobalResultArrayStatus_247 (HandleRef pThis, string name, int flag)
static internal void vtkExodusIIReader_SetHasModeShapes_248 (HandleRef pThis, int ms)
static internal void vtkExodusIIReader_SetHierarchyArrayStatus_249 (HandleRef pThis, int index, int flag)
static internal void vtkExodusIIReader_SetHierarchyArrayStatus_250 (HandleRef pThis, string arg0, int flag)
static internal void vtkExodusIIReader_SetMaterialArrayStatus_251 (HandleRef pThis, int index, int flag)
static internal void vtkExodusIIReader_SetMaterialArrayStatus_252 (HandleRef pThis, string arg0, int flag)
static internal void vtkExodusIIReader_SetModeShape_253 (HandleRef pThis, int val)
static internal void vtkExodusIIReader_SetModeShapeTime_254 (HandleRef pThis, double phase)
static internal void vtkExodusIIReader_SetNodeMapArrayStatus_255 (HandleRef pThis, string name, int flag)
static internal void vtkExodusIIReader_SetNodeSetArrayStatus_256 (HandleRef pThis, string name, int flag)
static internal void vtkExodusIIReader_SetNodeSetResultArrayStatus_257 (HandleRef pThis, string name, int flag)
static internal void vtkExodusIIReader_SetObjectArrayStatus_258 (HandleRef pThis, int objectType, int arrayIndex, int status)
static internal void vtkExodusIIReader_SetObjectArrayStatus_259 (HandleRef pThis, int objectType, string arrayName, int status)
static internal void vtkExodusIIReader_SetObjectAttributeStatus_260 (HandleRef pThis, int objectType, int objectIndex, int attribIndex, int status)
static internal void vtkExodusIIReader_SetObjectAttributeStatus_261 (HandleRef pThis, int objectType, int objectIndex, string attribName, int status)
static internal void vtkExodusIIReader_SetObjectStatus_262 (HandleRef pThis, int objectType, int objectIndex, int status)
static internal void vtkExodusIIReader_SetObjectStatus_263 (HandleRef pThis, int objectType, string objectName, int status)
static internal void vtkExodusIIReader_SetPackExodusModelOntoOutput_264 (HandleRef pThis, int _arg)
static internal void vtkExodusIIReader_SetPartArrayStatus_265 (HandleRef pThis, int index, int flag)
static internal void vtkExodusIIReader_SetPartArrayStatus_266 (HandleRef pThis, string arg0, int flag)
static internal void vtkExodusIIReader_SetPointResultArrayStatus_267 (HandleRef pThis, string name, int flag)
static internal void vtkExodusIIReader_SetSideSetArrayStatus_268 (HandleRef pThis, string name, int flag)
static internal void vtkExodusIIReader_SetSideSetResultArrayStatus_269 (HandleRef pThis, string name, int flag)
static internal void vtkExodusIIReader_SetTimeStep_270 (HandleRef pThis, int _arg)
static internal void vtkExodusIIReader_SetTimeStepRange_271 (HandleRef pThis, int _arg1, int _arg2)
static internal void vtkExodusIIReader_SetTimeStepRange_272 (HandleRef pThis, IntPtr _arg)
static internal void vtkExodusIIReader_SetXMLFileName_273 (HandleRef pThis, string fname)
static internal void vtkExodusIIReader_UpdateTimeInformation_274 (HandleRef pThis)

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

enum member

GLYPHS 

enum member

NONE 

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

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.

Undocumented Block.


Member Function Documentation

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.

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.

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.

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.

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.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

Reimplemented in Kitware.VTK.vtkPExodusIIReader.

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

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

FIXME.

FIXME.

FIXME.

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.

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.

FIXME.

FIXME.

FIXME.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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

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

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

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

Access to meta data generated by UpdateInformation.

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.

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.

time series query functions

time series query functions

FIXME.

time series query functions

time series query functions

time series query functions

time series query functions

time series query functions

time series query functions

time series query functions

time series query functions

time series query functions

time series query functions

time series query functions

time series query functions

time series query functions

time series query functions

time series query functions

time series query functions

time series query functions

time series query functions

Returns the object which encapsulates the model metadata.

Here is the call graph for this function:

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.

time series query functions

time series query functions

FIXME.

time series query functions

time series query functions

time series query functions

time series query functions

time series query functions

time series query functions

time series query functions

time series query functions

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.

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.

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.

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.

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.

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.

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.

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.

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.

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().

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().

time series query functions

time series query functions

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.

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.

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.

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.

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.

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.

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.

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().

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

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

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

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

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.

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.

time series query functions

time series query functions

time series query functions

time series query functions

time series query functions

time series query functions

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

time series query functions

time series query functions

time series query functions

time series query functions

time series query functions

Access to meta data generated by UpdateInformation.

time series query functions

time series query functions

time series query functions

time series query functions

time series query functions

Access to meta data generated by UpdateInformation.

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

Access to meta data generated by UpdateInformation.

time series query functions

time series query functions

time series query functions

time series query functions

time series query functions

Access to meta data generated by UpdateInformation.

time series query functions

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.

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

time series query functions

Access to meta data generated by UpdateInformation.

time series query functions

time series query functions

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.

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.

Access to meta data generated by UpdateInformation.

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

time series query functions

time series query functions

time series query functions

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.

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.

Access to meta data generated by UpdateInformation.

Access to meta data generated by UpdateInformation.

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.)

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

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

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

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

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

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.

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.

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.

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().

time series query functions

time series query functions

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

time series query functions

time series query functions

time series query functions

time series query functions

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

Here is the call graph for this function:

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.

Access to meta data generated by UpdateInformation.

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.

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.

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.

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.

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.

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.vtkMultiBlockDataSetAlgorithm.

Reimplemented in Kitware.VTK.vtkPExodusIIReader.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

Reimplemented in Kitware.VTK.vtkPExodusIIReader.

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

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

Reimplemented in Kitware.VTK.vtkPExodusIIReader.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

Reimplemented in Kitware.VTK.vtkPExodusIIReader.

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.)

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.)

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.

Clears out the cache entries.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

Reimplemented in Kitware.VTK.vtkPExodusIIReader.

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

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

virtual void Kitware.VTK.vtkExodusIIReader.SetEdgeFieldDecorations ( int  d) [virtual]

FIXME.

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

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

virtual void Kitware.VTK.vtkExodusIIReader.SetFaceFieldDecorations ( int  d) [virtual]

FIXME.

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

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.

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.

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.

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.

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.

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.

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.

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

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.

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.

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

Reimplemented in Kitware.VTK.vtkPExodusIIReader.

static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_AnimateModeShapesOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_AnimateModeShapesOn_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_ApplyDisplacementsOff_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_ApplyDisplacementsOn_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_CanReadFile_05 ( HandleRef  pThis,
string  fname 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_Dump_06 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_EdgeFieldDecorationsGlyphs_08 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_EdgeFieldDecorationsNone_09 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_ExodusModelMetadataOff_10 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_ExodusModelMetadataOn_11 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_FaceFieldDecorationsGlyphs_13 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_FaceFieldDecorationsNone_14 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GenerateFileIdArrayOff_15 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GenerateFileIdArrayOn_16 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GenerateGlobalElementIdArrayOn_18 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GenerateGlobalNodeIdArrayOff_19 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GenerateGlobalNodeIdArrayOn_20 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GenerateImplicitNodeIdArrayOff_23 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GenerateImplicitNodeIdArrayOn_24 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GenerateObjectIdCellArrayOff_25 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GenerateObjectIdCellArrayOn_26 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetAnimateModeShapes_27 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetApplyDisplacements_28 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetAssemblyArrayID_29 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetAssemblyArrayName_30 ( HandleRef  pThis,
int  arrayIdx 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetAssemblyArrayStatus_31 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetAssemblyArrayStatus_32 ( HandleRef  pThis,
string  arg0 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetDimensionality_33 ( HandleRef  pThis) [private]
static internal float Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetDisplacementMagnitude_34 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetDisplayType_35 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetEdgeBlockArrayName_36 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetEdgeBlockArrayStatus_37 ( HandleRef  pThis,
string  name 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetEdgeFieldDecorations_38 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetEdgeMapArrayName_39 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetEdgeMapArrayStatus_40 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetEdgeResultArrayName_41 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetEdgeResultArrayStatus_42 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetEdgeSetArrayName_43 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetEdgeSetArrayStatus_44 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetEdgeSetResultArrayName_45 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetEdgeSetResultArrayStatus_46 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetElementBlockArrayName_47 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetElementBlockArrayStatus_48 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetElementMapArrayName_49 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetElementMapArrayStatus_50 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetElementResultArrayName_51 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetElementResultArrayStatus_52 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetElementSetArrayName_53 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetElementSetArrayStatus_54 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetElementSetResultArrayName_55 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetElementSetResultArrayStatus_56 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetExodusModel_57 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetExodusModelMetadata_58 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetFaceBlockArrayName_59 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetFaceBlockArrayStatus_60 ( HandleRef  pThis,
string  name 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetFaceFieldDecorations_61 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetFaceMapArrayName_62 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetFaceMapArrayStatus_63 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetFaceResultArrayName_64 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetFaceResultArrayStatus_65 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetFaceSetArrayName_66 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetFaceSetArrayStatus_67 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetFaceSetResultArrayName_68 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetFaceSetResultArrayStatus_69 ( HandleRef  pThis,
string  name 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetFileId_70 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetFileName_71 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetGenerateFileIdArray_72 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetGenerateGlobalNodeIdArray_74 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetGenerateObjectIdCellArray_77 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetGlobalEdgeID_78 ( HandleRef  data,
int  localID 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetGlobalEdgeID_79 ( HandleRef  data,
int  localID,
int  searchType 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetGlobalElementID_81 ( HandleRef  data,
int  localID 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetGlobalElementID_82 ( HandleRef  data,
int  localID,
int  searchType 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetGlobalFaceID_84 ( HandleRef  data,
int  localID 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetGlobalFaceID_85 ( HandleRef  data,
int  localID,
int  searchType 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetGlobalNodeID_87 ( HandleRef  data,
int  localID 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetGlobalNodeID_88 ( HandleRef  data,
int  localID,
int  searchType 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetGlobalResultArrayName_90 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetGlobalResultArrayStatus_91 ( HandleRef  pThis,
string  name 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetHasModeShapes_92 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetHierarchyArrayName_93 ( HandleRef  pThis,
int  arrayIdx 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetHierarchyArrayStatus_94 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetHierarchyArrayStatus_95 ( HandleRef  pThis,
string  arg0 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetMaterialArrayID_101 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetMaterialArrayName_102 ( HandleRef  pThis,
int  arrayIdx 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetMaterialArrayStatus_103 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetMaterialArrayStatus_104 ( HandleRef  pThis,
string  arg0 
) [private]
static internal uint Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetMetadataMTime_105 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetModeShapeTime_106 ( HandleRef  pThis) [private]
static internal uint Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetMTime_100 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNodeMapArrayName_107 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNodeMapArrayStatus_108 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNodeSetArrayName_109 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNodeSetArrayStatus_110 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNodeSetResultArrayName_111 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNodeSetResultArrayStatus_112 ( HandleRef  pThis,
string  name 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfAssemblyArrays_113 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfEdgeBlockArrays_114 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfEdgeMapArrays_115 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfEdgeResultArrays_116 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfEdgeSetArrays_117 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfEdgesInFile_119 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfElementMapArrays_121 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfElementSetArrays_123 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfElementsInFile_125 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfEntriesInObject_126 ( HandleRef  pThis,
int  objectType,
int  objectIndex 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfFaceBlockArrays_127 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfFaceMapArrays_128 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfFaceResultArrays_129 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfFaceSetArrays_130 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfFacesInFile_132 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfHierarchyArrays_134 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfMaterialArrays_135 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfNodeMapArrays_136 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfNodes_139 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfNodeSetArrays_137 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfNodesInFile_140 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfObjectArrayComponents_141 ( HandleRef  pThis,
int  objectType,
int  arrayIndex 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfObjectArrays_142 ( HandleRef  pThis,
int  objectType 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfObjectAttributes_143 ( HandleRef  pThis,
int  objectType,
int  objectIndex 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfObjects_144 ( HandleRef  pThis,
int  objectType 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfPartArrays_145 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfSideSetArrays_147 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetNumberOfTimeSteps_149 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetObjectArrayIndex_150 ( HandleRef  pThis,
int  objectType,
string  arrayName 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetObjectArrayName_151 ( HandleRef  pThis,
int  objectType,
int  arrayIndex 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetObjectArrayStatus_152 ( HandleRef  pThis,
int  objectType,
int  arrayIndex 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetObjectArrayStatus_153 ( HandleRef  pThis,
int  objectType,
string  arrayName 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetObjectAttributeIndex_154 ( HandleRef  pThis,
int  objectType,
int  objectIndex,
string  attribName 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetObjectAttributeName_155 ( HandleRef  pThis,
int  objectType,
int  objectIndex,
int  attribIndex 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetObjectAttributeStatus_156 ( HandleRef  pThis,
int  objectType,
int  objectIndex,
int  attribIndex 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetObjectAttributeStatus_157 ( HandleRef  pThis,
int  objectType,
int  objectIndex,
string  attribName 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetObjectId_158 ( HandleRef  pThis,
int  objectType,
int  objectIndex 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetObjectIndex_160 ( HandleRef  pThis,
int  objectType,
string  objectName 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetObjectIndex_161 ( HandleRef  pThis,
int  objectType,
int  id 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetObjectName_162 ( HandleRef  pThis,
int  objectType,
int  objectIndex 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetObjectStatus_163 ( HandleRef  pThis,
int  objectType,
int  objectIndex 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetObjectStatus_164 ( HandleRef  pThis,
int  objectType,
string  objectName 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetObjectTypeFromName_165 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetObjectTypeName_166 ( HandleRef  pThis,
int  arg0 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetPartArrayID_168 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetPartArrayName_169 ( HandleRef  pThis,
int  arrayIdx 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetPartArrayStatus_170 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetPartArrayStatus_171 ( HandleRef  pThis,
string  arg0 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetPartBlockInfo_172 ( HandleRef  pThis,
int  arrayIdx 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetPointResultArrayName_177 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetPointResultArrayStatus_178 ( HandleRef  pThis,
string  name 
) [private]
static internal byte Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetProducedFastPathOutput_179 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetSideSetArrayName_182 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetSideSetArrayStatus_183 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetSideSetResultArrayName_184 ( HandleRef  pThis,
int  index 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetSideSetResultArrayStatus_185 ( HandleRef  pThis,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetSIL_180 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetSILUpdateStamp_181 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetTimeSeriesData_186 ( HandleRef  pThis,
int  ID,
string  vName,
string  vType,
HandleRef  result 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetTimeStep_187 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetTimeStepRange_188 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetTimeStepRange_189 ( HandleRef  pThis,
ref int  _arg1,
ref int  _arg2 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetTimeStepRange_190 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetTitle_191 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetTotalNumberOfEdges_192 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetTotalNumberOfElements_193 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetTotalNumberOfFaces_194 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetTotalNumberOfNodes_195 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetVariableID_196 ( HandleRef  pThis,
string  type,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_GetXMLFileName_197 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_HasModeShapesOff_198 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_HasModeShapesOn_199 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_IsA_200 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_IsTypeOf_201 ( string  type) [private]
static internal int Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_IsValidVariable_202 ( HandleRef  pThis,
string  type,
string  name 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_NewInstance_204 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_PackExodusModelOntoOutputOff_205 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_PackExodusModelOntoOutputOn_206 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_Reset_207 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_ResetCache_208 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_ResetSettings_209 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SafeDownCast_210 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetAllArrayStatus_211 ( HandleRef  pThis,
int  otype,
int  status 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetAnimateModeShapes_212 ( HandleRef  pThis,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetApplyDisplacements_213 ( HandleRef  pThis,
int  d 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetAssemblyArrayStatus_214 ( HandleRef  pThis,
int  index,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetAssemblyArrayStatus_215 ( HandleRef  pThis,
string  arg0,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetDisplacementMagnitude_216 ( HandleRef  pThis,
float  s 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetDisplayType_217 ( HandleRef  pThis,
int  type 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetEdgeBlockArrayStatus_218 ( HandleRef  pThis,
string  name,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetEdgeFieldDecorations_219 ( HandleRef  pThis,
int  d 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetEdgeMapArrayStatus_220 ( HandleRef  pThis,
string  name,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetEdgeResultArrayStatus_221 ( HandleRef  pThis,
string  name,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetEdgeSetArrayStatus_222 ( HandleRef  pThis,
string  name,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetEdgeSetResultArrayStatus_223 ( HandleRef  pThis,
string  name,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetElementBlockArrayStatus_224 ( HandleRef  pThis,
string  name,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetElementMapArrayStatus_225 ( HandleRef  pThis,
string  name,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetElementResultArrayStatus_226 ( HandleRef  pThis,
string  name,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetElementSetArrayStatus_227 ( HandleRef  pThis,
string  name,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetElementSetResultArrayStatus_228 ( HandleRef  pThis,
string  name,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetExodusModelMetadata_229 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetFaceBlockArrayStatus_230 ( HandleRef  pThis,
string  name,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetFaceFieldDecorations_231 ( HandleRef  pThis,
int  d 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetFaceMapArrayStatus_232 ( HandleRef  pThis,
string  name,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetFaceResultArrayStatus_233 ( HandleRef  pThis,
string  name,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetFaceSetArrayStatus_234 ( HandleRef  pThis,
string  name,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetFaceSetResultArrayStatus_235 ( HandleRef  pThis,
string  name,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetFastPathIdType_236 ( HandleRef  pThis,
string  type 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetFastPathObjectId_237 ( HandleRef  pThis,
int  id 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetFastPathObjectType_238 ( HandleRef  pThis,
string  type 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetFileId_239 ( HandleRef  pThis,
int  f 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetFileName_240 ( HandleRef  pThis,
string  fname 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetGenerateFileIdArray_241 ( HandleRef  pThis,
int  f 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetGenerateGlobalElementIdArray_242 ( HandleRef  pThis,
int  g 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetGenerateGlobalNodeIdArray_243 ( HandleRef  pThis,
int  g 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetGenerateImplicitElementIdArray_244 ( HandleRef  pThis,
int  g 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetGenerateImplicitNodeIdArray_245 ( HandleRef  pThis,
int  g 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetGenerateObjectIdCellArray_246 ( HandleRef  pThis,
int  g 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetGlobalResultArrayStatus_247 ( HandleRef  pThis,
string  name,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetHasModeShapes_248 ( HandleRef  pThis,
int  ms 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetHierarchyArrayStatus_249 ( HandleRef  pThis,
int  index,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetHierarchyArrayStatus_250 ( HandleRef  pThis,
string  arg0,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetMaterialArrayStatus_251 ( HandleRef  pThis,
int  index,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetMaterialArrayStatus_252 ( HandleRef  pThis,
string  arg0,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetModeShape_253 ( HandleRef  pThis,
int  val 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetModeShapeTime_254 ( HandleRef  pThis,
double  phase 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetNodeMapArrayStatus_255 ( HandleRef  pThis,
string  name,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetNodeSetArrayStatus_256 ( HandleRef  pThis,
string  name,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetNodeSetResultArrayStatus_257 ( HandleRef  pThis,
string  name,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetObjectArrayStatus_258 ( HandleRef  pThis,
int  objectType,
int  arrayIndex,
int  status 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetObjectArrayStatus_259 ( HandleRef  pThis,
int  objectType,
string  arrayName,
int  status 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetObjectAttributeStatus_260 ( HandleRef  pThis,
int  objectType,
int  objectIndex,
int  attribIndex,
int  status 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetObjectAttributeStatus_261 ( HandleRef  pThis,
int  objectType,
int  objectIndex,
string  attribName,
int  status 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetObjectStatus_262 ( HandleRef  pThis,
int  objectType,
int  objectIndex,
int  status 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetObjectStatus_263 ( HandleRef  pThis,
int  objectType,
string  objectName,
int  status 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetPackExodusModelOntoOutput_264 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetPartArrayStatus_265 ( HandleRef  pThis,
int  index,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetPartArrayStatus_266 ( HandleRef  pThis,
string  arg0,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetPointResultArrayStatus_267 ( HandleRef  pThis,
string  name,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetSideSetArrayStatus_268 ( HandleRef  pThis,
string  name,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetSideSetResultArrayStatus_269 ( HandleRef  pThis,
string  name,
int  flag 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetTimeStep_270 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetTimeStepRange_271 ( HandleRef  pThis,
int  _arg1,
int  _arg2 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetTimeStepRange_272 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_SetXMLFileName_273 ( HandleRef  pThis,
string  fname 
) [private]
static internal void Kitware.VTK.vtkExodusIIReader.vtkExodusIIReader_UpdateTimeInformation_274 ( HandleRef  pThis) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

Reimplemented in Kitware.VTK.vtkPExodusIIReader.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

Reimplemented in Kitware.VTK.vtkPExodusIIReader.


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