ActiViz .NET
5.8.0
|
vtkExodusReader - Read exodus 2 files .ex2 More...
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 off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName() More... | |
enum | ArrayType { ASSEMBLY = 5, BLOCK = 2, CELL = 0, HIERARCHY = 6, MATERIAL = 4, NUM_ARRAY_TYPES = 7, PART = 3, POINT = 1, UNKNOWN_TYPE = 8 } |
By default, the ExodusModel metadata (if requested with ExodusModelMetadataOn()) is also encoded into field arrays and attached to the output unstructured grid. Set this OFF if you don't want this to happen. (The vtkExodusIIWriter and the vtkEnSightWriter can unpack this metadata from the field arrays and use it when writing out Exodus or EnSight files.) More... | |
Public Member Functions | |
vtkExodusReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkExodusReader () | |
Undocumented Block. | |
void | AddFilter (vtkDSPFilterDefinition a_filter) |
begin USE_EXO_DSP_FILTERS | |
void | AddFilterDenominatorWeight (double weight) |
begin USE_EXO_DSP_FILTERS | |
void | AddFilterForwardNumeratorWeight (double weight) |
begin USE_EXO_DSP_FILTERS | |
void | AddFilterInputVar (string name) |
begin USE_EXO_DSP_FILTERS | |
void | AddFilterNumeratorWeight (double weight) |
begin USE_EXO_DSP_FILTERS | |
void | AddFilterOutputVar (string name) |
begin USE_EXO_DSP_FILTERS | |
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. | |
void | EnableDSPFiltering () |
begin USE_EXO_DSP_FILTERS | |
virtual void | ExodusModelMetadataOff () |
There is a great deal of model information lost when an Exodus II file is read in to a vtkUnstructuredGrid. 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 vtkUnstructuredGrid. Turn this option ON if you want this metadata to be read in to a vtkExodusModel object. The default is OFF. | |
void | FinishAddingFilter () |
begin USE_EXO_DSP_FILTERS | |
virtual void | GenerateBlockIdCellArrayOff () |
Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName() | |
virtual void | GenerateBlockIdCellArrayOn () |
Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName() | |
virtual void | GenerateGlobalElementIdArrayOff () |
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName() | |
virtual void | GenerateGlobalElementIdArrayOn () |
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName() | |
virtual void | GenerateGlobalNodeIdArrayOff () |
Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName(). | |
virtual void | GenerateGlobalNodeIdArrayOn () |
Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName(). | |
virtual int | 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. | |
string | GetArrayName (vtkExodusReader.ArrayType type, int id) |
Descriptions: return boolean indicating whether the type,name is a valid variable. | |
int | GetArrayStatus (vtkExodusReader.ArrayType type, string name) |
Descriptions: Return the id of the type,name variable. | |
int | GetArrayStatus (string type, string name) |
Descriptions: Return the id of the type,name variable. | |
vtkExodusReader.ArrayType | GetArrayTypeID (string type) |
begin USE_EXO_DSP_FILTERS | |
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 | GetBlockArrayID (string name) |
Descriptions: By default all blocks are loaded. These methods allow the user to select which blocks they want to load. You can get information about the blocks by first caling UpdateInformation, and using GetBlockArrayName ... | |
string | GetBlockArrayName (int index) |
Descriptions: By default all blocks are loaded. These methods allow the user to select which blocks they want to load. You can get information about the blocks by first caling UpdateInformation, and using GetBlockArrayName ... | |
int | GetBlockArrayStatus (int index) |
Descriptions: By default all blocks are loaded. These methods allow the user to select which blocks they want to load. You can get information about the blocks by first caling UpdateInformation, and using GetBlockArrayName ... | |
int | GetBlockArrayStatus (string arg0) |
Descriptions: By default all blocks are loaded. These methods allow the user to select which blocks they want to load. You can get information about the blocks by first caling UpdateInformation, and using GetBlockArrayName ... | |
int | GetBlockId (int block_idx) |
Access to meta data generated by UpdateInformation. | |
string | GetBlockIdArrayName () |
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() | |
int | GetCellArrayID (string name) |
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 | GetCellArrayName (int index) |
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 | GetCellArrayNumberOfComponents (int index) |
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 | GetCellArrayStatus (int index) |
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 | GetCellArrayStatus (string arg0) |
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 | GetDSPOutputArrays (int exoid, vtkUnstructuredGrid output) |
begin USE_EXO_DSP_FILTERS | |
virtual int | GetDimensionality () |
Access to meta data generated by UpdateInformation. | |
virtual 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 () |
Some simulations overload the Exodus time steps to represent mode shapes. In this case, it does not make sense to iterate over the "time steps", because they are not meant to be played in order. Rather, each represents the vibration at a different "mode." Setting this to 1 changes the semantics of the reader to not report the time steps to downstream filters. By default, this is off, which is the case for most Exodus files. | |
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 vtkUnstructuredGrid. Turn this option ON if you want this metadata to be read in to a vtkExodusModel object. The default is OFF. | |
virtual string | GetFileName () |
Specify file name of the Exodus file. | |
virtual int | GetGenerateBlockIdCellArray () |
Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName() | |
virtual int | GetGenerateGlobalElementIdArray () |
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName() | |
virtual int | GetGenerateGlobalNodeIdArray () |
Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName(). | |
virtual int | GetHasModeShapes () |
Some simulations overload the Exodus time steps to represent mode shapes. In this case, it does not make sense to iterate over the "time steps", because they are not meant to be played in order. Rather, each represents the vibration at a different "mode." Setting this to 1 changes the semantics of the reader to not report the time steps to downstream filters. By default, this is off, which is the case for most Exodus files. | |
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. | |
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 ... | |
string | GetNodeSetArrayName (int index) |
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml. | |
int | GetNodeSetArrayStatus (int index) |
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml. | |
int | GetNodeSetArrayStatus (string name) |
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml. | |
int | GetNumberOfArrays (vtkExodusReader.ArrayType type) |
Descriptions: return boolean indicating whether the type,name is a valid variable. | |
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 | GetNumberOfBlockArrays () |
Descriptions: By default all blocks are loaded. These methods allow the user to select which blocks they want to load. You can get information about the blocks by first caling UpdateInformation, and using GetBlockArrayName ... | |
virtual int | GetNumberOfBlocks () |
Access to meta data generated by UpdateInformation. | |
int | GetNumberOfCellArrays () |
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 | GetNumberOfElements () |
Access to meta data generated by UpdateInformation. | |
int | GetNumberOfElementsInBlock (int block_idx) |
Access to meta data generated by UpdateInformation. | |
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 | GetNumberOfNodeSetArrays () |
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml. | |
virtual int | GetNumberOfNodeSets () |
Access to meta data generated by UpdateInformation. | |
int | GetNumberOfNodes () |
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 | GetNumberOfPointArrays () |
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 | GetNumberOfSideSetArrays () |
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml. | |
virtual int | GetNumberOfSideSets () |
Access to meta data generated by UpdateInformation. | |
virtual int | GetNumberOfTimeSteps () |
Access to meta data generated by UpdateInformation. | |
int | GetNumberOfVariableArrays () |
begin USE_EXO_DSP_FILTERS | |
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 ... | |
int | GetPointArrayID (string name) |
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 | GetPointArrayName (int index) |
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 | GetPointArrayNumberOfComponents (int index) |
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 | GetPointArrayStatus (int index) |
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 | GetPointArrayStatus (string arg0) |
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 | GetSideSetArrayName (int index) |
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml. | |
int | GetSideSetArrayStatus (int index) |
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml. | |
int | GetSideSetArrayStatus (string name) |
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml. | |
int | GetTimeSeriesData (int ID, string vName, string vType, vtkFloatArray result) |
time series query functions | |
virtual int | GetTimeStep () |
Which TimeStep to read. | |
virtual int[] | GetTimeStepRange () |
Access to meta data generated by UpdateInformation. | |
virtual void | GetTimeStepRange (ref int _arg1, ref int _arg2) |
Access to meta data generated by UpdateInformation. | |
virtual void | GetTimeStepRange (IntPtr _arg) |
Access to meta data generated by UpdateInformation. | |
virtual string | GetTitle () |
Access to meta data generated by UpdateInformation. | |
virtual int | GetTotalNumberOfElements () |
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. | |
virtual int | GetTotalNumberOfNodes () |
Access to meta data generated by UpdateInformation. | |
string | GetVariableArrayName (int a_which) |
begin USE_EXO_DSP_FILTERS | |
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 () |
Some simulations overload the Exodus time steps to represent mode shapes. In this case, it does not make sense to iterate over the "time steps", because they are not meant to be played in order. Rather, each represents the vibration at a different "mode." Setting this to 1 changes the semantics of the reader to not report the time steps to downstream filters. By default, this is off, which is the case for most Exodus files. | |
virtual void | HasModeShapesOn () |
Some simulations overload the Exodus time steps to represent mode shapes. In this case, it does not make sense to iterate over the "time steps", because they are not meant to be played in order. Rather, each represents the vibration at a different "mode." Setting this to 1 changes the semantics of the reader to not report the time steps to downstream filters. By default, this is off, which is the case for most Exodus files. | |
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 vtkExodusReader | 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 | RemoveFilter (string a_outputVariableName) |
begin USE_EXO_DSP_FILTERS | |
void | SetAllArrayStatus (vtkExodusReader.ArrayType type, int flag) |
Descriptions: Return the id of the type,name variable. | |
void | SetAllAssemblyArrayStatus (int status) |
Descriptions: Return the id of the type,name variable. | |
void | SetAllBlockArrayStatus (int status) |
Descriptions: Return the id of the type,name variable. | |
void | SetAllCellArrayStatus (int status) |
Descriptions: Return the id of the type,name variable. | |
void | SetAllHierarchyArrayStatus (int status) |
Descriptions: Return the id of the type,name variable. | |
void | SetAllMaterialArrayStatus (int status) |
Descriptions: Return the id of the type,name variable. | |
void | SetAllPartArrayStatus (int status) |
Descriptions: Return the id of the type,name variable. | |
void | SetAllPointArrayStatus (int status) |
Descriptions: Return the id of the type,name variable. | |
virtual void | SetApplyDisplacements (int _arg) |
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 | SetArrayStatus (vtkExodusReader.ArrayType type, string name, int flag) |
Descriptions: Return the id of the type,name variable. | |
void | SetArrayStatus (string type, string name, int flag) |
Descriptions: Return the id of the type,name variable. | |
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 ... | |
void | SetBlockArrayStatus (int index, int flag) |
Descriptions: By default all blocks are loaded. These methods allow the user to select which blocks they want to load. You can get information about the blocks by first caling UpdateInformation, and using GetBlockArrayName ... | |
void | SetBlockArrayStatus (string arg0, int flag) |
Descriptions: By default all blocks are loaded. These methods allow the user to select which blocks they want to load. You can get information about the blocks by first caling UpdateInformation, and using GetBlockArrayName ... | |
void | SetCellArrayStatus (int index, int flag) |
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 | SetCellArrayStatus (string arg0, int flag) |
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. | |
virtual void | SetDisplacementMagnitude (float _arg) |
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) |
Some simulations overload the Exodus time steps to represent mode shapes. In this case, it does not make sense to iterate over the "time steps", because they are not meant to be played in order. Rather, each represents the vibration at a different "mode." Setting this to 1 changes the semantics of the reader to not report the time steps to downstream filters. By default, this is off, which is the case for most Exodus files. | |
virtual void | SetExodusModelMetadata (int _arg) |
There is a great deal of model information lost when an Exodus II file is read in to a vtkUnstructuredGrid. Turn this option ON if you want this metadata to be read in to a vtkExodusModel object. The default is OFF. | |
virtual void | SetFileName (string _arg) |
Specify file name of the Exodus file. | |
virtual void | SetGenerateBlockIdCellArray (int _arg) |
Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName() | |
virtual void | SetGenerateGlobalElementIdArray (int _arg) |
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName() | |
virtual void | SetGenerateGlobalNodeIdArray (int _arg) |
Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName(). | |
virtual void | SetHasModeShapes (int _arg) |
Some simulations overload the Exodus time steps to represent mode shapes. In this case, it does not make sense to iterate over the "time steps", because they are not meant to be played in order. Rather, each represents the vibration at a different "mode." Setting this to 1 changes the semantics of the reader to not report the time steps to downstream filters. By default, this is off, which is the case for most Exodus files. | |
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 | SetNodeSetArrayStatus (int index, int flag) |
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml. | |
void | SetNodeSetArrayStatus (string name, int flag) |
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml. | |
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 | SetPointArrayStatus (int index, int flag) |
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 | SetPointArrayStatus (string arg0, int flag) |
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 | SetSideSetArrayStatus (int index, int flag) |
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml. | |
void | SetSideSetArrayStatus (string name, int flag) |
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml. | |
virtual void | SetTimeStep (int _arg) |
Which TimeStep to read. | |
virtual void | SetTimeStepRange (int _arg1, int _arg2) |
Access to meta data generated by UpdateInformation. | |
void | SetTimeStepRange (IntPtr _arg) |
Access to meta data generated by UpdateInformation. | |
virtual void | SetXMLFileName (string _arg) |
Specify file name of the xml file. | |
void | StartAddingFilter () |
begin USE_EXO_DSP_FILTERS | |
Static Public Member Functions | |
static new vtkExodusReader | New () |
Undocumented Block. | |
static string | GetArrayTypeName (vtkExodusReader.ArrayType type) |
begin USE_EXO_DSP_FILTERS | |
static int | GetGlobalElementID (vtkDataSet data, int localID) |
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName() | |
static int | GetGlobalElementID (vtkDataSet data, int localID, int searchType) |
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName() | |
static string | GetGlobalElementIdArrayName () |
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName() | |
static 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 | GetPedigreeElementIdArrayName () |
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName() | |
static 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 vtkExodusReader | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
static string | StrDupWithNew (string s) |
Helper functions. | |
static void | StringUppercase (string str, string upperstr) |
Helper functions. | |
static int | StringsEqual (string s1, string s2) |
Helper functions. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkExodusReader" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkExodusReader" |
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 | vtkExodusReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkExodusReader_AddFilter_01 (HandleRef pThis, HandleRef a_filter) |
static internal void | vtkExodusReader_AddFilterDenominatorWeight_02 (HandleRef pThis, double weight) |
static internal void | vtkExodusReader_AddFilterForwardNumeratorWeight_03 (HandleRef pThis, double weight) |
static internal void | vtkExodusReader_AddFilterInputVar_04 (HandleRef pThis, string name) |
static internal void | vtkExodusReader_AddFilterNumeratorWeight_05 (HandleRef pThis, double weight) |
static internal void | vtkExodusReader_AddFilterOutputVar_06 (HandleRef pThis, string name) |
static internal void | vtkExodusReader_ApplyDisplacementsOff_07 (HandleRef pThis) |
static internal void | vtkExodusReader_ApplyDisplacementsOn_08 (HandleRef pThis) |
static internal int | vtkExodusReader_CanReadFile_09 (HandleRef pThis, string fname) |
static internal void | vtkExodusReader_EnableDSPFiltering_10 (HandleRef pThis) |
static internal void | vtkExodusReader_ExodusModelMetadataOff_11 (HandleRef pThis) |
static internal void | vtkExodusReader_ExodusModelMetadataOn_12 (HandleRef pThis) |
static internal void | vtkExodusReader_FinishAddingFilter_13 (HandleRef pThis) |
static internal void | vtkExodusReader_GenerateBlockIdCellArrayOff_14 (HandleRef pThis) |
static internal void | vtkExodusReader_GenerateBlockIdCellArrayOn_15 (HandleRef pThis) |
static internal void | vtkExodusReader_GenerateGlobalElementIdArrayOff_16 (HandleRef pThis) |
static internal void | vtkExodusReader_GenerateGlobalElementIdArrayOn_17 (HandleRef pThis) |
static internal void | vtkExodusReader_GenerateGlobalNodeIdArrayOff_18 (HandleRef pThis) |
static internal void | vtkExodusReader_GenerateGlobalNodeIdArrayOn_19 (HandleRef pThis) |
static internal int | vtkExodusReader_GetApplyDisplacements_20 (HandleRef pThis) |
static internal IntPtr | vtkExodusReader_GetArrayName_21 (HandleRef pThis, vtkExodusReader.ArrayType type, int id) |
static internal int | vtkExodusReader_GetArrayStatus_22 (HandleRef pThis, vtkExodusReader.ArrayType type, string name) |
static internal int | vtkExodusReader_GetArrayStatus_23 (HandleRef pThis, string type, string name) |
static internal vtkExodusReader.ArrayType | vtkExodusReader_GetArrayTypeID_24 (HandleRef pThis, string type) |
static internal IntPtr | vtkExodusReader_GetArrayTypeName_25 (vtkExodusReader.ArrayType type) |
static internal int | vtkExodusReader_GetAssemblyArrayID_26 (HandleRef pThis, string name) |
static internal IntPtr | vtkExodusReader_GetAssemblyArrayName_27 (HandleRef pThis, int arrayIdx) |
static internal int | vtkExodusReader_GetAssemblyArrayStatus_28 (HandleRef pThis, int index) |
static internal int | vtkExodusReader_GetAssemblyArrayStatus_29 (HandleRef pThis, string arg0) |
static internal int | vtkExodusReader_GetBlockArrayID_30 (HandleRef pThis, string name) |
static internal IntPtr | vtkExodusReader_GetBlockArrayName_31 (HandleRef pThis, int index) |
static internal int | vtkExodusReader_GetBlockArrayStatus_32 (HandleRef pThis, int index) |
static internal int | vtkExodusReader_GetBlockArrayStatus_33 (HandleRef pThis, string arg0) |
static internal int | vtkExodusReader_GetBlockId_34 (HandleRef pThis, int block_idx) |
static internal IntPtr | vtkExodusReader_GetBlockIdArrayName_35 (HandleRef pThis) |
static internal int | vtkExodusReader_GetCellArrayID_36 (HandleRef pThis, string name) |
static internal IntPtr | vtkExodusReader_GetCellArrayName_37 (HandleRef pThis, int index) |
static internal int | vtkExodusReader_GetCellArrayNumberOfComponents_38 (HandleRef pThis, int index) |
static internal int | vtkExodusReader_GetCellArrayStatus_39 (HandleRef pThis, int index) |
static internal int | vtkExodusReader_GetCellArrayStatus_40 (HandleRef pThis, string arg0) |
static internal void | vtkExodusReader_GetDSPOutputArrays_41 (HandleRef pThis, int exoid, HandleRef output) |
static internal int | vtkExodusReader_GetDimensionality_42 (HandleRef pThis) |
static internal float | vtkExodusReader_GetDisplacementMagnitude_43 (HandleRef pThis) |
static internal int | vtkExodusReader_GetDisplayType_44 (HandleRef pThis) |
static internal IntPtr | vtkExodusReader_GetExodusModel_45 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkExodusReader_GetExodusModelMetadata_46 (HandleRef pThis) |
static internal IntPtr | vtkExodusReader_GetFileName_47 (HandleRef pThis) |
static internal int | vtkExodusReader_GetGenerateBlockIdCellArray_48 (HandleRef pThis) |
static internal int | vtkExodusReader_GetGenerateGlobalElementIdArray_49 (HandleRef pThis) |
static internal int | vtkExodusReader_GetGenerateGlobalNodeIdArray_50 (HandleRef pThis) |
static internal int | vtkExodusReader_GetGlobalElementID_51 (HandleRef data, int localID) |
static internal int | vtkExodusReader_GetGlobalElementID_52 (HandleRef data, int localID, int searchType) |
static internal IntPtr | vtkExodusReader_GetGlobalElementIdArrayName_53 () |
static internal int | vtkExodusReader_GetGlobalNodeID_54 (HandleRef data, int localID) |
static internal int | vtkExodusReader_GetGlobalNodeID_55 (HandleRef data, int localID, int searchType) |
static internal IntPtr | vtkExodusReader_GetGlobalNodeIdArrayName_56 () |
static internal int | vtkExodusReader_GetHasModeShapes_57 (HandleRef pThis) |
static internal IntPtr | vtkExodusReader_GetHierarchyArrayName_58 (HandleRef pThis, int arrayIdx) |
static internal int | vtkExodusReader_GetHierarchyArrayStatus_59 (HandleRef pThis, int index) |
static internal int | vtkExodusReader_GetHierarchyArrayStatus_60 (HandleRef pThis, string arg0) |
static internal int | vtkExodusReader_GetMaterialArrayID_61 (HandleRef pThis, string name) |
static internal IntPtr | vtkExodusReader_GetMaterialArrayName_62 (HandleRef pThis, int arrayIdx) |
static internal int | vtkExodusReader_GetMaterialArrayStatus_63 (HandleRef pThis, int index) |
static internal int | vtkExodusReader_GetMaterialArrayStatus_64 (HandleRef pThis, string arg0) |
static internal IntPtr | vtkExodusReader_GetNodeSetArrayName_65 (HandleRef pThis, int index) |
static internal int | vtkExodusReader_GetNodeSetArrayStatus_66 (HandleRef pThis, int index) |
static internal int | vtkExodusReader_GetNodeSetArrayStatus_67 (HandleRef pThis, string name) |
static internal int | vtkExodusReader_GetNumberOfArrays_68 (HandleRef pThis, vtkExodusReader.ArrayType type) |
static internal int | vtkExodusReader_GetNumberOfAssemblyArrays_69 (HandleRef pThis) |
static internal int | vtkExodusReader_GetNumberOfBlockArrays_70 (HandleRef pThis) |
static internal int | vtkExodusReader_GetNumberOfBlocks_71 (HandleRef pThis) |
static internal int | vtkExodusReader_GetNumberOfCellArrays_72 (HandleRef pThis) |
static internal int | vtkExodusReader_GetNumberOfElements_73 (HandleRef pThis) |
static internal int | vtkExodusReader_GetNumberOfElementsInBlock_74 (HandleRef pThis, int block_idx) |
static internal int | vtkExodusReader_GetNumberOfHierarchyArrays_75 (HandleRef pThis) |
static internal int | vtkExodusReader_GetNumberOfMaterialArrays_76 (HandleRef pThis) |
static internal int | vtkExodusReader_GetNumberOfNodeSetArrays_77 (HandleRef pThis) |
static internal int | vtkExodusReader_GetNumberOfNodeSets_78 (HandleRef pThis) |
static internal int | vtkExodusReader_GetNumberOfNodes_79 (HandleRef pThis) |
static internal int | vtkExodusReader_GetNumberOfPartArrays_80 (HandleRef pThis) |
static internal int | vtkExodusReader_GetNumberOfPointArrays_81 (HandleRef pThis) |
static internal int | vtkExodusReader_GetNumberOfSideSetArrays_82 (HandleRef pThis) |
static internal int | vtkExodusReader_GetNumberOfSideSets_83 (HandleRef pThis) |
static internal int | vtkExodusReader_GetNumberOfTimeSteps_84 (HandleRef pThis) |
static internal int | vtkExodusReader_GetNumberOfVariableArrays_85 (HandleRef pThis) |
static internal int | vtkExodusReader_GetPackExodusModelOntoOutput_86 (HandleRef pThis) |
static internal int | vtkExodusReader_GetPartArrayID_87 (HandleRef pThis, string name) |
static internal IntPtr | vtkExodusReader_GetPartArrayName_88 (HandleRef pThis, int arrayIdx) |
static internal int | vtkExodusReader_GetPartArrayStatus_89 (HandleRef pThis, int index) |
static internal int | vtkExodusReader_GetPartArrayStatus_90 (HandleRef pThis, string arg0) |
static internal IntPtr | vtkExodusReader_GetPartBlockInfo_91 (HandleRef pThis, int arrayIdx) |
static internal IntPtr | vtkExodusReader_GetPedigreeElementIdArrayName_92 () |
static internal IntPtr | vtkExodusReader_GetPedigreeNodeIdArrayName_93 () |
static internal int | vtkExodusReader_GetPointArrayID_94 (HandleRef pThis, string name) |
static internal IntPtr | vtkExodusReader_GetPointArrayName_95 (HandleRef pThis, int index) |
static internal int | vtkExodusReader_GetPointArrayNumberOfComponents_96 (HandleRef pThis, int index) |
static internal int | vtkExodusReader_GetPointArrayStatus_97 (HandleRef pThis, int index) |
static internal int | vtkExodusReader_GetPointArrayStatus_98 (HandleRef pThis, string arg0) |
static internal IntPtr | vtkExodusReader_GetSideSetArrayName_99 (HandleRef pThis, int index) |
static internal int | vtkExodusReader_GetSideSetArrayStatus_100 (HandleRef pThis, int index) |
static internal int | vtkExodusReader_GetSideSetArrayStatus_101 (HandleRef pThis, string name) |
static internal int | vtkExodusReader_GetTimeSeriesData_102 (HandleRef pThis, int ID, string vName, string vType, HandleRef result) |
static internal int | vtkExodusReader_GetTimeStep_103 (HandleRef pThis) |
static internal IntPtr | vtkExodusReader_GetTimeStepRange_104 (HandleRef pThis) |
static internal void | vtkExodusReader_GetTimeStepRange_105 (HandleRef pThis, ref int _arg1, ref int _arg2) |
static internal void | vtkExodusReader_GetTimeStepRange_106 (HandleRef pThis, IntPtr _arg) |
static internal IntPtr | vtkExodusReader_GetTitle_107 (HandleRef pThis) |
static internal int | vtkExodusReader_GetTotalNumberOfElements_108 (HandleRef pThis) |
static internal int | vtkExodusReader_GetTotalNumberOfNodes_109 (HandleRef pThis) |
static internal IntPtr | vtkExodusReader_GetVariableArrayName_110 (HandleRef pThis, int a_which) |
static internal int | vtkExodusReader_GetVariableID_111 (HandleRef pThis, string type, string name) |
static internal IntPtr | vtkExodusReader_GetXMLFileName_112 (HandleRef pThis) |
static internal void | vtkExodusReader_HasModeShapesOff_113 (HandleRef pThis) |
static internal void | vtkExodusReader_HasModeShapesOn_114 (HandleRef pThis) |
static internal int | vtkExodusReader_IsA_115 (HandleRef pThis, string type) |
static internal int | vtkExodusReader_IsTypeOf_116 (string type) |
static internal int | vtkExodusReader_IsValidVariable_117 (HandleRef pThis, string type, string name) |
static internal IntPtr | vtkExodusReader_NewInstance_119 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkExodusReader_PackExodusModelOntoOutputOff_120 (HandleRef pThis) |
static internal void | vtkExodusReader_PackExodusModelOntoOutputOn_121 (HandleRef pThis) |
static internal void | vtkExodusReader_RemoveFilter_122 (HandleRef pThis, string a_outputVariableName) |
static internal IntPtr | vtkExodusReader_SafeDownCast_123 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkExodusReader_SetAllArrayStatus_124 (HandleRef pThis, vtkExodusReader.ArrayType type, int flag) |
static internal void | vtkExodusReader_SetAllAssemblyArrayStatus_125 (HandleRef pThis, int status) |
static internal void | vtkExodusReader_SetAllBlockArrayStatus_126 (HandleRef pThis, int status) |
static internal void | vtkExodusReader_SetAllCellArrayStatus_127 (HandleRef pThis, int status) |
static internal void | vtkExodusReader_SetAllHierarchyArrayStatus_128 (HandleRef pThis, int status) |
static internal void | vtkExodusReader_SetAllMaterialArrayStatus_129 (HandleRef pThis, int status) |
static internal void | vtkExodusReader_SetAllPartArrayStatus_130 (HandleRef pThis, int status) |
static internal void | vtkExodusReader_SetAllPointArrayStatus_131 (HandleRef pThis, int status) |
static internal void | vtkExodusReader_SetApplyDisplacements_132 (HandleRef pThis, int _arg) |
static internal void | vtkExodusReader_SetArrayStatus_133 (HandleRef pThis, vtkExodusReader.ArrayType type, string name, int flag) |
static internal void | vtkExodusReader_SetArrayStatus_134 (HandleRef pThis, string type, string name, int flag) |
static internal void | vtkExodusReader_SetAssemblyArrayStatus_135 (HandleRef pThis, int index, int flag) |
static internal void | vtkExodusReader_SetAssemblyArrayStatus_136 (HandleRef pThis, string arg0, int flag) |
static internal void | vtkExodusReader_SetBlockArrayStatus_137 (HandleRef pThis, int index, int flag) |
static internal void | vtkExodusReader_SetBlockArrayStatus_138 (HandleRef pThis, string arg0, int flag) |
static internal void | vtkExodusReader_SetCellArrayStatus_139 (HandleRef pThis, int index, int flag) |
static internal void | vtkExodusReader_SetCellArrayStatus_140 (HandleRef pThis, string arg0, int flag) |
static internal void | vtkExodusReader_SetDisplacementMagnitude_141 (HandleRef pThis, float _arg) |
static internal void | vtkExodusReader_SetDisplayType_142 (HandleRef pThis, int type) |
static internal void | vtkExodusReader_SetExodusModelMetadata_143 (HandleRef pThis, int _arg) |
static internal void | vtkExodusReader_SetFileName_144 (HandleRef pThis, string _arg) |
static internal void | vtkExodusReader_SetGenerateBlockIdCellArray_145 (HandleRef pThis, int _arg) |
static internal void | vtkExodusReader_SetGenerateGlobalElementIdArray_146 (HandleRef pThis, int _arg) |
static internal void | vtkExodusReader_SetGenerateGlobalNodeIdArray_147 (HandleRef pThis, int _arg) |
static internal void | vtkExodusReader_SetHasModeShapes_148 (HandleRef pThis, int _arg) |
static internal void | vtkExodusReader_SetHierarchyArrayStatus_149 (HandleRef pThis, int index, int flag) |
static internal void | vtkExodusReader_SetHierarchyArrayStatus_150 (HandleRef pThis, string arg0, int flag) |
static internal void | vtkExodusReader_SetMaterialArrayStatus_151 (HandleRef pThis, int index, int flag) |
static internal void | vtkExodusReader_SetMaterialArrayStatus_152 (HandleRef pThis, string arg0, int flag) |
static internal void | vtkExodusReader_SetNodeSetArrayStatus_153 (HandleRef pThis, int index, int flag) |
static internal void | vtkExodusReader_SetNodeSetArrayStatus_154 (HandleRef pThis, string name, int flag) |
static internal void | vtkExodusReader_SetPackExodusModelOntoOutput_155 (HandleRef pThis, int _arg) |
static internal void | vtkExodusReader_SetPartArrayStatus_156 (HandleRef pThis, int index, int flag) |
static internal void | vtkExodusReader_SetPartArrayStatus_157 (HandleRef pThis, string arg0, int flag) |
static internal void | vtkExodusReader_SetPointArrayStatus_158 (HandleRef pThis, int index, int flag) |
static internal void | vtkExodusReader_SetPointArrayStatus_159 (HandleRef pThis, string arg0, int flag) |
static internal void | vtkExodusReader_SetSideSetArrayStatus_160 (HandleRef pThis, int index, int flag) |
static internal void | vtkExodusReader_SetSideSetArrayStatus_161 (HandleRef pThis, string name, int flag) |
static internal void | vtkExodusReader_SetTimeStep_162 (HandleRef pThis, int _arg) |
static internal void | vtkExodusReader_SetTimeStepRange_163 (HandleRef pThis, int _arg1, int _arg2) |
static internal void | vtkExodusReader_SetTimeStepRange_164 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkExodusReader_SetXMLFileName_165 (HandleRef pThis, string _arg) |
static internal void | vtkExodusReader_StartAddingFilter_166 (HandleRef pThis) |
static internal IntPtr | vtkExodusReader_StrDupWithNew_167 (string s) |
static internal void | vtkExodusReader_StringUppercase_168 (string str, string upperstr) |
static internal int | vtkExodusReader_StringsEqual_169 (string s1, string s2) |
Static Private Member Functions | |
static | vtkExodusReader () |
Automatically generated type registration mechanics. |
vtkExodusReader - Read exodus 2 files .ex2
Description vtkExodusReader is a unstructured grid source object that reads ExodusII files. Most of the meta data associated with the file is loaded when UpdateInformation is called. This includes information like Title, number of blocks, number and names of arrays. This data can be retrieved from methods in this reader. Separate arrays that are meant to be a single vector, are combined internally for convenience. To be combined, the array names have to be identical except for a trailing X,Y and Z (or x,y,z). By default cell and point arrays are not loaded. However, the user can flag arrays to load with the methods "SetPointArrayStatus" and "SetCellArrayStatus". The reader DOES NOT respond to piece requests
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.)
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName()
static Kitware.VTK.vtkExodusReader.vtkExodusReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkExodusReader.vtkExodusReader | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
void Kitware.VTK.vtkExodusReader.AddFilter | ( | vtkDSPFilterDefinition | a_filter | ) |
begin USE_EXO_DSP_FILTERS
Reimplemented in Kitware.VTK.vtkPExodusReader.
void Kitware.VTK.vtkExodusReader.AddFilterDenominatorWeight | ( | double | weight | ) |
begin USE_EXO_DSP_FILTERS
Reimplemented in Kitware.VTK.vtkPExodusReader.
void Kitware.VTK.vtkExodusReader.AddFilterForwardNumeratorWeight | ( | double | weight | ) |
begin USE_EXO_DSP_FILTERS
Reimplemented in Kitware.VTK.vtkPExodusReader.
void Kitware.VTK.vtkExodusReader.AddFilterInputVar | ( | string | name | ) |
begin USE_EXO_DSP_FILTERS
Reimplemented in Kitware.VTK.vtkPExodusReader.
void Kitware.VTK.vtkExodusReader.AddFilterNumeratorWeight | ( | double | weight | ) |
begin USE_EXO_DSP_FILTERS
Reimplemented in Kitware.VTK.vtkPExodusReader.
void Kitware.VTK.vtkExodusReader.AddFilterOutputVar | ( | string | name | ) |
begin USE_EXO_DSP_FILTERS
Reimplemented in Kitware.VTK.vtkPExodusReader.
virtual void Kitware.VTK.vtkExodusReader.ApplyDisplacementsOff | ( | ) | [virtual] |
Geometric locations can include displacements. By default, this is ON. The nodal positions are 'displaced' by the standard exodus displacment vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.
virtual void Kitware.VTK.vtkExodusReader.ApplyDisplacementsOn | ( | ) | [virtual] |
Geometric locations can include displacements. By default, this is ON. The nodal positions are 'displaced' by the standard exodus displacment vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.
int Kitware.VTK.vtkExodusReader.CanReadFile | ( | string | fname | ) |
Determine if the file can be readed with this reader.
override void Kitware.VTK.vtkExodusReader.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.vtkUnstructuredGridAlgorithm.
Reimplemented in Kitware.VTK.vtkPExodusReader.
begin USE_EXO_DSP_FILTERS
Reimplemented in Kitware.VTK.vtkPExodusReader.
virtual void Kitware.VTK.vtkExodusReader.ExodusModelMetadataOff | ( | ) | [virtual] |
There is a great deal of model information lost when an Exodus II file is read in to a vtkUnstructuredGrid. Turn this option ON if you want this metadata to be read in to a vtkExodusModel object. The default is OFF.
virtual void Kitware.VTK.vtkExodusReader.ExodusModelMetadataOn | ( | ) | [virtual] |
There is a great deal of model information lost when an Exodus II file is read in to a vtkUnstructuredGrid. Turn this option ON if you want this metadata to be read in to a vtkExodusModel object. The default is OFF.
begin USE_EXO_DSP_FILTERS
Reimplemented in Kitware.VTK.vtkPExodusReader.
virtual void Kitware.VTK.vtkExodusReader.GenerateBlockIdCellArrayOff | ( | ) | [virtual] |
Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName()
virtual void Kitware.VTK.vtkExodusReader.GenerateBlockIdCellArrayOn | ( | ) | [virtual] |
Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName()
virtual void Kitware.VTK.vtkExodusReader.GenerateGlobalElementIdArrayOff | ( | ) | [virtual] |
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName()
virtual void Kitware.VTK.vtkExodusReader.GenerateGlobalElementIdArrayOn | ( | ) | [virtual] |
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName()
virtual void Kitware.VTK.vtkExodusReader.GenerateGlobalNodeIdArrayOff | ( | ) | [virtual] |
Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName().
virtual void Kitware.VTK.vtkExodusReader.GenerateGlobalNodeIdArrayOn | ( | ) | [virtual] |
Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName().
virtual int Kitware.VTK.vtkExodusReader.GetApplyDisplacements | ( | ) | [virtual] |
Geometric locations can include displacements. By default, this is ON. The nodal positions are 'displaced' by the standard exodus displacment vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.
string Kitware.VTK.vtkExodusReader.GetArrayName | ( | vtkExodusReader.ArrayType | type, |
int | id | ||
) |
Descriptions: return boolean indicating whether the type,name is a valid variable.
int Kitware.VTK.vtkExodusReader.GetArrayStatus | ( | vtkExodusReader.ArrayType | type, |
string | name | ||
) |
Descriptions: Return the id of the type,name variable.
int Kitware.VTK.vtkExodusReader.GetArrayStatus | ( | string | type, |
string | name | ||
) |
Descriptions: Return the id of the type,name variable.
begin USE_EXO_DSP_FILTERS
static string Kitware.VTK.vtkExodusReader.GetArrayTypeName | ( | vtkExodusReader.ArrayType | type | ) | [static] |
begin USE_EXO_DSP_FILTERS
int Kitware.VTK.vtkExodusReader.GetAssemblyArrayID | ( | string | name | ) |
Descriptions: By default all assemblies are loaded. These methods allow the user to select which assemblies they want to load. You can get information about the assemblies by first caling UpdateInformation, and using GetAssemblyArrayName ...
string Kitware.VTK.vtkExodusReader.GetAssemblyArrayName | ( | int | arrayIdx | ) |
Descriptions: By default all assemblies are loaded. These methods allow the user to select which assemblies they want to load. You can get information about the assemblies by first caling UpdateInformation, and using GetAssemblyArrayName ...
int Kitware.VTK.vtkExodusReader.GetAssemblyArrayStatus | ( | int | index | ) |
Descriptions: By default all assemblies are loaded. These methods allow the user to select which assemblies they want to load. You can get information about the assemblies by first caling UpdateInformation, and using GetAssemblyArrayName ...
int Kitware.VTK.vtkExodusReader.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 Kitware.VTK.vtkExodusReader.GetBlockArrayID | ( | string | name | ) |
Descriptions: By default all blocks are loaded. These methods allow the user to select which blocks they want to load. You can get information about the blocks by first caling UpdateInformation, and using GetBlockArrayName ...
string Kitware.VTK.vtkExodusReader.GetBlockArrayName | ( | int | index | ) |
Descriptions: By default all blocks are loaded. These methods allow the user to select which blocks they want to load. You can get information about the blocks by first caling UpdateInformation, and using GetBlockArrayName ...
int Kitware.VTK.vtkExodusReader.GetBlockArrayStatus | ( | int | index | ) |
Descriptions: By default all blocks are loaded. These methods allow the user to select which blocks they want to load. You can get information about the blocks by first caling UpdateInformation, and using GetBlockArrayName ...
int Kitware.VTK.vtkExodusReader.GetBlockArrayStatus | ( | string | arg0 | ) |
Descriptions: By default all blocks are loaded. These methods allow the user to select which blocks they want to load. You can get information about the blocks by first caling UpdateInformation, and using GetBlockArrayName ...
int Kitware.VTK.vtkExodusReader.GetBlockId | ( | int | block_idx | ) |
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()
int Kitware.VTK.vtkExodusReader.GetCellArrayID | ( | string | name | ) |
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.vtkExodusReader.GetCellArrayName | ( | int | index | ) |
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.vtkExodusReader.GetCellArrayNumberOfComponents | ( | int | index | ) |
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.vtkExodusReader.GetCellArrayStatus | ( | int | index | ) |
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.vtkExodusReader.GetCellArrayStatus | ( | string | arg0 | ) |
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.
virtual int Kitware.VTK.vtkExodusReader.GetDimensionality | ( | ) | [virtual] |
Access to meta data generated by UpdateInformation.
virtual float Kitware.VTK.vtkExodusReader.GetDisplacementMagnitude | ( | ) | [virtual] |
Geometric locations can include displacements. By default, this is ON. The nodal positions are 'displaced' by the standard exodus displacment vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.
virtual int Kitware.VTK.vtkExodusReader.GetDisplayType | ( | ) | [virtual] |
Some simulations overload the Exodus time steps to represent mode shapes. In this case, it does not make sense to iterate over the "time steps", because they are not meant to be played in order. Rather, each represents the vibration at a different "mode." Setting this to 1 changes the semantics of the reader to not report the time steps to downstream filters. By default, this is off, which is the case for most Exodus files.
void Kitware.VTK.vtkExodusReader.GetDSPOutputArrays | ( | int | exoid, |
vtkUnstructuredGrid | output | ||
) |
begin USE_EXO_DSP_FILTERS
Returns the object which encapsulates the model metadata.
virtual int Kitware.VTK.vtkExodusReader.GetExodusModelMetadata | ( | ) | [virtual] |
There is a great deal of model information lost when an Exodus II file is read in to a vtkUnstructuredGrid. Turn this option ON if you want this metadata to be read in to a vtkExodusModel object. The default is OFF.
virtual string Kitware.VTK.vtkExodusReader.GetFileName | ( | ) | [virtual] |
Specify file name of the Exodus file.
virtual int Kitware.VTK.vtkExodusReader.GetGenerateBlockIdCellArray | ( | ) | [virtual] |
Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName()
virtual int Kitware.VTK.vtkExodusReader.GetGenerateGlobalElementIdArray | ( | ) | [virtual] |
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName()
virtual int Kitware.VTK.vtkExodusReader.GetGenerateGlobalNodeIdArray | ( | ) | [virtual] |
Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName().
static int Kitware.VTK.vtkExodusReader.GetGlobalElementID | ( | vtkDataSet | data, |
int | localID | ||
) | [static] |
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName()
static int Kitware.VTK.vtkExodusReader.GetGlobalElementID | ( | vtkDataSet | data, |
int | localID, | ||
int | searchType | ||
) | [static] |
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName()
static string Kitware.VTK.vtkExodusReader.GetGlobalElementIdArrayName | ( | ) | [static] |
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName()
static int Kitware.VTK.vtkExodusReader.GetGlobalNodeID | ( | vtkDataSet | data, |
int | localID | ||
) | [static] |
Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName().
static int Kitware.VTK.vtkExodusReader.GetGlobalNodeID | ( | vtkDataSet | data, |
int | localID, | ||
int | searchType | ||
) | [static] |
Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName().
static string Kitware.VTK.vtkExodusReader.GetGlobalNodeIdArrayName | ( | ) | [static] |
Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName().
virtual int Kitware.VTK.vtkExodusReader.GetHasModeShapes | ( | ) | [virtual] |
Some simulations overload the Exodus time steps to represent mode shapes. In this case, it does not make sense to iterate over the "time steps", because they are not meant to be played in order. Rather, each represents the vibration at a different "mode." Setting this to 1 changes the semantics of the reader to not report the time steps to downstream filters. By default, this is off, which is the case for most Exodus files.
string Kitware.VTK.vtkExodusReader.GetHierarchyArrayName | ( | int | arrayIdx | ) |
Descriptions: By default all hierarchy entries are loaded. These methods allow the user to select which hierarchy entries they want to load. You can get information about the hierarchy entries by first caling UpdateInformation, and using GetHierarchyArrayName ... these methods do not call functions in metaData. They call functions on the ExodusXMLParser since it seemed silly to duplicate all the information.
int Kitware.VTK.vtkExodusReader.GetHierarchyArrayStatus | ( | int | index | ) |
Descriptions: By default all hierarchy entries are loaded. These methods allow the user to select which hierarchy entries they want to load. You can get information about the hierarchy entries by first caling UpdateInformation, and using GetHierarchyArrayName ... these methods do not call functions in metaData. They call functions on the ExodusXMLParser since it seemed silly to duplicate all the information.
int Kitware.VTK.vtkExodusReader.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.
int Kitware.VTK.vtkExodusReader.GetMaterialArrayID | ( | string | name | ) |
Descriptions: By default all materials are loaded. These methods allow the user to select which materials they want to load. You can get information about the materials by first caling UpdateInformation, and using GetMaterialArrayName ...
string Kitware.VTK.vtkExodusReader.GetMaterialArrayName | ( | int | arrayIdx | ) |
Descriptions: By default all materials are loaded. These methods allow the user to select which materials they want to load. You can get information about the materials by first caling UpdateInformation, and using GetMaterialArrayName ...
int Kitware.VTK.vtkExodusReader.GetMaterialArrayStatus | ( | int | index | ) |
Descriptions: By default all materials are loaded. These methods allow the user to select which materials they want to load. You can get information about the materials by first caling UpdateInformation, and using GetMaterialArrayName ...
int Kitware.VTK.vtkExodusReader.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 ...
string Kitware.VTK.vtkExodusReader.GetNodeSetArrayName | ( | int | index | ) |
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml.
int Kitware.VTK.vtkExodusReader.GetNodeSetArrayStatus | ( | int | index | ) |
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml.
int Kitware.VTK.vtkExodusReader.GetNodeSetArrayStatus | ( | string | name | ) |
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml.
Descriptions: return boolean indicating whether the type,name is a valid variable.
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 blocks are loaded. These methods allow the user to select which blocks they want to load. You can get information about the blocks by first caling UpdateInformation, and using GetBlockArrayName ...
virtual int Kitware.VTK.vtkExodusReader.GetNumberOfBlocks | ( | ) | [virtual] |
Access to meta data generated by UpdateInformation.
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.
Access to meta data generated by UpdateInformation.
int Kitware.VTK.vtkExodusReader.GetNumberOfElementsInBlock | ( | int | block_idx | ) |
Access to meta data generated by UpdateInformation.
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 ...
Access to meta data generated by UpdateInformation.
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml.
virtual int Kitware.VTK.vtkExodusReader.GetNumberOfNodeSets | ( | ) | [virtual] |
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 ...
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.
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml.
virtual int Kitware.VTK.vtkExodusReader.GetNumberOfSideSets | ( | ) | [virtual] |
Access to meta data generated by UpdateInformation.
virtual int Kitware.VTK.vtkExodusReader.GetNumberOfTimeSteps | ( | ) | [virtual] |
Access to meta data generated by UpdateInformation.
begin USE_EXO_DSP_FILTERS
Reimplemented in Kitware.VTK.vtkPExodusReader.
virtual int Kitware.VTK.vtkExodusReader.GetPackExodusModelOntoOutput | ( | ) | [virtual] |
By default, the ExodusModel metadata (if requested with ExodusModelMetadataOn()) is also encoded into field arrays and attached to the output unstructured grid. Set this OFF if you don't want this to happen. (The vtkExodusIIWriter and the vtkEnSightWriter can unpack this metadata from the field arrays and use it when writing out Exodus or EnSight files.)
int Kitware.VTK.vtkExodusReader.GetPartArrayID | ( | string | name | ) |
Descriptions: By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ...
string Kitware.VTK.vtkExodusReader.GetPartArrayName | ( | int | arrayIdx | ) |
Descriptions: By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ...
int Kitware.VTK.vtkExodusReader.GetPartArrayStatus | ( | int | index | ) |
Descriptions: By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ...
int Kitware.VTK.vtkExodusReader.GetPartArrayStatus | ( | string | arg0 | ) |
Descriptions: By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ...
string Kitware.VTK.vtkExodusReader.GetPartBlockInfo | ( | int | arrayIdx | ) |
Descriptions: By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ...
static string Kitware.VTK.vtkExodusReader.GetPedigreeElementIdArrayName | ( | ) | [static] |
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName()
static string Kitware.VTK.vtkExodusReader.GetPedigreeNodeIdArrayName | ( | ) | [static] |
Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName().
int Kitware.VTK.vtkExodusReader.GetPointArrayID | ( | string | name | ) |
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.vtkExodusReader.GetPointArrayName | ( | int | index | ) |
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.vtkExodusReader.GetPointArrayNumberOfComponents | ( | int | index | ) |
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.vtkExodusReader.GetPointArrayStatus | ( | int | index | ) |
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.vtkExodusReader.GetPointArrayStatus | ( | string | arg0 | ) |
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.vtkExodusReader.GetSideSetArrayName | ( | int | index | ) |
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml.
int Kitware.VTK.vtkExodusReader.GetSideSetArrayStatus | ( | int | index | ) |
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml.
int Kitware.VTK.vtkExodusReader.GetSideSetArrayStatus | ( | string | name | ) |
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml.
int Kitware.VTK.vtkExodusReader.GetTimeSeriesData | ( | int | ID, |
string | vName, | ||
string | vType, | ||
vtkFloatArray | result | ||
) |
time series query functions
virtual int Kitware.VTK.vtkExodusReader.GetTimeStep | ( | ) | [virtual] |
Which TimeStep to read.
virtual int [] Kitware.VTK.vtkExodusReader.GetTimeStepRange | ( | ) | [virtual] |
Access to meta data generated by UpdateInformation.
virtual void Kitware.VTK.vtkExodusReader.GetTimeStepRange | ( | ref int | _arg1, |
ref int | _arg2 | ||
) | [virtual] |
Access to meta data generated by UpdateInformation.
virtual void Kitware.VTK.vtkExodusReader.GetTimeStepRange | ( | IntPtr | _arg | ) | [virtual] |
Access to meta data generated by UpdateInformation.
virtual string Kitware.VTK.vtkExodusReader.GetTitle | ( | ) | [virtual] |
Access to meta data generated by UpdateInformation.
virtual int Kitware.VTK.vtkExodusReader.GetTotalNumberOfElements | ( | ) | [virtual] |
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.
Reimplemented in Kitware.VTK.vtkPExodusReader.
virtual int Kitware.VTK.vtkExodusReader.GetTotalNumberOfNodes | ( | ) | [virtual] |
Access to meta data generated by UpdateInformation.
Reimplemented in Kitware.VTK.vtkPExodusReader.
string Kitware.VTK.vtkExodusReader.GetVariableArrayName | ( | int | a_which | ) |
begin USE_EXO_DSP_FILTERS
Reimplemented in Kitware.VTK.vtkPExodusReader.
int Kitware.VTK.vtkExodusReader.GetVariableID | ( | string | type, |
string | name | ||
) |
Descriptions: Return the id of the type,name variable.
virtual string Kitware.VTK.vtkExodusReader.GetXMLFileName | ( | ) | [virtual] |
Specify file name of the xml file.
virtual void Kitware.VTK.vtkExodusReader.HasModeShapesOff | ( | ) | [virtual] |
Some simulations overload the Exodus time steps to represent mode shapes. In this case, it does not make sense to iterate over the "time steps", because they are not meant to be played in order. Rather, each represents the vibration at a different "mode." Setting this to 1 changes the semantics of the reader to not report the time steps to downstream filters. By default, this is off, which is the case for most Exodus files.
virtual void Kitware.VTK.vtkExodusReader.HasModeShapesOn | ( | ) | [virtual] |
Some simulations overload the Exodus time steps to represent mode shapes. In this case, it does not make sense to iterate over the "time steps", because they are not meant to be played in order. Rather, each represents the vibration at a different "mode." Setting this to 1 changes the semantics of the reader to not report the time steps to downstream filters. By default, this is off, which is the case for most Exodus files.
override int Kitware.VTK.vtkExodusReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
Reimplemented in Kitware.VTK.vtkPExodusReader.
static new int Kitware.VTK.vtkExodusReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
Reimplemented in Kitware.VTK.vtkPExodusReader.
int Kitware.VTK.vtkExodusReader.IsValidVariable | ( | string | type, |
string | name | ||
) |
Descriptions: return boolean indicating whether the type,name is a valid variable.
static new vtkExodusReader Kitware.VTK.vtkExodusReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
Reimplemented in Kitware.VTK.vtkPExodusReader.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
Reimplemented in Kitware.VTK.vtkPExodusReader.
virtual void Kitware.VTK.vtkExodusReader.PackExodusModelOntoOutputOff | ( | ) | [virtual] |
By default, the ExodusModel metadata (if requested with ExodusModelMetadataOn()) is also encoded into field arrays and attached to the output unstructured grid. Set this OFF if you don't want this to happen. (The vtkExodusIIWriter and the vtkEnSightWriter can unpack this metadata from the field arrays and use it when writing out Exodus or EnSight files.)
virtual void Kitware.VTK.vtkExodusReader.PackExodusModelOntoOutputOn | ( | ) | [virtual] |
By default, the ExodusModel metadata (if requested with ExodusModelMetadataOn()) is also encoded into field arrays and attached to the output unstructured grid. Set this OFF if you don't want this to happen. (The vtkExodusIIWriter and the vtkEnSightWriter can unpack this metadata from the field arrays and use it when writing out Exodus or EnSight files.)
void Kitware.VTK.vtkExodusReader.RemoveFilter | ( | string | a_outputVariableName | ) |
begin USE_EXO_DSP_FILTERS
Reimplemented in Kitware.VTK.vtkPExodusReader.
static new vtkExodusReader Kitware.VTK.vtkExodusReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
Reimplemented in Kitware.VTK.vtkPExodusReader.
void Kitware.VTK.vtkExodusReader.SetAllArrayStatus | ( | vtkExodusReader.ArrayType | type, |
int | flag | ||
) |
Descriptions: Return the id of the type,name variable.
void Kitware.VTK.vtkExodusReader.SetAllAssemblyArrayStatus | ( | int | status | ) |
Descriptions: Return the id of the type,name variable.
void Kitware.VTK.vtkExodusReader.SetAllBlockArrayStatus | ( | int | status | ) |
Descriptions: Return the id of the type,name variable.
void Kitware.VTK.vtkExodusReader.SetAllCellArrayStatus | ( | int | status | ) |
Descriptions: Return the id of the type,name variable.
void Kitware.VTK.vtkExodusReader.SetAllHierarchyArrayStatus | ( | int | status | ) |
Descriptions: Return the id of the type,name variable.
void Kitware.VTK.vtkExodusReader.SetAllMaterialArrayStatus | ( | int | status | ) |
Descriptions: Return the id of the type,name variable.
void Kitware.VTK.vtkExodusReader.SetAllPartArrayStatus | ( | int | status | ) |
Descriptions: Return the id of the type,name variable.
void Kitware.VTK.vtkExodusReader.SetAllPointArrayStatus | ( | int | status | ) |
Descriptions: Return the id of the type,name variable.
virtual void Kitware.VTK.vtkExodusReader.SetApplyDisplacements | ( | int | _arg | ) | [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.vtkExodusReader.SetArrayStatus | ( | vtkExodusReader.ArrayType | type, |
string | name, | ||
int | flag | ||
) |
Descriptions: Return the id of the type,name variable.
void Kitware.VTK.vtkExodusReader.SetArrayStatus | ( | string | type, |
string | name, | ||
int | flag | ||
) |
Descriptions: Return the id of the type,name variable.
void Kitware.VTK.vtkExodusReader.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.vtkExodusReader.SetAssemblyArrayStatus | ( | string | arg0, |
int | flag | ||
) |
Descriptions: By default all assemblies are loaded. These methods allow the user to select which assemblies they want to load. You can get information about the assemblies by first caling UpdateInformation, and using GetAssemblyArrayName ...
void Kitware.VTK.vtkExodusReader.SetBlockArrayStatus | ( | int | index, |
int | flag | ||
) |
Descriptions: By default all blocks are loaded. These methods allow the user to select which blocks they want to load. You can get information about the blocks by first caling UpdateInformation, and using GetBlockArrayName ...
void Kitware.VTK.vtkExodusReader.SetBlockArrayStatus | ( | string | arg0, |
int | flag | ||
) |
Descriptions: By default all blocks are loaded. These methods allow the user to select which blocks they want to load. You can get information about the blocks by first caling UpdateInformation, and using GetBlockArrayName ...
void Kitware.VTK.vtkExodusReader.SetCellArrayStatus | ( | int | index, |
int | flag | ||
) |
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.vtkExodusReader.SetCellArrayStatus | ( | string | arg0, |
int | flag | ||
) |
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.
virtual void Kitware.VTK.vtkExodusReader.SetDisplacementMagnitude | ( | float | _arg | ) | [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.vtkExodusReader.SetDisplayType | ( | int | type | ) | [virtual] |
Some simulations overload the Exodus time steps to represent mode shapes. In this case, it does not make sense to iterate over the "time steps", because they are not meant to be played in order. Rather, each represents the vibration at a different "mode." Setting this to 1 changes the semantics of the reader to not report the time steps to downstream filters. By default, this is off, which is the case for most Exodus files.
virtual void Kitware.VTK.vtkExodusReader.SetExodusModelMetadata | ( | int | _arg | ) | [virtual] |
There is a great deal of model information lost when an Exodus II file is read in to a vtkUnstructuredGrid. Turn this option ON if you want this metadata to be read in to a vtkExodusModel object. The default is OFF.
virtual void Kitware.VTK.vtkExodusReader.SetFileName | ( | string | _arg | ) | [virtual] |
Specify file name of the Exodus file.
Reimplemented in Kitware.VTK.vtkPExodusReader.
virtual void Kitware.VTK.vtkExodusReader.SetGenerateBlockIdCellArray | ( | int | _arg | ) | [virtual] |
Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName()
virtual void Kitware.VTK.vtkExodusReader.SetGenerateGlobalElementIdArray | ( | int | _arg | ) | [virtual] |
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName()
virtual void Kitware.VTK.vtkExodusReader.SetGenerateGlobalNodeIdArray | ( | int | _arg | ) | [virtual] |
Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName().
virtual void Kitware.VTK.vtkExodusReader.SetHasModeShapes | ( | int | _arg | ) | [virtual] |
Some simulations overload the Exodus time steps to represent mode shapes. In this case, it does not make sense to iterate over the "time steps", because they are not meant to be played in order. Rather, each represents the vibration at a different "mode." Setting this to 1 changes the semantics of the reader to not report the time steps to downstream filters. By default, this is off, which is the case for most Exodus files.
void Kitware.VTK.vtkExodusReader.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.vtkExodusReader.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.vtkExodusReader.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.vtkExodusReader.SetMaterialArrayStatus | ( | string | arg0, |
int | flag | ||
) |
Descriptions: By default all materials are loaded. These methods allow the user to select which materials they want to load. You can get information about the materials by first caling UpdateInformation, and using GetMaterialArrayName ...
void Kitware.VTK.vtkExodusReader.SetNodeSetArrayStatus | ( | int | index, |
int | flag | ||
) |
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml.
void Kitware.VTK.vtkExodusReader.SetNodeSetArrayStatus | ( | string | name, |
int | flag | ||
) |
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml.
virtual void Kitware.VTK.vtkExodusReader.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.vtkExodusReader.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.vtkExodusReader.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.vtkExodusReader.SetPointArrayStatus | ( | int | index, |
int | flag | ||
) |
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.vtkExodusReader.SetPointArrayStatus | ( | string | arg0, |
int | flag | ||
) |
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.vtkExodusReader.SetSideSetArrayStatus | ( | int | index, |
int | flag | ||
) |
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml.
void Kitware.VTK.vtkExodusReader.SetSideSetArrayStatus | ( | string | name, |
int | flag | ||
) |
By default Node/Side sets are not loaded, These methods allow the user to select which Node/Side sets they want to load. NumberOfNodeSets and NumberOfSideSets (set by vtk macros) are stored in vtkExodusReader but other Node/Side set metadata are stored in vtkExodusMetaData Note: GetNumberOfNodeSetArrays and GetNumberOfSideSetArrays are just syntatic sugar for paraview server xml.
virtual void Kitware.VTK.vtkExodusReader.SetTimeStep | ( | int | _arg | ) | [virtual] |
Which TimeStep to read.
virtual void Kitware.VTK.vtkExodusReader.SetTimeStepRange | ( | int | _arg1, |
int | _arg2 | ||
) | [virtual] |
Access to meta data generated by UpdateInformation.
void Kitware.VTK.vtkExodusReader.SetTimeStepRange | ( | IntPtr | _arg | ) |
Access to meta data generated by UpdateInformation.
virtual void Kitware.VTK.vtkExodusReader.SetXMLFileName | ( | string | _arg | ) | [virtual] |
Specify file name of the xml file.
begin USE_EXO_DSP_FILTERS
Reimplemented in Kitware.VTK.vtkPExodusReader.
static string Kitware.VTK.vtkExodusReader.StrDupWithNew | ( | string | s | ) | [static] |
Helper functions.
static int Kitware.VTK.vtkExodusReader.StringsEqual | ( | string | s1, |
string | s2 | ||
) | [static] |
Helper functions.
static void Kitware.VTK.vtkExodusReader.StringUppercase | ( | string | str, |
string | upperstr | ||
) | [static] |
Helper functions.
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_AddFilter_01 | ( | HandleRef | pThis, |
HandleRef | a_filter | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_AddFilterDenominatorWeight_02 | ( | HandleRef | pThis, |
double | weight | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_AddFilterForwardNumeratorWeight_03 | ( | HandleRef | pThis, |
double | weight | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_AddFilterInputVar_04 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_AddFilterNumeratorWeight_05 | ( | HandleRef | pThis, |
double | weight | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_AddFilterOutputVar_06 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_ApplyDisplacementsOff_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_ApplyDisplacementsOn_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_CanReadFile_09 | ( | HandleRef | pThis, |
string | fname | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_EnableDSPFiltering_10 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_ExodusModelMetadataOff_11 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_ExodusModelMetadataOn_12 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_FinishAddingFilter_13 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_GenerateBlockIdCellArrayOff_14 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_GenerateBlockIdCellArrayOn_15 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_GenerateGlobalElementIdArrayOff_16 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_GenerateGlobalElementIdArrayOn_17 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_GenerateGlobalNodeIdArrayOff_18 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_GenerateGlobalNodeIdArrayOn_19 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetApplyDisplacements_20 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_GetArrayName_21 | ( | HandleRef | pThis, |
vtkExodusReader.ArrayType | type, | ||
int | id | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetArrayStatus_22 | ( | HandleRef | pThis, |
vtkExodusReader.ArrayType | type, | ||
string | name | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetArrayStatus_23 | ( | HandleRef | pThis, |
string | type, | ||
string | name | ||
) | [private] |
static internal vtkExodusReader.ArrayType Kitware.VTK.vtkExodusReader.vtkExodusReader_GetArrayTypeID_24 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_GetArrayTypeName_25 | ( | vtkExodusReader.ArrayType | type | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetAssemblyArrayID_26 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_GetAssemblyArrayName_27 | ( | HandleRef | pThis, |
int | arrayIdx | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetAssemblyArrayStatus_28 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetAssemblyArrayStatus_29 | ( | HandleRef | pThis, |
string | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetBlockArrayID_30 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_GetBlockArrayName_31 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetBlockArrayStatus_32 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetBlockArrayStatus_33 | ( | HandleRef | pThis, |
string | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetBlockId_34 | ( | HandleRef | pThis, |
int | block_idx | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_GetBlockIdArrayName_35 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetCellArrayID_36 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_GetCellArrayName_37 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetCellArrayNumberOfComponents_38 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetCellArrayStatus_39 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetCellArrayStatus_40 | ( | HandleRef | pThis, |
string | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetDimensionality_42 | ( | HandleRef | pThis | ) | [private] |
static internal float Kitware.VTK.vtkExodusReader.vtkExodusReader_GetDisplacementMagnitude_43 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetDisplayType_44 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_GetDSPOutputArrays_41 | ( | HandleRef | pThis, |
int | exoid, | ||
HandleRef | output | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_GetExodusModel_45 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetExodusModelMetadata_46 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_GetFileName_47 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetGenerateBlockIdCellArray_48 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetGenerateGlobalElementIdArray_49 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetGenerateGlobalNodeIdArray_50 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetGlobalElementID_51 | ( | HandleRef | data, |
int | localID | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetGlobalElementID_52 | ( | HandleRef | data, |
int | localID, | ||
int | searchType | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_GetGlobalElementIdArrayName_53 | ( | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetGlobalNodeID_54 | ( | HandleRef | data, |
int | localID | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetGlobalNodeID_55 | ( | HandleRef | data, |
int | localID, | ||
int | searchType | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_GetGlobalNodeIdArrayName_56 | ( | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetHasModeShapes_57 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_GetHierarchyArrayName_58 | ( | HandleRef | pThis, |
int | arrayIdx | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetHierarchyArrayStatus_59 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetHierarchyArrayStatus_60 | ( | HandleRef | pThis, |
string | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetMaterialArrayID_61 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_GetMaterialArrayName_62 | ( | HandleRef | pThis, |
int | arrayIdx | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetMaterialArrayStatus_63 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetMaterialArrayStatus_64 | ( | HandleRef | pThis, |
string | arg0 | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_GetNodeSetArrayName_65 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetNodeSetArrayStatus_66 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetNodeSetArrayStatus_67 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetNumberOfArrays_68 | ( | HandleRef | pThis, |
vtkExodusReader.ArrayType | type | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetNumberOfAssemblyArrays_69 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetNumberOfBlockArrays_70 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetNumberOfBlocks_71 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetNumberOfCellArrays_72 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetNumberOfElements_73 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetNumberOfElementsInBlock_74 | ( | HandleRef | pThis, |
int | block_idx | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetNumberOfHierarchyArrays_75 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetNumberOfMaterialArrays_76 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetNumberOfNodes_79 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetNumberOfNodeSetArrays_77 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetNumberOfNodeSets_78 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetNumberOfPartArrays_80 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetNumberOfPointArrays_81 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetNumberOfSideSetArrays_82 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetNumberOfSideSets_83 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetNumberOfTimeSteps_84 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetNumberOfVariableArrays_85 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetPackExodusModelOntoOutput_86 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetPartArrayID_87 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_GetPartArrayName_88 | ( | HandleRef | pThis, |
int | arrayIdx | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetPartArrayStatus_89 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetPartArrayStatus_90 | ( | HandleRef | pThis, |
string | arg0 | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_GetPartBlockInfo_91 | ( | HandleRef | pThis, |
int | arrayIdx | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_GetPedigreeElementIdArrayName_92 | ( | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_GetPedigreeNodeIdArrayName_93 | ( | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetPointArrayID_94 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_GetPointArrayName_95 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetPointArrayNumberOfComponents_96 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetPointArrayStatus_97 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetPointArrayStatus_98 | ( | HandleRef | pThis, |
string | arg0 | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_GetSideSetArrayName_99 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetSideSetArrayStatus_100 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetSideSetArrayStatus_101 | ( | HandleRef | pThis, |
string | name | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetTimeSeriesData_102 | ( | HandleRef | pThis, |
int | ID, | ||
string | vName, | ||
string | vType, | ||
HandleRef | result | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetTimeStep_103 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_GetTimeStepRange_104 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_GetTimeStepRange_105 | ( | HandleRef | pThis, |
ref int | _arg1, | ||
ref int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_GetTimeStepRange_106 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_GetTitle_107 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetTotalNumberOfElements_108 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetTotalNumberOfNodes_109 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_GetVariableArrayName_110 | ( | HandleRef | pThis, |
int | a_which | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_GetVariableID_111 | ( | HandleRef | pThis, |
string | type, | ||
string | name | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_GetXMLFileName_112 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_HasModeShapesOff_113 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_HasModeShapesOn_114 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_IsA_115 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_IsTypeOf_116 | ( | string | type | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_IsValidVariable_117 | ( | HandleRef | pThis, |
string | type, | ||
string | name | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_NewInstance_119 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_PackExodusModelOntoOutputOff_120 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_PackExodusModelOntoOutputOn_121 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_RemoveFilter_122 | ( | HandleRef | pThis, |
string | a_outputVariableName | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_SafeDownCast_123 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetAllArrayStatus_124 | ( | HandleRef | pThis, |
vtkExodusReader.ArrayType | type, | ||
int | flag | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetAllAssemblyArrayStatus_125 | ( | HandleRef | pThis, |
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetAllBlockArrayStatus_126 | ( | HandleRef | pThis, |
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetAllCellArrayStatus_127 | ( | HandleRef | pThis, |
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetAllHierarchyArrayStatus_128 | ( | HandleRef | pThis, |
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetAllMaterialArrayStatus_129 | ( | HandleRef | pThis, |
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetAllPartArrayStatus_130 | ( | HandleRef | pThis, |
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetAllPointArrayStatus_131 | ( | HandleRef | pThis, |
int | status | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetApplyDisplacements_132 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetArrayStatus_133 | ( | HandleRef | pThis, |
vtkExodusReader.ArrayType | type, | ||
string | name, | ||
int | flag | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetArrayStatus_134 | ( | HandleRef | pThis, |
string | type, | ||
string | name, | ||
int | flag | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetAssemblyArrayStatus_135 | ( | HandleRef | pThis, |
int | index, | ||
int | flag | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetAssemblyArrayStatus_136 | ( | HandleRef | pThis, |
string | arg0, | ||
int | flag | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetBlockArrayStatus_137 | ( | HandleRef | pThis, |
int | index, | ||
int | flag | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetBlockArrayStatus_138 | ( | HandleRef | pThis, |
string | arg0, | ||
int | flag | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetCellArrayStatus_139 | ( | HandleRef | pThis, |
int | index, | ||
int | flag | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetCellArrayStatus_140 | ( | HandleRef | pThis, |
string | arg0, | ||
int | flag | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetDisplacementMagnitude_141 | ( | HandleRef | pThis, |
float | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetDisplayType_142 | ( | HandleRef | pThis, |
int | type | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetExodusModelMetadata_143 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetFileName_144 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetGenerateBlockIdCellArray_145 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetGenerateGlobalElementIdArray_146 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetGenerateGlobalNodeIdArray_147 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetHasModeShapes_148 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetHierarchyArrayStatus_149 | ( | HandleRef | pThis, |
int | index, | ||
int | flag | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetHierarchyArrayStatus_150 | ( | HandleRef | pThis, |
string | arg0, | ||
int | flag | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetMaterialArrayStatus_151 | ( | HandleRef | pThis, |
int | index, | ||
int | flag | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetMaterialArrayStatus_152 | ( | HandleRef | pThis, |
string | arg0, | ||
int | flag | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetNodeSetArrayStatus_153 | ( | HandleRef | pThis, |
int | index, | ||
int | flag | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetNodeSetArrayStatus_154 | ( | HandleRef | pThis, |
string | name, | ||
int | flag | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetPackExodusModelOntoOutput_155 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetPartArrayStatus_156 | ( | HandleRef | pThis, |
int | index, | ||
int | flag | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetPartArrayStatus_157 | ( | HandleRef | pThis, |
string | arg0, | ||
int | flag | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetPointArrayStatus_158 | ( | HandleRef | pThis, |
int | index, | ||
int | flag | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetPointArrayStatus_159 | ( | HandleRef | pThis, |
string | arg0, | ||
int | flag | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetSideSetArrayStatus_160 | ( | HandleRef | pThis, |
int | index, | ||
int | flag | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetSideSetArrayStatus_161 | ( | HandleRef | pThis, |
string | name, | ||
int | flag | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetTimeStep_162 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetTimeStepRange_163 | ( | HandleRef | pThis, |
int | _arg1, | ||
int | _arg2 | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetTimeStepRange_164 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_SetXMLFileName_165 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_StartAddingFilter_166 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExodusReader.vtkExodusReader_StrDupWithNew_167 | ( | string | s | ) | [private] |
static internal int Kitware.VTK.vtkExodusReader.vtkExodusReader_StringsEqual_169 | ( | string | s1, |
string | s2 | ||
) | [private] |
static internal void Kitware.VTK.vtkExodusReader.vtkExodusReader_StringUppercase_168 | ( | string | str, |
string | upperstr | ||
) | [private] |
new readonly string Kitware.VTK.vtkExodusReader.MRClassNameKey = "15vtkExodusReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
Reimplemented in Kitware.VTK.vtkPExodusReader.
new const string Kitware.VTK.vtkExodusReader.MRFullTypeName = "Kitware.VTK.vtkExodusReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
Reimplemented in Kitware.VTK.vtkPExodusReader.