|
| vtkPExodusIIReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) |
| Automatically generated constructor - called from generated code. DO NOT call directly. More...
|
|
| vtkPExodusIIReader () |
| Undocumented Block More...
|
|
virtual void | Broadcast (vtkMultiProcessController ctrl) |
| Sends metadata (that read from the input file, not settings modified through this API) from the rank 0 node to all other processes in a job. More...
|
|
virtual vtkMultiProcessController | GetController () |
| Set/get the communication object used to relay a list of files from the rank 0 process to all others. This is the only interprocess communication required by vtkPExodusIIReader. More...
|
|
virtual string | GetFilePattern () |
| These methods tell the reader that the data is ditributed across multiple files. This is for distributed execution. It this case, pieces are mapped to files. The pattern should have one d to format the file number. FileNumberRange is used to generate file numbers. I was thinking of having an arbitrary list of file numbers. This may happen in the future. (That is why there is no GetFileNumberRange method. More...
|
|
virtual string | GetFilePrefix () |
| These methods tell the reader that the data is ditributed across multiple files. This is for distributed execution. It this case, pieces are mapped to files. The pattern should have one d to format the file number. FileNumberRange is used to generate file numbers. I was thinking of having an arbitrary list of file numbers. This may happen in the future. (That is why there is no GetFileNumberRange method. More...
|
|
virtual int[] | GetFileRange () |
| Set the range of files that are being loaded. The range for single file should add to 0. More...
|
|
virtual void | GetFileRange (ref int _arg1, ref int _arg2) |
| Set the range of files that are being loaded. The range for single file should add to 0. More...
|
|
virtual void | GetFileRange (IntPtr _arg) |
| Set the range of files that are being loaded. The range for single file should add to 0. More...
|
|
int | GetNumberOfFileNames () |
| Return number of file names set in SetFileNames More...
|
|
virtual int | GetNumberOfFiles () |
| Return the number of files to be read. More...
|
|
override long | GetTotalNumberOfElements () |
| Return the number of files to be read. More...
|
|
override long | GetTotalNumberOfNodes () |
| Return the number of files to be read. More...
|
|
virtual double | GetVariableCacheSize () |
| The size of the variable cache in MegaByes. This represents the maximum size of cache that a single partition reader can have while reading. When a reader is finished its cache size will be set to a fraction of this based on the number of partitions. The Default for this is 100MiB. Note that because each reader still holds a fraction of the cache size after reading the total amount of data cached can be at most twice this size. More...
|
|
override int | IsA (string type) |
| Undocumented Block More...
|
|
new vtkPExodusIIReader | NewInstance () |
| Undocumented Block More...
|
|
void | SetController (vtkMultiProcessController c) |
| Set/get the communication object used to relay a list of files from the rank 0 process to all others. This is the only interprocess communication required by vtkPExodusIIReader. More...
|
|
override void | SetFileName (string name) |
| Provide an arbitrary list of file names instead of a prefix, pattern and range. Overrides any prefix, pattern and range that is specified. vtkPExodusIIReader makes it's own copy of your file names. More...
|
|
virtual void | SetFilePattern (string _arg) |
| These methods tell the reader that the data is ditributed across multiple files. This is for distributed execution. It this case, pieces are mapped to files. The pattern should have one d to format the file number. FileNumberRange is used to generate file numbers. I was thinking of having an arbitrary list of file numbers. This may happen in the future. (That is why there is no GetFileNumberRange method. More...
|
|
virtual void | SetFilePrefix (string _arg) |
| These methods tell the reader that the data is ditributed across multiple files. This is for distributed execution. It this case, pieces are mapped to files. The pattern should have one d to format the file number. FileNumberRange is used to generate file numbers. I was thinking of having an arbitrary list of file numbers. This may happen in the future. (That is why there is no GetFileNumberRange method. More...
|
|
void | SetFileRange (int arg0, int arg1) |
| Set the range of files that are being loaded. The range for single file should add to 0. More...
|
|
void | SetFileRange (IntPtr r) |
| Set the range of files that are being loaded. The range for single file should add to 0. More...
|
|
virtual void | SetVariableCacheSize (double _arg) |
| The size of the variable cache in MegaByes. This represents the maximum size of cache that a single partition reader can have while reading. When a reader is finished its cache size will be set to a fraction of this based on the number of partitions. The Default for this is 100MiB. Note that because each reader still holds a fraction of the cache size after reading the total amount of data cached can be at most twice this size. More...
|
|
override void | UpdateTimeInformation () |
| Calls UpdateTimeInformation() on all serial readers so they'll re-read their time info from the file. The last time step that they all have in common is stored in LastCommonTimeStep, which is used in RequestInformation() to override the output time-specific information keys with the range of times that ALL readers can actually read. More...
|
|
| vtkExodusIIReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) |
| Automatically generated constructor - called from generated code. DO NOT call directly. More...
|
|
| vtkExodusIIReader () |
| Undocumented Block More...
|
|
virtual void | AnimateModeShapesOff () |
| If this flag is on (the default) and HasModeShapes is also on, then this reader will report a continuous time range [0,1] and animate the displacements in a periodic sinusoid. If this flag is off and HasModeShapes is on, this reader ignores time. This flag has no effect if HasModeShapes is off. More...
|
|
virtual void | AnimateModeShapesOn () |
| If this flag is on (the default) and HasModeShapes is also on, then this reader will report a continuous time range [0,1] and animate the displacements in a periodic sinusoid. If this flag is off and HasModeShapes is on, this reader ignores time. This flag has no effect if HasModeShapes is off. More...
|
|
virtual void | ApplyDisplacementsOff () |
| Geometric locations can include displacements. By default, this is ON. The nodal positions are 'displaced' by the standard exodus displacment vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter. More...
|
|
virtual void | ApplyDisplacementsOn () |
| Geometric locations can include displacements. By default, this is ON. The nodal positions are 'displaced' by the standard exodus displacment vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter. More...
|
|
int | CanReadFile (string fname) |
| Determine if the file can be readed with this reader. More...
|
|
virtual void | Dump () |
| Re-reads time information from the exodus file and updates TimeStepRange accordingly. More...
|
|
virtual void | ExodusModelMetadataOff () |
| There is a great deal of model information lost when an Exodus II file is read in to a vtkMultiBlockDataSet. Turn this option ON if you want this metadata to be read in to a vtkExodusModel object. The default is OFF. More...
|
|
virtual void | ExodusModelMetadataOn () |
| There is a great deal of model information lost when an Exodus II file is read in to a vtkMultiBlockDataSet. Turn this option ON if you want this metadata to be read in to a vtkExodusModel object. The default is OFF. More...
|
|
virtual void | GenerateFileIdArrayOff () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
virtual void | GenerateFileIdArrayOn () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
virtual void | GenerateGlobalElementIdArrayOff () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
virtual void | GenerateGlobalElementIdArrayOn () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
virtual void | GenerateGlobalNodeIdArrayOff () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
virtual void | GenerateGlobalNodeIdArrayOn () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
virtual void | GenerateImplicitElementIdArrayOff () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
virtual void | GenerateImplicitElementIdArrayOn () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
virtual void | GenerateImplicitNodeIdArrayOff () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
virtual void | GenerateImplicitNodeIdArrayOn () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
virtual void | GenerateObjectIdCellArrayOff () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
virtual void | GenerateObjectIdCellArrayOn () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
int | GetAnimateModeShapes () |
| If this flag is on (the default) and HasModeShapes is also on, then this reader will report a continuous time range [0,1] and animate the displacements in a periodic sinusoid. If this flag is off and HasModeShapes is on, this reader ignores time. This flag has no effect if HasModeShapes is off. More...
|
|
int | GetApplyDisplacements () |
| Geometric locations can include displacements. By default, this is ON. The nodal positions are 'displaced' by the standard exodus displacment vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter. More...
|
|
int | GetAssemblyArrayID (string name) |
| Descriptions: By default all assemblies are loaded. These methods allow the user to select which assemblies they want to load. You can get information about the assemblies by first caling UpdateInformation, and using GetAssemblyArrayName ... More...
|
|
string | GetAssemblyArrayName (int arrayIdx) |
| Descriptions: By default all assemblies are loaded. These methods allow the user to select which assemblies they want to load. You can get information about the assemblies by first caling UpdateInformation, and using GetAssemblyArrayName ... More...
|
|
int | GetAssemblyArrayStatus (int index) |
| Descriptions: By default all assemblies are loaded. These methods allow the user to select which assemblies they want to load. You can get information about the assemblies by first caling UpdateInformation, and using GetAssemblyArrayName ... More...
|
|
int | GetAssemblyArrayStatus (string arg0) |
| Descriptions: By default all assemblies are loaded. These methods allow the user to select which assemblies they want to load. You can get information about the assemblies by first caling UpdateInformation, and using GetAssemblyArrayName ... More...
|
|
double | GetCacheSize () |
| Get the size of the cache in MiB. More...
|
|
int | GetDimensionality () |
| Access to meta data generated by UpdateInformation. More...
|
|
float | GetDisplacementMagnitude () |
| Geometric locations can include displacements. By default, this is ON. The nodal positions are 'displaced' by the standard exodus displacment vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter. More...
|
|
virtual int | GetDisplayType () |
| Descriptions: By default all hierarchy entries are loaded. These methods allow the user to select which hierarchy entries they want to load. You can get information about the hierarchy entries by first caling UpdateInformation, and using GetHierarchyArrayName ... these methods do not call functions in metaData. They call functions on the ExodusXMLParser since it seemed silly to duplicate all the information More...
|
|
string | GetEdgeBlockArrayName (int index) |
| time series query functions More...
|
|
int | GetEdgeBlockArrayStatus (string name) |
| time series query functions More...
|
|
string | GetEdgeMapArrayName (int index) |
| time series query functions More...
|
|
int | GetEdgeMapArrayStatus (string name) |
| time series query functions More...
|
|
string | GetEdgeResultArrayName (int index) |
| time series query functions More...
|
|
int | GetEdgeResultArrayStatus (string name) |
| time series query functions More...
|
|
string | GetEdgeSetArrayName (int index) |
| time series query functions More...
|
|
int | GetEdgeSetArrayStatus (string name) |
| time series query functions More...
|
|
string | GetEdgeSetResultArrayName (int index) |
| time series query functions More...
|
|
int | GetEdgeSetResultArrayStatus (string name) |
| time series query functions More...
|
|
string | GetElementBlockArrayName (int index) |
| time series query functions More...
|
|
int | GetElementBlockArrayStatus (string name) |
| time series query functions More...
|
|
string | GetElementMapArrayName (int index) |
| time series query functions More...
|
|
int | GetElementMapArrayStatus (string name) |
| time series query functions More...
|
|
string | GetElementResultArrayName (int index) |
| time series query functions More...
|
|
int | GetElementResultArrayStatus (string name) |
| time series query functions More...
|
|
string | GetElementSetArrayName (int index) |
| time series query functions More...
|
|
int | GetElementSetArrayStatus (string name) |
| time series query functions More...
|
|
string | GetElementSetResultArrayName (int index) |
| time series query functions More...
|
|
int | GetElementSetResultArrayStatus (string name) |
| time series query functions More...
|
|
virtual vtkExodusModel | GetExodusModel () |
| Returns the object which encapsulates the model metadata. More...
|
|
virtual int | GetExodusModelMetadata () |
| There is a great deal of model information lost when an Exodus II file is read in to a vtkMultiBlockDataSet. Turn this option ON if you want this metadata to be read in to a vtkExodusModel object. The default is OFF. More...
|
|
string | GetFaceBlockArrayName (int index) |
| time series query functions More...
|
|
int | GetFaceBlockArrayStatus (string name) |
| time series query functions More...
|
|
string | GetFaceMapArrayName (int index) |
| time series query functions More...
|
|
int | GetFaceMapArrayStatus (string name) |
| time series query functions More...
|
|
string | GetFaceResultArrayName (int index) |
| time series query functions More...
|
|
int | GetFaceResultArrayStatus (string name) |
| time series query functions More...
|
|
string | GetFaceSetArrayName (int index) |
| time series query functions More...
|
|
int | GetFaceSetArrayStatus (string name) |
| time series query functions More...
|
|
string | GetFaceSetResultArrayName (int index) |
| time series query functions More...
|
|
int | GetFaceSetResultArrayStatus (string name) |
| time series query functions More...
|
|
int | GetFileId () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
virtual string | GetFileName () |
| Specify file name of the Exodus file. More...
|
|
int | GetGenerateFileIdArray () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
int | GetGenerateGlobalElementIdArray () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
int | GetGenerateGlobalNodeIdArray () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
int | GetGenerateImplicitElementIdArray () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
int | GetGenerateImplicitNodeIdArray () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
int | GetGenerateObjectIdCellArray () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
string | GetGlobalResultArrayName (int index) |
| time series query functions More...
|
|
int | GetGlobalResultArrayStatus (string name) |
| time series query functions More...
|
|
int | GetHasModeShapes () |
| Set/Get whether the Exodus sequence number corresponds to time steps or mode shapes. By default, HasModeShapes is false unless two time values in the Exodus file are identical, in which case it is true. More...
|
|
string | GetHierarchyArrayName (int arrayIdx) |
| Descriptions: By default all hierarchy entries are loaded. These methods allow the user to select which hierarchy entries they want to load. You can get information about the hierarchy entries by first caling UpdateInformation, and using GetHierarchyArrayName ... these methods do not call functions in metaData. They call functions on the ExodusXMLParser since it seemed silly to duplicate all the information More...
|
|
int | GetHierarchyArrayStatus (int index) |
| Descriptions: By default all hierarchy entries are loaded. These methods allow the user to select which hierarchy entries they want to load. You can get information about the hierarchy entries by first caling UpdateInformation, and using GetHierarchyArrayName ... these methods do not call functions in metaData. They call functions on the ExodusXMLParser since it seemed silly to duplicate all the information More...
|
|
int | GetHierarchyArrayStatus (string arg0) |
| Descriptions: By default all hierarchy entries are loaded. These methods allow the user to select which hierarchy entries they want to load. You can get information about the hierarchy entries by first caling UpdateInformation, and using GetHierarchyArrayName ... these methods do not call functions in metaData. They call functions on the ExodusXMLParser since it seemed silly to duplicate all the information More...
|
|
override uint | GetMTime () |
| Return the object's MTime. This is overridden to include the timestamp of its internal class. More...
|
|
int | GetMaterialArrayID (string name) |
| Descriptions: By default all materials are loaded. These methods allow the user to select which materials they want to load. You can get information about the materials by first caling UpdateInformation, and using GetMaterialArrayName ... More...
|
|
string | GetMaterialArrayName (int arrayIdx) |
| Descriptions: By default all materials are loaded. These methods allow the user to select which materials they want to load. You can get information about the materials by first caling UpdateInformation, and using GetMaterialArrayName ... More...
|
|
int | GetMaterialArrayStatus (int index) |
| Descriptions: By default all materials are loaded. These methods allow the user to select which materials they want to load. You can get information about the materials by first caling UpdateInformation, and using GetMaterialArrayName ... More...
|
|
int | GetMaterialArrayStatus (string arg0) |
| Descriptions: By default all materials are loaded. These methods allow the user to select which materials they want to load. You can get information about the materials by first caling UpdateInformation, and using GetMaterialArrayName ... More...
|
|
virtual uint | GetMetadataMTime () |
| Return the MTime of the internal data structure. This is really only intended for use by vtkPExodusIIReader in order to determine if the filename is newer than the metadata. More...
|
|
double | GetModeShapeTime () |
| Set/Get the time used to animate mode shapes. This is a number between 0 and 1 that is used to scale the DisplacementMagnitude in a sinusoidal pattern. Specifically, the displacement vector for each vertex is scaled by before it is added to the vertex coordinates. More...
|
|
string | GetNodeMapArrayName (int index) |
| time series query functions More...
|
|
int | GetNodeMapArrayStatus (string name) |
| time series query functions More...
|
|
string | GetNodeSetArrayName (int index) |
| time series query functions More...
|
|
int | GetNodeSetArrayStatus (string name) |
| time series query functions More...
|
|
string | GetNodeSetResultArrayName (int index) |
| time series query functions More...
|
|
int | GetNodeSetResultArrayStatus (string name) |
| time series query functions More...
|
|
int | GetNumberOfAssemblyArrays () |
| Descriptions: By default all assemblies are loaded. These methods allow the user to select which assemblies they want to load. You can get information about the assemblies by first caling UpdateInformation, and using GetAssemblyArrayName ... More...
|
|
int | GetNumberOfEdgeBlockArrays () |
| time series query functions More...
|
|
int | GetNumberOfEdgeMapArrays () |
| time series query functions More...
|
|
int | GetNumberOfEdgeResultArrays () |
| time series query functions More...
|
|
int | GetNumberOfEdgeSetArrays () |
| time series query functions More...
|
|
int | GetNumberOfEdgeSetResultArrays () |
| time series query functions More...
|
|
int | GetNumberOfEdgesInFile () |
| Access to meta data generated by UpdateInformation. More...
|
|
int | GetNumberOfElementBlockArrays () |
| time series query functions More...
|
|
int | GetNumberOfElementMapArrays () |
| time series query functions More...
|
|
int | GetNumberOfElementResultArrays () |
| time series query functions More...
|
|
int | GetNumberOfElementSetArrays () |
| time series query functions More...
|
|
int | GetNumberOfElementSetResultArrays () |
| time series query functions More...
|
|
int | GetNumberOfElementsInFile () |
| Access to meta data generated by UpdateInformation. More...
|
|
int | GetNumberOfEntriesInObject (int objectType, int objectIndex) |
| Access to meta data generated by UpdateInformation. More...
|
|
int | GetNumberOfFaceBlockArrays () |
| time series query functions More...
|
|
int | GetNumberOfFaceMapArrays () |
| time series query functions More...
|
|
int | GetNumberOfFaceResultArrays () |
| time series query functions More...
|
|
int | GetNumberOfFaceSetArrays () |
| time series query functions More...
|
|
int | GetNumberOfFaceSetResultArrays () |
| time series query functions More...
|
|
int | GetNumberOfFacesInFile () |
| Access to meta data generated by UpdateInformation. More...
|
|
int | GetNumberOfGlobalResultArrays () |
| time series query functions More...
|
|
int | GetNumberOfHierarchyArrays () |
| Descriptions: By default all hierarchy entries are loaded. These methods allow the user to select which hierarchy entries they want to load. You can get information about the hierarchy entries by first caling UpdateInformation, and using GetHierarchyArrayName ... these methods do not call functions in metaData. They call functions on the ExodusXMLParser since it seemed silly to duplicate all the information More...
|
|
int | GetNumberOfMaterialArrays () |
| Descriptions: By default all materials are loaded. These methods allow the user to select which materials they want to load. You can get information about the materials by first caling UpdateInformation, and using GetMaterialArrayName ... More...
|
|
int | GetNumberOfNodeMapArrays () |
| time series query functions More...
|
|
int | GetNumberOfNodeSetArrays () |
| time series query functions More...
|
|
int | GetNumberOfNodeSetResultArrays () |
| time series query functions More...
|
|
int | GetNumberOfNodes () |
| Access to meta data generated by UpdateInformation. More...
|
|
int | GetNumberOfNodesInFile () |
| Access to meta data generated by UpdateInformation. More...
|
|
int | GetNumberOfObjectArrayComponents (int objectType, int arrayIndex) |
| Descriptions: By default arrays are not loaded. These methods allow the user to select which arrays they want to load. You can get information about the arrays by first caling UpdateInformation, and using GetPointArrayName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata More...
|
|
int | GetNumberOfObjectArrays (int objectType) |
| Descriptions: By default arrays are not loaded. These methods allow the user to select which arrays they want to load. You can get information about the arrays by first caling UpdateInformation, and using GetPointArrayName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata More...
|
|
int | GetNumberOfObjectAttributes (int objectType, int objectIndex) |
| Descriptions: By default attributes are not loaded. These methods allow the user to select which attributes they want to load. You can get information about the attributes by first caling UpdateInformation, and using GetObjectAttributeName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata More...
|
|
int | GetNumberOfObjects (int objectType) |
| Access to meta data generated by UpdateInformation. More...
|
|
int | GetNumberOfPartArrays () |
| Descriptions: By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ... More...
|
|
int | GetNumberOfPointResultArrays () |
| time series query functions More...
|
|
int | GetNumberOfSideSetArrays () |
| time series query functions More...
|
|
int | GetNumberOfSideSetResultArrays () |
| time series query functions More...
|
|
int | GetNumberOfTimeSteps () |
| Access to meta data generated by UpdateInformation. More...
|
|
int | GetObjectArrayIndex (int objectType, string arrayName) |
| Descriptions: By default arrays are not loaded. These methods allow the user to select which arrays they want to load. You can get information about the arrays by first caling UpdateInformation, and using GetPointArrayName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata More...
|
|
string | GetObjectArrayName (int objectType, int arrayIndex) |
| Descriptions: By default arrays are not loaded. These methods allow the user to select which arrays they want to load. You can get information about the arrays by first caling UpdateInformation, and using GetPointArrayName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata More...
|
|
int | GetObjectArrayStatus (int objectType, int arrayIndex) |
| Descriptions: By default arrays are not loaded. These methods allow the user to select which arrays they want to load. You can get information about the arrays by first caling UpdateInformation, and using GetPointArrayName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata More...
|
|
int | GetObjectArrayStatus (int objectType, string arrayName) |
| Descriptions: By default arrays are not loaded. These methods allow the user to select which arrays they want to load. You can get information about the arrays by first caling UpdateInformation, and using GetPointArrayName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata More...
|
|
int | GetObjectAttributeIndex (int objectType, int objectIndex, string attribName) |
| Descriptions: By default attributes are not loaded. These methods allow the user to select which attributes they want to load. You can get information about the attributes by first caling UpdateInformation, and using GetObjectAttributeName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata More...
|
|
string | GetObjectAttributeName (int objectType, int objectIndex, int attribIndex) |
| Descriptions: By default attributes are not loaded. These methods allow the user to select which attributes they want to load. You can get information about the attributes by first caling UpdateInformation, and using GetObjectAttributeName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata More...
|
|
int | GetObjectAttributeStatus (int objectType, int objectIndex, int attribIndex) |
| Descriptions: By default attributes are not loaded. These methods allow the user to select which attributes they want to load. You can get information about the attributes by first caling UpdateInformation, and using GetObjectAttributeName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata More...
|
|
int | GetObjectAttributeStatus (int objectType, int objectIndex, string attribName) |
| Descriptions: By default attributes are not loaded. These methods allow the user to select which attributes they want to load. You can get information about the attributes by first caling UpdateInformation, and using GetObjectAttributeName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata More...
|
|
int | GetObjectId (int objectType, int objectIndex) |
| Access to meta data generated by UpdateInformation. More...
|
|
int | GetObjectIndex (int objectType, string objectName) |
| Access to meta data generated by UpdateInformation. More...
|
|
int | GetObjectIndex (int objectType, int id) |
| Access to meta data generated by UpdateInformation. More...
|
|
string | GetObjectName (int objectType, int objectIndex) |
| Access to meta data generated by UpdateInformation. More...
|
|
int | GetObjectStatus (int objectType, int objectIndex) |
| Access to meta data generated by UpdateInformation. More...
|
|
int | GetObjectStatus (int objectType, string objectName) |
| Access to meta data generated by UpdateInformation. More...
|
|
int | GetObjectTypeFromName (string name) |
| Access to meta data generated by UpdateInformation. More...
|
|
string | GetObjectTypeName (int arg0) |
| Access to meta data generated by UpdateInformation. More...
|
|
virtual int | GetPackExodusModelOntoOutput () |
| By default, the ExodusModel metadata (if requested with ExodusModelMetadataOn()) is also encoded into field arrays and attached to the output unstructured grid. Set this OFF if you don't want this to happen. (The vtkExodusIIWriter and the vtkEnSightWriter can unpack this metadata from the field arrays and use it when writing out Exodus or EnSight files.) More...
|
|
int | GetPartArrayID (string name) |
| Descriptions: By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ... More...
|
|
string | GetPartArrayName (int arrayIdx) |
| Descriptions: By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ... More...
|
|
int | GetPartArrayStatus (int index) |
| Descriptions: By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ... More...
|
|
int | GetPartArrayStatus (string arg0) |
| Descriptions: By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ... More...
|
|
string | GetPartBlockInfo (int arrayIdx) |
| Descriptions: By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ... More...
|
|
string | GetPointResultArrayName (int index) |
| time series query functions More...
|
|
int | GetPointResultArrayStatus (string name) |
| time series query functions More...
|
|
virtual bool | GetProducedFastPathOutput () |
| HACK: Used by vtkPExodusIIReader to tell is the reader produced a valid fast path output. More...
|
|
vtkGraph | GetSIL () |
| SIL describes organization of/relationships between classifications eg. blocks/materials/hierarchies. More...
|
|
virtual int | GetSILUpdateStamp () |
| Every time the SIL is updated a this will return a different value. More...
|
|
string | GetSideSetArrayName (int index) |
| time series query functions More...
|
|
int | GetSideSetArrayStatus (string name) |
| time series query functions More...
|
|
string | GetSideSetResultArrayName (int index) |
| time series query functions More...
|
|
int | GetSideSetResultArrayStatus (string name) |
| time series query functions More...
|
|
int | GetTimeSeriesData (int ID, string vName, string vType, vtkFloatArray result) |
| time series query functions More...
|
|
virtual int | GetTimeStep () |
| Which TimeStep to read. More...
|
|
virtual int[] | GetTimeStepRange () |
| Returns the available range of valid integer time steps. More...
|
|
virtual void | GetTimeStepRange (ref int _arg1, ref int _arg2) |
| Returns the available range of valid integer time steps. More...
|
|
virtual void | GetTimeStepRange (IntPtr _arg) |
| Returns the available range of valid integer time steps. More...
|
|
string | GetTitle () |
| Access to meta data generated by UpdateInformation. More...
|
|
virtual long | GetTotalNumberOfEdges () |
| Descriptions: By default attributes are not loaded. These methods allow the user to select which attributes they want to load. You can get information about the attributes by first caling UpdateInformation, and using GetObjectAttributeName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata More...
|
|
virtual long | GetTotalNumberOfFaces () |
| Descriptions: By default attributes are not loaded. These methods allow the user to select which attributes they want to load. You can get information about the attributes by first caling UpdateInformation, and using GetObjectAttributeName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata More...
|
|
int | GetVariableID (string type, string name) |
| Descriptions: Return the id of the type,name variable More...
|
|
virtual string | GetXMLFileName () |
| Specify file name of the xml file. More...
|
|
virtual void | HasModeShapesOff () |
| Set/Get whether the Exodus sequence number corresponds to time steps or mode shapes. By default, HasModeShapes is false unless two time values in the Exodus file are identical, in which case it is true. More...
|
|
virtual void | HasModeShapesOn () |
| Set/Get whether the Exodus sequence number corresponds to time steps or mode shapes. By default, HasModeShapes is false unless two time values in the Exodus file are identical, in which case it is true. More...
|
|
int | IsValidVariable (string type, string name) |
| Descriptions: return boolean indicating whether the type,name is a valid variable More...
|
|
new vtkExodusIIReader | NewInstance () |
| Undocumented Block More...
|
|
virtual void | PackExodusModelOntoOutputOff () |
| By default, the ExodusModel metadata (if requested with ExodusModelMetadataOn()) is also encoded into field arrays and attached to the output unstructured grid. Set this OFF if you don't want this to happen. (The vtkExodusIIWriter and the vtkEnSightWriter can unpack this metadata from the field arrays and use it when writing out Exodus or EnSight files.) More...
|
|
virtual void | PackExodusModelOntoOutputOn () |
| By default, the ExodusModel metadata (if requested with ExodusModelMetadataOn()) is also encoded into field arrays and attached to the output unstructured grid. Set this OFF if you don't want this to happen. (The vtkExodusIIWriter and the vtkEnSightWriter can unpack this metadata from the field arrays and use it when writing out Exodus or EnSight files.) More...
|
|
void | Reset () |
| Reset the user-specified parameters and flush internal arrays so that the reader state is just as it was after the reader was instantiated. More...
|
|
void | ResetCache () |
| Clears out the cache entries. More...
|
|
void | ResetSettings () |
| Reset the user-specified parameters to their default values. The only settings not affected are the filename and/or pattern because these have no default. More...
|
|
void | SetAllArrayStatus (int otype, int status) |
| Descriptions: Return the id of the type,name variable More...
|
|
virtual void | SetAnimateModeShapes (int flag) |
| If this flag is on (the default) and HasModeShapes is also on, then this reader will report a continuous time range [0,1] and animate the displacements in a periodic sinusoid. If this flag is off and HasModeShapes is on, this reader ignores time. This flag has no effect if HasModeShapes is off. More...
|
|
virtual void | SetApplyDisplacements (int d) |
| Geometric locations can include displacements. By default, this is ON. The nodal positions are 'displaced' by the standard exodus displacment vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter. More...
|
|
void | SetAssemblyArrayStatus (int index, int flag) |
| Descriptions: By default all assemblies are loaded. These methods allow the user to select which assemblies they want to load. You can get information about the assemblies by first caling UpdateInformation, and using GetAssemblyArrayName ... More...
|
|
void | SetAssemblyArrayStatus (string arg0, int flag) |
| Descriptions: By default all assemblies are loaded. These methods allow the user to select which assemblies they want to load. You can get information about the assemblies by first caling UpdateInformation, and using GetAssemblyArrayName ... More...
|
|
void | SetCacheSize (double CacheSize) |
| Set the size of the cache in MiB. More...
|
|
virtual void | SetDisplacementMagnitude (float s) |
| Geometric locations can include displacements. By default, this is ON. The nodal positions are 'displaced' by the standard exodus displacment vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter. More...
|
|
virtual void | SetDisplayType (int type) |
| Descriptions: By default all hierarchy entries are loaded. These methods allow the user to select which hierarchy entries they want to load. You can get information about the hierarchy entries by first caling UpdateInformation, and using GetHierarchyArrayName ... these methods do not call functions in metaData. They call functions on the ExodusXMLParser since it seemed silly to duplicate all the information More...
|
|
void | SetEdgeBlockArrayStatus (string name, int flag) |
| time series query functions More...
|
|
void | SetEdgeMapArrayStatus (string name, int flag) |
| time series query functions More...
|
|
void | SetEdgeResultArrayStatus (string name, int flag) |
| time series query functions More...
|
|
void | SetEdgeSetArrayStatus (string name, int flag) |
| time series query functions More...
|
|
void | SetEdgeSetResultArrayStatus (string name, int flag) |
| time series query functions More...
|
|
void | SetElementBlockArrayStatus (string name, int flag) |
| time series query functions More...
|
|
void | SetElementMapArrayStatus (string name, int flag) |
| time series query functions More...
|
|
void | SetElementResultArrayStatus (string name, int flag) |
| time series query functions More...
|
|
void | SetElementSetArrayStatus (string name, int flag) |
| time series query functions More...
|
|
void | SetElementSetResultArrayStatus (string name, int flag) |
| time series query functions More...
|
|
virtual void | SetExodusModelMetadata (int _arg) |
| There is a great deal of model information lost when an Exodus II file is read in to a vtkMultiBlockDataSet. Turn this option ON if you want this metadata to be read in to a vtkExodusModel object. The default is OFF. More...
|
|
void | SetFaceBlockArrayStatus (string name, int flag) |
| time series query functions More...
|
|
void | SetFaceMapArrayStatus (string name, int flag) |
| time series query functions More...
|
|
void | SetFaceResultArrayStatus (string name, int flag) |
| time series query functions More...
|
|
void | SetFaceSetArrayStatus (string name, int flag) |
| time series query functions More...
|
|
void | SetFaceSetResultArrayStatus (string name, int flag) |
| time series query functions More...
|
|
void | SetFastPathIdType (string type) |
| Possible argument values: "INDEX","GLOBAL" "GLOBAL" means the id refers to a global id "INDEX" means the id refers to an index into the VTK array More...
|
|
void | SetFastPathObjectId (long id) |
| Possible argument values: "INDEX","GLOBAL" "GLOBAL" means the id refers to a global id "INDEX" means the id refers to an index into the VTK array More...
|
|
void | SetFastPathObjectType (string type) |
| Set the fast-path keys. All three must be set for the fast-path option to work. Possible argument values: "POINT","CELL","EDGE","FACE" More...
|
|
virtual void | SetFileId (int f) |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
virtual void | SetGenerateFileIdArray (int f) |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
virtual void | SetGenerateGlobalElementIdArray (int g) |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
virtual void | SetGenerateGlobalNodeIdArray (int g) |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
virtual void | SetGenerateImplicitElementIdArray (int g) |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
virtual void | SetGenerateImplicitNodeIdArray (int g) |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
virtual void | SetGenerateObjectIdCellArray (int g) |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
void | SetGlobalResultArrayStatus (string name, int flag) |
| time series query functions More...
|
|
virtual void | SetHasModeShapes (int ms) |
| Set/Get whether the Exodus sequence number corresponds to time steps or mode shapes. By default, HasModeShapes is false unless two time values in the Exodus file are identical, in which case it is true. More...
|
|
void | SetHierarchyArrayStatus (int index, int flag) |
| Descriptions: By default all hierarchy entries are loaded. These methods allow the user to select which hierarchy entries they want to load. You can get information about the hierarchy entries by first caling UpdateInformation, and using GetHierarchyArrayName ... these methods do not call functions in metaData. They call functions on the ExodusXMLParser since it seemed silly to duplicate all the information More...
|
|
void | SetHierarchyArrayStatus (string arg0, int flag) |
| Descriptions: By default all hierarchy entries are loaded. These methods allow the user to select which hierarchy entries they want to load. You can get information about the hierarchy entries by first caling UpdateInformation, and using GetHierarchyArrayName ... these methods do not call functions in metaData. They call functions on the ExodusXMLParser since it seemed silly to duplicate all the information More...
|
|
void | SetMaterialArrayStatus (int index, int flag) |
| Descriptions: By default all materials are loaded. These methods allow the user to select which materials they want to load. You can get information about the materials by first caling UpdateInformation, and using GetMaterialArrayName ... More...
|
|
void | SetMaterialArrayStatus (string arg0, int flag) |
| Descriptions: By default all materials are loaded. These methods allow the user to select which materials they want to load. You can get information about the materials by first caling UpdateInformation, and using GetMaterialArrayName ... More...
|
|
void | SetModeShape (int val) |
| Convenience method to set the mode-shape which is same as this->SetTimeStep(val-1); More...
|
|
virtual void | SetModeShapeTime (double phase) |
| Set/Get the time used to animate mode shapes. This is a number between 0 and 1 that is used to scale the DisplacementMagnitude in a sinusoidal pattern. Specifically, the displacement vector for each vertex is scaled by before it is added to the vertex coordinates. More...
|
|
void | SetNodeMapArrayStatus (string name, int flag) |
| time series query functions More...
|
|
void | SetNodeSetArrayStatus (string name, int flag) |
| time series query functions More...
|
|
void | SetNodeSetResultArrayStatus (string name, int flag) |
| time series query functions More...
|
|
void | SetObjectArrayStatus (int objectType, int arrayIndex, int status) |
| Descriptions: By default arrays are not loaded. These methods allow the user to select which arrays they want to load. You can get information about the arrays by first caling UpdateInformation, and using GetPointArrayName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata More...
|
|
void | SetObjectArrayStatus (int objectType, string arrayName, int status) |
| Descriptions: By default arrays are not loaded. These methods allow the user to select which arrays they want to load. You can get information about the arrays by first caling UpdateInformation, and using GetPointArrayName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata More...
|
|
void | SetObjectAttributeStatus (int objectType, int objectIndex, int attribIndex, int status) |
| Descriptions: By default attributes are not loaded. These methods allow the user to select which attributes they want to load. You can get information about the attributes by first caling UpdateInformation, and using GetObjectAttributeName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata More...
|
|
void | SetObjectAttributeStatus (int objectType, int objectIndex, string attribName, int status) |
| Descriptions: By default attributes are not loaded. These methods allow the user to select which attributes they want to load. You can get information about the attributes by first caling UpdateInformation, and using GetObjectAttributeName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata More...
|
|
void | SetObjectStatus (int objectType, int objectIndex, int status) |
| Access to meta data generated by UpdateInformation. More...
|
|
void | SetObjectStatus (int objectType, string objectName, int status) |
| Access to meta data generated by UpdateInformation. More...
|
|
virtual void | SetPackExodusModelOntoOutput (int _arg) |
| By default, the ExodusModel metadata (if requested with ExodusModelMetadataOn()) is also encoded into field arrays and attached to the output unstructured grid. Set this OFF if you don't want this to happen. (The vtkExodusIIWriter and the vtkEnSightWriter can unpack this metadata from the field arrays and use it when writing out Exodus or EnSight files.) More...
|
|
void | SetPartArrayStatus (int index, int flag) |
| Descriptions: By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ... More...
|
|
void | SetPartArrayStatus (string arg0, int flag) |
| Descriptions: By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ... More...
|
|
void | SetPointResultArrayStatus (string name, int flag) |
| time series query functions More...
|
|
void | SetSideSetArrayStatus (string name, int flag) |
| time series query functions More...
|
|
void | SetSideSetResultArrayStatus (string name, int flag) |
| time series query functions More...
|
|
virtual void | SetTimeStep (int _arg) |
| Which TimeStep to read. More...
|
|
virtual void | SetTimeStepRange (int _arg1, int _arg2) |
| Returns the available range of valid integer time steps. More...
|
|
void | SetTimeStepRange (IntPtr _arg) |
| Returns the available range of valid integer time steps. More...
|
|
virtual void | SetXMLFileName (string fname) |
| Specify file name of the xml file. More...
|
|
| vtkMultiBlockDataSetAlgorithm (IntPtr rawCppThis, bool callDisposalMethod, bool strong) |
| Automatically generated constructor - called from generated code. DO NOT call directly. More...
|
|
| vtkMultiBlockDataSetAlgorithm () |
| Undocumented Block More...
|
|
vtkMultiBlockDataSet | GetOutput () |
| Get the output data object for a port on this algorithm. More...
|
|
vtkMultiBlockDataSet | GetOutput (int arg0) |
| Get the output data object for a port on this algorithm. More...
|
|
new vtkMultiBlockDataSetAlgorithm | NewInstance () |
| Undocumented Block More...
|
|
void | SetInput (vtkDataObject arg0) |
| Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port. More...
|
|
void | SetInput (int arg0, vtkDataObject arg1) |
| Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port. More...
|
|
| vtkAlgorithm (IntPtr rawCppThis, bool callDisposalMethod, bool strong) |
| Automatically generated constructor - called from generated code. DO NOT call directly. More...
|
|
| vtkAlgorithm () |
| Undocumented Block More...
|
|
override void | Register (vtkObjectBase o) |
| Participate in garbage collection. More...
|
|
virtual void | AbortExecuteOff () |
| Set/Get the AbortExecute flag for the process object. Process objects may handle premature termination of execution in different ways. More...
|
|
virtual void | AbortExecuteOn () |
| Set/Get the AbortExecute flag for the process object. Process objects may handle premature termination of execution in different ways. More...
|
|
virtual void | AddInputConnection (int port, vtkAlgorithmOutput input) |
| Add a connection to the given input port index. See SetInputConnection() for details on input connections. This method is the complement to RemoveInputConnection() in that it adds only the connection specified without affecting other connections. Typical usage is More...
|
|
virtual void | AddInputConnection (vtkAlgorithmOutput input) |
| Add a connection to the given input port index. See SetInputConnection() for details on input connections. This method is the complement to RemoveInputConnection() in that it adds only the connection specified without affecting other connections. Typical usage is More...
|
|
virtual double | ComputePriority () |
| Returns the priority of the piece described by the current update extent. The priority is a number between 0.0 and 1.0 with 0 meaning skippable (REQUEST_DATA not needed) and 1.0 meaning important. More...
|
|
void | ConvertTotalInputToPortConnection (int ind, ref int port, ref int conn) |
| Convenience routine to convert from a linear ordering of input connections to a port/connection pair. More...
|
|
virtual int | GetAbortExecute () |
| Set/Get the AbortExecute flag for the process object. Process objects may handle premature termination of execution in different ways. More...
|
|
virtual uint | GetErrorCode () |
| The error code contains a possible error that occured while reading or writing the file. More...
|
|
vtkExecutive | GetExecutive () |
| Get this algorithm's executive. If it has none, a default executive will be created. More...
|
|
virtual vtkInformation | GetInformation () |
| Set/Get the information object associated with this algorithm. More...
|
|
vtkInformation | GetInputArrayInformation (int idx) |
| Get the info object for the specified input array to this algorithm More...
|
|
vtkAlgorithmOutput | GetInputConnection (int port, int index) |
| Get the algorithm output port connected to an input port. More...
|
|
vtkDataObject | GetInputDataObject (int port, int connection) |
| Get the data object that will contain the algorithm input for the given port and given connection. More...
|
|
vtkInformation | GetInputPortInformation (int port) |
| Get the information object associated with an input port. There is one input port per kind of input to the algorithm. Each input port tells executives what kind of data and downstream requests this algorithm can handle for that input. More...
|
|
int | GetNumberOfInputConnections (int port) |
| Get the number of inputs currently connected to a port. More...
|
|
int | GetNumberOfInputPorts () |
| Get the number of input ports used by the algorithm. More...
|
|
int | GetNumberOfOutputPorts () |
| Get the number of output ports provided by the algorithm. More...
|
|
vtkDataObject | GetOutputDataObject (int port) |
| Get the data object that will contain the algorithm output for the given port. More...
|
|
vtkAlgorithmOutput | GetOutputPort (int index) |
| Get a proxy object corresponding to the given output port of this algorithm. The proxy object can be passed to another algorithm's SetInputConnection(), AddInputConnection(), and RemoveInputConnection() methods to modify pipeline connectivity. More...
|
|
vtkAlgorithmOutput | GetOutputPort () |
| Get a proxy object corresponding to the given output port of this algorithm. The proxy object can be passed to another algorithm's SetInputConnection(), AddInputConnection(), and RemoveInputConnection() methods to modify pipeline connectivity. More...
|
|
vtkInformation | GetOutputPortInformation (int port) |
| Get the information object associated with an output port. There is one output port per output from the algorithm. Each output port tells executives what kind of upstream requests this algorithm can handle for that output. More...
|
|
virtual double | GetProgress () |
| Set/Get the execution progress of a process object. More...
|
|
virtual double | GetProgressMaxValue () |
| Set/Get the execution progress of a process object. More...
|
|
virtual double | GetProgressMinValue () |
| Set/Get the execution progress of a process object. More...
|
|
virtual string | GetProgressText () |
| Set the current text message associated with the progress state. This may be used by a calling process/GUI. Note: Because SetProgressText() is called from inside RequestData() it does not modify the algorithm object. Algorithms are not allowed to modify themselves from inside RequestData(). More...
|
|
virtual int | GetReleaseDataFlag () |
| Turn release data flag on or off for all output ports. More...
|
|
int | GetTotalNumberOfInputConnections () |
| Get the total number of inputs for this algorithm More...
|
|
int | HasExecutive () |
| Check whether this algorithm has an assigned executive. This will NOT create a default executive. More...
|
|
virtual int | ModifyRequest (vtkInformation request, int when) |
| This method gives the algorithm a chance to modify the contents of a request before or after (specified in the when argument) it is forwarded. The default implementation is empty. Returns 1 on success, 0 on failure. When can be either vtkExecutive::BeforeForward or vtkExecutive::AfterForward. More...
|
|
new vtkAlgorithm | NewInstance () |
| Undocumented Block More...
|
|
int | ProcessRequest (vtkInformation request, vtkCollection inInfo, vtkInformationVector outInfo) |
| Version of ProcessRequest() that is wrapped. This converts the collection to an array and calls the other version. More...
|
|
void | ReleaseDataFlagOff () |
| Turn release data flag on or off for all output ports. More...
|
|
void | ReleaseDataFlagOn () |
| Turn release data flag on or off for all output ports. More...
|
|
void | RemoveAllInputs () |
| Remove all the input data. More...
|
|
virtual void | RemoveInputConnection (int port, vtkAlgorithmOutput input) |
| Remove a connection from the given input port index. See SetInputConnection() for details on input connection. This method is the complement to AddInputConnection() in that it removes only the connection specified without affecting other connections. Typical usage is More...
|
|
virtual void | SetAbortExecute (int _arg) |
| Set/Get the AbortExecute flag for the process object. Process objects may handle premature termination of execution in different ways. More...
|
|
virtual void | SetExecutive (vtkExecutive executive) |
| Set this algorithm's executive. This algorithm is removed from any executive to which it has previously been assigned and then assigned to the given executive. More...
|
|
virtual void | SetInformation (vtkInformation arg0) |
| Set/Get the information object associated with this algorithm. More...
|
|
virtual void | SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, string name) |
| Set the input data arrays that this algorithm will process. Specifically the idx array that this algorithm will process (starting from 0) is the array on port, connection with the specified association and name or attribute type (such as SCALARS). The fieldAssociation refers to which field in the data object the array is stored. See vtkDataObject::FieldAssociations for detail. More...
|
|
virtual void | SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType) |
| Set the input data arrays that this algorithm will process. Specifically the idx array that this algorithm will process (starting from 0) is the array on port, connection with the specified association and name or attribute type (such as SCALARS). The fieldAssociation refers to which field in the data object the array is stored. See vtkDataObject::FieldAssociations for detail. More...
|
|
virtual void | SetInputArrayToProcess (int idx, vtkInformation info) |
| Set the input data arrays that this algorithm will process. Specifically the idx array that this algorithm will process (starting from 0) is the array on port, connection with the specified association and name or attribute type (such as SCALARS). The fieldAssociation refers to which field in the data object the array is stored. See vtkDataObject::FieldAssociations for detail. More...
|
|
virtual void | SetInputArrayToProcess (int idx, int port, int connection, string fieldAssociation, string attributeTypeorName) |
| String based versions of SetInputArrayToProcess(). Because fieldAssociation and fieldAttributeType are enums, they cannot be easily accessed from scripting language. These methods provides an easy and safe way of passing association and attribute type information. Field association is one of the following: More...
|
|
virtual void | SetInputConnection (int port, vtkAlgorithmOutput input) |
| Set the connection for the given input port index. Each input port of a filter has a specific purpose. A port may have zero or more connections and the required number is specified by each filter. Setting the connection with this method removes all other connections from the port. To add more than one connection use AddInputConnection(). More...
|
|
virtual void | SetInputConnection (vtkAlgorithmOutput input) |
| Set the connection for the given input port index. Each input port of a filter has a specific purpose. A port may have zero or more connections and the required number is specified by each filter. Setting the connection with this method removes all other connections from the port. To add more than one connection use AddInputConnection(). More...
|
|
virtual void | SetProgress (double _arg) |
| Set/Get the execution progress of a process object. More...
|
|
void | SetProgressText (string ptext) |
| Set the current text message associated with the progress state. This may be used by a calling process/GUI. Note: Because SetProgressText() is called from inside RequestData() it does not modify the algorithm object. Algorithms are not allowed to modify themselves from inside RequestData(). More...
|
|
virtual void | SetReleaseDataFlag (int arg0) |
| Turn release data flag on or off for all output ports. More...
|
|
virtual void | Update () |
| Bring this algorithm's outputs up-to-date. More...
|
|
int | UpdateExtentIsEmpty (vtkDataObject output) |
| This detects when the UpdateExtent will generate no data This condition is satisfied when the UpdateExtent has zero volume (0,-1,...) or the UpdateNumberOfPieces is 0. The source uses this call to determine whether to call Execute. More...
|
|
int | UpdateExtentIsEmpty (vtkInformation pinfo, int extentType) |
| This detects when the UpdateExtent will generate no data This condition is satisfied when the UpdateExtent has zero volume (0,-1,...) or the UpdateNumberOfPieces is 0. The source uses this call to determine whether to call Execute. More...
|
|
virtual void | UpdateInformation () |
| Backward compatibility method to invoke UpdateInformation on executive. More...
|
|
void | UpdateProgress (double amount) |
| Update the progress of the process object. If a ProgressMethod exists, executes it. Then set the Progress ivar to amount. The parameter amount should range between (0,1). More...
|
|
virtual void | UpdateWholeExtent () |
| Bring this algorithm's outputs up-to-date. More...
|
|
| vtkObject (IntPtr rawCppThis, bool callDisposalMethod, bool strong) |
| Automatically generated constructor - called from generated code. DO NOT call directly. More...
|
|
| vtkObject () |
| Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
|
|
uint | AddObserver (uint arg0, vtkCommand arg1, float priority) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
uint | AddObserver (string arg0, vtkCommand arg1, float priority) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
virtual void | DebugOff () |
| Turn debugging output off. More...
|
|
virtual void | DebugOn () |
| Turn debugging output on. More...
|
|
vtkCommand | GetCommand (uint tag) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
byte | GetDebug () |
| Get the value of the debug flag. More...
|
|
int | HasObserver (uint arg0, vtkCommand arg1) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
int | HasObserver (string arg0, vtkCommand arg1) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
int | HasObserver (uint arg0) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
int | HasObserver (string arg0) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
int | InvokeEvent (uint arg0, IntPtr callData) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
int | InvokeEvent (string arg0, IntPtr callData) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
int | InvokeEvent (uint arg0) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
int | InvokeEvent (string arg0) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
virtual void | Modified () |
| Update the modification time for this object. Many filters rely on the modification time to determine if they need to recompute their data. The modification time is a unique monotonically increasing unsigned long integer. More...
|
|
vtkObject | NewInstance () |
| Undocumented Block More...
|
|
void | RemoveAllObservers () |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
void | RemoveObserver (vtkCommand arg0) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
void | RemoveObserver (uint tag) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
void | RemoveObservers (uint arg0, vtkCommand arg1) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
void | RemoveObservers (string arg0, vtkCommand arg1) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
void | RemoveObservers (uint arg0) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
void | RemoveObservers (string arg0) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
void | SetDebug (byte debugFlag) |
| Set the value of the debug flag. A non-zero value turns debugging on. More...
|
|
override string | ToString () |
| Returns the result of calling vtkObject::Print as a C# string. More...
|
|
delegate void | vtkObjectEventHandler (vtkObject sender, vtkObjectEventArgs e) |
| Generic signature for all vtkObject events. More...
|
|
void | RemoveAllHandlersForAllEvents () |
| Call RemoveAllHandlers on each non-null vtkObjectEventRelay. TODO: This method needs to get called by the generated Dispose. Make that happen... More...
|
|
| vtkObjectBase (IntPtr rawCppThis, bool callDisposalMethod, bool strong) |
| Automatically generated constructor - called from generated code. DO NOT call directly. More...
|
|
| vtkObjectBase () |
| Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
|
|
virtual void | FastDelete () |
| Delete a reference to this object. This version will not invoke garbage collection and can potentially leak the object if it is part of a reference loop. Use this method only when it is known that the object has another reference and would not be collected if a full garbage collection check were done. More...
|
|
string | GetClassName () |
| Return the class name as a string. This method is defined in all subclasses of vtkObjectBase with the vtkTypeMacro found in vtkSetGet.h. More...
|
|
int | GetReferenceCount () |
| Return the current reference count of this object. More...
|
|
void | SetReferenceCount (int arg0) |
| Sets the reference count. (This is very dangerous, use with care.) More...
|
|
|
static new vtkPExodusIIReader | New () |
| Undocumented Block More...
|
|
static new int | IsTypeOf (string type) |
| Undocumented Block More...
|
|
static new vtkPExodusIIReader | SafeDownCast (vtkObjectBase o) |
| Undocumented Block More...
|
|
static new vtkExodusIIReader | New () |
| Undocumented Block More...
|
|
static int | GetGlobalEdgeID (vtkDataSet data, int localID) |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
static int | GetGlobalEdgeID (vtkDataSet data, int localID, int searchType) |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
static string | GetGlobalEdgeIdArrayName () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
static int | GetGlobalElementID (vtkDataSet data, int localID) |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
static int | GetGlobalElementID (vtkDataSet data, int localID, int searchType) |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
static string | GetGlobalElementIdArrayName () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
static int | GetGlobalFaceID (vtkDataSet data, int localID) |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
static int | GetGlobalFaceID (vtkDataSet data, int localID, int searchType) |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
static string | GetGlobalFaceIdArrayName () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
static int | GetGlobalNodeID (vtkDataSet data, int localID) |
| Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName(). More...
|
|
static int | GetGlobalNodeID (vtkDataSet data, int localID, int searchType) |
| Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName(). More...
|
|
static string | GetGlobalNodeIdArrayName () |
| Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName(). More...
|
|
static string | GetImplicitEdgeIdArrayName () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
static string | GetImplicitElementIdArrayName () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
static string | GetImplicitFaceIdArrayName () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
static string | GetImplicitNodeIdArrayName () |
| Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName(). More...
|
|
static string | GetObjectIdArrayName () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
static string | GetPedigreeEdgeIdArrayName () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
static string | GetPedigreeElementIdArrayName () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
static string | GetPedigreeFaceIdArrayName () |
| Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, ths is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets. More...
|
|
static string | GetPedigreeNodeIdArrayName () |
| Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName(). More...
|
|
static new int | IsTypeOf (string type) |
| Undocumented Block More...
|
|
static new vtkExodusIIReader | SafeDownCast (vtkObjectBase o) |
| Undocumented Block More...
|
|
static new vtkMultiBlockDataSetAlgorithm | New () |
| Undocumented Block More...
|
|
static new int | IsTypeOf (string type) |
| Undocumented Block More...
|
|
static new vtkMultiBlockDataSetAlgorithm | SafeDownCast (vtkObjectBase o) |
| Undocumented Block More...
|
|
static new vtkAlgorithm | New () |
| Undocumented Block More...
|
|
static vtkInformationInformationVectorKey | INPUT_ARRAYS_TO_PROCESS () |
| Keys used to specify input port requirements. More...
|
|
static vtkInformationIntegerKey | INPUT_CONNECTION () |
| Keys used to specify input port requirements. More...
|
|
static vtkInformationIntegerKey | INPUT_IS_OPTIONAL () |
| Keys used to specify input port requirements. More...
|
|
static vtkInformationIntegerKey | INPUT_IS_REPEATABLE () |
| Keys used to specify input port requirements. More...
|
|
static vtkInformationIntegerKey | INPUT_PORT () |
| Keys used to specify input port requirements. More...
|
|
static vtkInformationStringVectorKey | INPUT_REQUIRED_DATA_TYPE () |
| Keys used to specify input port requirements. More...
|
|
static vtkInformationInformationVectorKey | INPUT_REQUIRED_FIELDS () |
| Keys used to specify input port requirements. More...
|
|
static new int | IsTypeOf (string type) |
| Undocumented Block More...
|
|
static vtkInformationIntegerKey | MANAGES_METAINFORMATION () |
| These are flags that can be set that let the pipeline keep accurate meta-information for ComputePriority. More...
|
|
static vtkInformationIntegerKey | PRESERVES_ATTRIBUTES () |
| These are flags that can be set that let the pipeline keep accurate meta-information for ComputePriority. More...
|
|
static vtkInformationIntegerKey | PRESERVES_BOUNDS () |
| These are flags that can be set that let the pipeline keep accurate meta-information for ComputePriority. More...
|
|
static vtkInformationIntegerKey | PRESERVES_DATASET () |
| These are flags that can be set that let the pipeline keep accurate meta-information for ComputePriority. More...
|
|
static vtkInformationIntegerKey | PRESERVES_GEOMETRY () |
| These are flags that can be set that let the pipeline keep accurate meta-information for ComputePriority. More...
|
|
static vtkInformationIntegerKey | PRESERVES_RANGES () |
| These are flags that can be set that let the pipeline keep accurate meta-information for ComputePriority. More...
|
|
static vtkInformationIntegerKey | PRESERVES_TOPOLOGY () |
| These are flags that can be set that let the pipeline keep accurate meta-information for ComputePriority. More...
|
|
static new vtkAlgorithm | SafeDownCast (vtkObjectBase o) |
| Undocumented Block More...
|
|
static void | SetDefaultExecutivePrototype (vtkExecutive proto) |
| If the DefaultExecutivePrototype is set, a copy of it is created in CreateDefaultExecutive() using NewInstance(). More...
|
|
static new vtkObject | New () |
| Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
|
|
static void | BreakOnError () |
| This method is called when vtkErrorMacro executes. It allows the debugger to break on error. More...
|
|
static int | GetGlobalWarningDisplay () |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
static void | GlobalWarningDisplayOff () |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
static void | GlobalWarningDisplayOn () |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
static new int | IsTypeOf (string type) |
| Undocumented Block More...
|
|
static vtkObject | SafeDownCast (vtkObjectBase o) |
| Undocumented Block More...
|
|
static void | SetGlobalWarningDisplay (int val) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
static vtkObjectBase | New () |
| Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
|
|
static int | IsTypeOf (string name) |
| Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. More...
|
|