VTK
|
Read exodus 2 files .ex2. More...
#include <vtkExodusIIReader.h>
Read exodus 2 files .ex2.
vtkExodusIIReader is a unstructured grid source object that reads ExodusII files. Most of the meta data associated with the file is loaded when UpdateInformation is called. This includes information like Title, number of blocks, number and names of arrays. This data can be retrieved from methods in this reader. Separate arrays that are meant to be a single vector, are combined internally for convenience. To be combined, the array names have to be identical except for a trailing X,Y and Z (or x,y,z). By default cell and point arrays are not loaded. However, the user can flag arrays to load with the methods "SetPointArrayStatus" and "SetCellArrayStatus". The reader DOES NOT respond to piece requests
Definition at line 56 of file vtkExodusIIReader.h.
Reimplemented from vtkMultiBlockDataSetAlgorithm.
Reimplemented in vtkPExodusIIReader.
Definition at line 60 of file vtkExodusIIReader.h.
anonymous enum |
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName() ***NOTE*** No more "unique" global ID. Instead we have an arbitrary number of maps.
SEARCH_TYPE_ELEMENT | |
SEARCH_TYPE_NODE | |
SEARCH_TYPE_ELEMENT_THEN_NODE | |
SEARCH_TYPE_NODE_THEN_ELEMENT | |
ID_NOT_FOUND |
Definition at line 155 of file vtkExodusIIReader.h.
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName() ***NOTE*** No more "unique" global ID. Instead we have an arbitrary number of maps.
Definition at line 163 of file vtkExodusIIReader.h.
vtkExodusIIReader::vtkExodusIIReader | ( | ) | [protected] |
vtkExodusIIReader::~vtkExodusIIReader | ( | ) | [protected] |
static vtkExodusIIReader* vtkExodusIIReader::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkMultiBlockDataSetAlgorithm.
Reimplemented in vtkPExodusIIReader.
static int vtkExodusIIReader::IsTypeOf | ( | const char * | name | ) | [static] |
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.
Reimplemented from vtkMultiBlockDataSetAlgorithm.
Reimplemented in vtkPExodusIIReader.
virtual int vtkExodusIIReader::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkMultiBlockDataSetAlgorithm.
Reimplemented in vtkPExodusIIReader.
static vtkExodusIIReader* vtkExodusIIReader::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
Reimplemented in vtkPExodusIIReader.
virtual vtkObjectBase* vtkExodusIIReader::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
Reimplemented in vtkPExodusIIReader.
vtkExodusIIReader* vtkExodusIIReader::NewInstance | ( | ) | const |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
Reimplemented in vtkPExodusIIReader.
void vtkExodusIIReader::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkMultiBlockDataSetAlgorithm.
Reimplemented in vtkPExodusIIReader.
int vtkExodusIIReader::CanReadFile | ( | const char * | fname | ) |
Determine if the file can be readed with this reader.
virtual unsigned long vtkExodusIIReader::GetMTime | ( | ) | [virtual] |
Return the object's MTime. This is overridden to include the timestamp of its internal class.
Reimplemented from vtkObject.
virtual unsigned long vtkExodusIIReader::GetMetadataMTime | ( | ) | [virtual] |
Return the MTime of the internal data structure. This is really only intended for use by vtkPExodusIIReader in order to determine if the filename is newer than the metadata.
virtual void vtkExodusIIReader::SetFileName | ( | const char * | fname | ) | [virtual] |
Specify file name of the Exodus file.
Reimplemented in vtkPExodusIIReader.
virtual char* vtkExodusIIReader::GetFileName | ( | ) | [virtual] |
Specify file name of the Exodus file.
virtual void vtkExodusIIReader::SetXMLFileName | ( | const char * | fname | ) | [virtual] |
Specify file name of the xml file.
virtual char* vtkExodusIIReader::GetXMLFileName | ( | ) | [virtual] |
Specify file name of the xml file.
virtual void vtkExodusIIReader::SetTimeStep | ( | int | ) | [virtual] |
Which TimeStep to read.
virtual int vtkExodusIIReader::GetTimeStep | ( | ) | [virtual] |
Which TimeStep to read.
void vtkExodusIIReader::SetModeShape | ( | int | val | ) | [inline] |
Convenience method to set the mode-shape which is same as this->SetTimeStep(val-1);
Definition at line 98 of file vtkExodusIIReader.h.
virtual int* vtkExodusIIReader::GetTimeStepRange | ( | ) | [virtual] |
Returns the available range of valid integer time steps.
virtual void vtkExodusIIReader::GetTimeStepRange | ( | int & | , |
int & | |||
) | [virtual] |
Returns the available range of valid integer time steps.
virtual void vtkExodusIIReader::GetTimeStepRange | ( | int | [2] | ) | [virtual] |
Returns the available range of valid integer time steps.
virtual void vtkExodusIIReader::SetTimeStepRange | ( | int | , |
int | |||
) | [virtual] |
Returns the available range of valid integer time steps.
void vtkExodusIIReader::SetTimeStepRange | ( | int | [2] | ) |
Returns the available range of valid integer time steps.
virtual void vtkExodusIIReader::SetGenerateObjectIdCellArray | ( | int | g | ) | [virtual] |
Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, this is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets.
Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, this is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets.
virtual void vtkExodusIIReader::GenerateObjectIdCellArrayOn | ( | ) | [virtual] |
Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, this is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets.
virtual void vtkExodusIIReader::GenerateObjectIdCellArrayOff | ( | ) | [virtual] |
Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, this is the face block ID for cells representing faces from an Exodus face block. The same holds for cells representing entries of node, edge, face, side, and element sets.
static const char* vtkExodusIIReader::GetObjectIdArrayName | ( | ) | [inline, static] |
Extra cell data array that can be generated. By default, this array is ON. The value of the array is the integer id found in the exodus file. The name of the array is returned by GetBlockIdArrayName(). For cells representing elements from an Exodus element block, this is set to the element block ID. For cells representing edges from an Exodus edge block, this is the edge block ID. Similarly, this 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.
Definition at line 123 of file vtkExodusIIReader.h.
virtual void vtkExodusIIReader::SetGenerateGlobalElementIdArray | ( | int | g | ) | [virtual] |
virtual void vtkExodusIIReader::GenerateGlobalElementIdArrayOn | ( | ) | [virtual] |
virtual void vtkExodusIIReader::GenerateGlobalElementIdArrayOff | ( | ) | [virtual] |
virtual void vtkExodusIIReader::SetGenerateGlobalNodeIdArray | ( | int | g | ) | [virtual] |
virtual void vtkExodusIIReader::GenerateGlobalNodeIdArrayOn | ( | ) | [virtual] |
virtual void vtkExodusIIReader::GenerateGlobalNodeIdArrayOff | ( | ) | [virtual] |
virtual void vtkExodusIIReader::SetGenerateImplicitElementIdArray | ( | int | g | ) | [virtual] |
virtual void vtkExodusIIReader::GenerateImplicitElementIdArrayOn | ( | ) | [virtual] |
virtual void vtkExodusIIReader::GenerateImplicitElementIdArrayOff | ( | ) | [virtual] |
virtual void vtkExodusIIReader::SetGenerateImplicitNodeIdArray | ( | int | g | ) | [virtual] |
virtual void vtkExodusIIReader::GenerateImplicitNodeIdArrayOn | ( | ) | [virtual] |
virtual void vtkExodusIIReader::GenerateImplicitNodeIdArrayOff | ( | ) | [virtual] |
virtual void vtkExodusIIReader::SetGenerateFileIdArray | ( | int | f | ) | [virtual] |
virtual void vtkExodusIIReader::GenerateFileIdArrayOn | ( | ) | [virtual] |
virtual void vtkExodusIIReader::GenerateFileIdArrayOff | ( | ) | [virtual] |
virtual void vtkExodusIIReader::SetFileId | ( | int | f | ) | [virtual] |
static const char* vtkExodusIIReader::GetGlobalElementIdArrayName | ( | ) | [inline, static] |
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName() ***NOTE*** No more "unique" global ID. Instead we have an arbitrary number of maps.
Definition at line 218 of file vtkExodusIIReader.h.
static const char* vtkExodusIIReader::GetPedigreeElementIdArrayName | ( | ) | [inline, static] |
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName() ***NOTE*** No more "unique" global ID. Instead we have an arbitrary number of maps.
Definition at line 219 of file vtkExodusIIReader.h.
static int vtkExodusIIReader::GetGlobalElementID | ( | vtkDataSet * | data, |
int | localID | ||
) | [static] |
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName() ***NOTE*** No more "unique" global ID. Instead we have an arbitrary number of maps.
static int vtkExodusIIReader::GetGlobalElementID | ( | vtkDataSet * | data, |
int | localID, | ||
int | searchType | ||
) | [static] |
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName() ***NOTE*** No more "unique" global ID. Instead we have an arbitrary number of maps.
static const char* vtkExodusIIReader::GetImplicitElementIdArrayName | ( | ) | [inline, static] |
Extra cell data array that can be generated. By default, this array is off. The value of the array is the integer global id of the cell. The name of the array is returned by GetGlobalElementIdArrayName() ***NOTE*** No more "unique" global ID. Instead we have an arbitrary number of maps.
Definition at line 223 of file vtkExodusIIReader.h.
static const char* vtkExodusIIReader::GetGlobalFaceIdArrayName | ( | ) | [inline, static] |
Definition at line 226 of file vtkExodusIIReader.h.
static const char* vtkExodusIIReader::GetPedigreeFaceIdArrayName | ( | ) | [inline, static] |
Definition at line 227 of file vtkExodusIIReader.h.
static int vtkExodusIIReader::GetGlobalFaceID | ( | vtkDataSet * | data, |
int | localID | ||
) | [static] |
static int vtkExodusIIReader::GetGlobalFaceID | ( | vtkDataSet * | data, |
int | localID, | ||
int | searchType | ||
) | [static] |
static const char* vtkExodusIIReader::GetImplicitFaceIdArrayName | ( | ) | [inline, static] |
Definition at line 231 of file vtkExodusIIReader.h.
static const char* vtkExodusIIReader::GetGlobalEdgeIdArrayName | ( | ) | [inline, static] |
Definition at line 233 of file vtkExodusIIReader.h.
static const char* vtkExodusIIReader::GetPedigreeEdgeIdArrayName | ( | ) | [inline, static] |
Definition at line 234 of file vtkExodusIIReader.h.
static int vtkExodusIIReader::GetGlobalEdgeID | ( | vtkDataSet * | data, |
int | localID | ||
) | [static] |
static int vtkExodusIIReader::GetGlobalEdgeID | ( | vtkDataSet * | data, |
int | localID, | ||
int | searchType | ||
) | [static] |
static const char* vtkExodusIIReader::GetImplicitEdgeIdArrayName | ( | ) | [inline, static] |
Definition at line 238 of file vtkExodusIIReader.h.
static const char* vtkExodusIIReader::GetGlobalNodeIdArrayName | ( | ) | [inline, static] |
Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName().
Definition at line 245 of file vtkExodusIIReader.h.
static const char* vtkExodusIIReader::GetPedigreeNodeIdArrayName | ( | ) | [inline, static] |
Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName().
Definition at line 246 of file vtkExodusIIReader.h.
static int vtkExodusIIReader::GetGlobalNodeID | ( | vtkDataSet * | data, |
int | localID | ||
) | [static] |
Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName().
static int vtkExodusIIReader::GetGlobalNodeID | ( | vtkDataSet * | data, |
int | localID, | ||
int | searchType | ||
) | [static] |
Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName().
static const char* vtkExodusIIReader::GetImplicitNodeIdArrayName | ( | ) | [inline, static] |
Extra point data array that can be generated. By default, this array is ON. The value of the array is the integer id of the node. The id is relative to the entire data set. The name of the array is returned by GlobalNodeIdArrayName().
Definition at line 250 of file vtkExodusIIReader.h.
static const char* vtkExodusIIReader::GetSideSetSourceElementIdArrayName | ( | ) | [inline, static] |
Get the name of the array that stores the mapping from side set cells back to the global id of the elements they bound.
Definition at line 255 of file vtkExodusIIReader.h.
static const char* vtkExodusIIReader::GetSideSetSourceElementSideArrayName | ( | ) | [inline, static] |
Get the name of the array that stores the mapping from side set cells back to the canonical side of the elements they bound.
Definition at line 259 of file vtkExodusIIReader.h.
virtual void vtkExodusIIReader::SetApplyDisplacements | ( | int | d | ) | [virtual] |
Geometric locations can include displacements. By default, this is ON. The nodal positions are 'displaced' by the standard exodus displacment vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.
Geometric locations can include displacements. By default, this is ON. The nodal positions are 'displaced' by the standard exodus displacment vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.
virtual void vtkExodusIIReader::ApplyDisplacementsOn | ( | ) | [virtual] |
Geometric locations can include displacements. By default, this is ON. The nodal positions are 'displaced' by the standard exodus displacment vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.
virtual void vtkExodusIIReader::ApplyDisplacementsOff | ( | ) | [virtual] |
Geometric locations can include displacements. By default, this is ON. The nodal positions are 'displaced' by the standard exodus displacment vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.
virtual void vtkExodusIIReader::SetDisplacementMagnitude | ( | float | s | ) | [virtual] |
Geometric locations can include displacements. By default, this is ON. The nodal positions are 'displaced' by the standard exodus displacment vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.
Geometric locations can include displacements. By default, this is ON. The nodal positions are 'displaced' by the standard exodus displacment vector. If displacements are turned 'off', the user can explicitly add them by applying a warp filter.
virtual void vtkExodusIIReader::SetHasModeShapes | ( | int | ms | ) | [virtual] |
Set/Get whether the Exodus sequence number corresponds to time steps or mode shapes. By default, HasModeShapes is false unless two time values in the Exodus file are identical, in which case it is true.
Set/Get whether the Exodus sequence number corresponds to time steps or mode shapes. By default, HasModeShapes is false unless two time values in the Exodus file are identical, in which case it is true.
virtual void vtkExodusIIReader::HasModeShapesOn | ( | ) | [virtual] |
Set/Get whether the Exodus sequence number corresponds to time steps or mode shapes. By default, HasModeShapes is false unless two time values in the Exodus file are identical, in which case it is true.
virtual void vtkExodusIIReader::HasModeShapesOff | ( | ) | [virtual] |
Set/Get whether the Exodus sequence number corresponds to time steps or mode shapes. By default, HasModeShapes is false unless two time values in the Exodus file are identical, in which case it is true.
virtual void vtkExodusIIReader::SetModeShapeTime | ( | double | phase | ) | [virtual] |
Set/Get the time used to animate mode shapes. This is a number between 0 and 1 that is used to scale the DisplacementMagnitude in a sinusoidal pattern. Specifically, the displacement vector for each vertex is scaled by before it is added to the vertex coordinates.
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.
virtual void vtkExodusIIReader::SetAnimateModeShapes | ( | int | flag | ) | [virtual] |
If this flag is on (the default) and HasModeShapes is also on, then this reader will report a continuous time range [0,1] and animate the displacements in a periodic sinusoid. If this flag is off and HasModeShapes is on, this reader ignores time. This flag has no effect if HasModeShapes is off.
If this flag is on (the default) and HasModeShapes is also on, then this reader will report a continuous time range [0,1] and animate the displacements in a periodic sinusoid. If this flag is off and HasModeShapes is on, this reader ignores time. This flag has no effect if HasModeShapes is off.
virtual void vtkExodusIIReader::AnimateModeShapesOn | ( | ) | [virtual] |
If this flag is on (the default) and HasModeShapes is also on, then this reader will report a continuous time range [0,1] and animate the displacements in a periodic sinusoid. If this flag is off and HasModeShapes is on, this reader ignores time. This flag has no effect if HasModeShapes is off.
virtual void vtkExodusIIReader::AnimateModeShapesOff | ( | ) | [virtual] |
If this flag is on (the default) and HasModeShapes is also on, then this reader will report a continuous time range [0,1] and animate the displacements in a periodic sinusoid. If this flag is off and HasModeShapes is on, this reader ignores time. This flag has no effect if HasModeShapes is off.
const char* vtkExodusIIReader::GetTitle | ( | ) |
Access to meta data generated by UpdateInformation.
Access to meta data generated by UpdateInformation.
Access to meta data generated by UpdateInformation.
int vtkExodusIIReader::GetObjectTypeFromName | ( | const char * | name | ) |
const char* vtkExodusIIReader::GetObjectTypeName | ( | int | ) |
int vtkExodusIIReader::GetNumberOfObjects | ( | int | objectType | ) |
int vtkExodusIIReader::GetNumberOfEntriesInObject | ( | int | objectType, |
int | objectIndex | ||
) |
int vtkExodusIIReader::GetObjectId | ( | int | objectType, |
int | objectIndex | ||
) |
const char* vtkExodusIIReader::GetObjectName | ( | int | objectType, |
int | objectIndex | ||
) |
int vtkExodusIIReader::GetObjectIndex | ( | int | objectType, |
const char * | objectName | ||
) |
int vtkExodusIIReader::GetObjectIndex | ( | int | objectType, |
int | id | ||
) |
int vtkExodusIIReader::GetObjectStatus | ( | int | objectType, |
int | objectIndex | ||
) |
int vtkExodusIIReader::GetObjectStatus | ( | int | objectType, |
const char * | objectName | ||
) | [inline] |
Definition at line 326 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetObjectStatus | ( | int | objectType, |
int | objectIndex, | ||
int | status | ||
) |
void vtkExodusIIReader::SetObjectStatus | ( | int | objectType, |
const char * | objectName, | ||
int | status | ||
) |
int vtkExodusIIReader::GetNumberOfObjectArrays | ( | int | objectType | ) |
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
const char* vtkExodusIIReader::GetObjectArrayName | ( | int | objectType, |
int | arrayIndex | ||
) |
By default arrays are not loaded. These methods allow the user to select which arrays they want to load. You can get information about the arrays by first caling UpdateInformation, and using GetPointArrayName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata
int vtkExodusIIReader::GetObjectArrayIndex | ( | int | objectType, |
const char * | arrayName | ||
) |
By default arrays are not loaded. These methods allow the user to select which arrays they want to load. You can get information about the arrays by first caling UpdateInformation, and using GetPointArrayName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata
int vtkExodusIIReader::GetNumberOfObjectArrayComponents | ( | int | objectType, |
int | arrayIndex | ||
) |
By default arrays are not loaded. These methods allow the user to select which arrays they want to load. You can get information about the arrays by first caling UpdateInformation, and using GetPointArrayName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata
int vtkExodusIIReader::GetObjectArrayStatus | ( | int | objectType, |
int | arrayIndex | ||
) |
By default arrays are not loaded. These methods allow the user to select which arrays they want to load. You can get information about the arrays by first caling UpdateInformation, and using GetPointArrayName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata
int vtkExodusIIReader::GetObjectArrayStatus | ( | int | objectType, |
const char * | arrayName | ||
) | [inline] |
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
Definition at line 342 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetObjectArrayStatus | ( | int | objectType, |
int | arrayIndex, | ||
int | status | ||
) |
By default arrays are not loaded. These methods allow the user to select which arrays they want to load. You can get information about the arrays by first caling UpdateInformation, and using GetPointArrayName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata
void vtkExodusIIReader::SetObjectArrayStatus | ( | int | objectType, |
const char * | arrayName, | ||
int | status | ||
) |
By default arrays are not loaded. These methods allow the user to select which arrays they want to load. You can get information about the arrays by first caling UpdateInformation, and using GetPointArrayName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata
int vtkExodusIIReader::GetNumberOfObjectAttributes | ( | int | objectType, |
int | objectIndex | ||
) |
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
const char* vtkExodusIIReader::GetObjectAttributeName | ( | int | objectType, |
int | objectIndex, | ||
int | attribIndex | ||
) |
By default attributes are not loaded. These methods allow the user to select which attributes they want to load. You can get information about the attributes by first caling UpdateInformation, and using GetObjectAttributeName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata
int vtkExodusIIReader::GetObjectAttributeIndex | ( | int | objectType, |
int | objectIndex, | ||
const char * | attribName | ||
) |
By default attributes are not loaded. These methods allow the user to select which attributes they want to load. You can get information about the attributes by first caling UpdateInformation, and using GetObjectAttributeName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata
int vtkExodusIIReader::GetObjectAttributeStatus | ( | int | objectType, |
int | objectIndex, | ||
int | attribIndex | ||
) |
By default attributes are not loaded. These methods allow the user to select which attributes they want to load. You can get information about the attributes by first caling UpdateInformation, and using GetObjectAttributeName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata
int vtkExodusIIReader::GetObjectAttributeStatus | ( | int | objectType, |
int | objectIndex, | ||
const char * | attribName | ||
) | [inline] |
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
Definition at line 358 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetObjectAttributeStatus | ( | int | objectType, |
int | objectIndex, | ||
int | attribIndex, | ||
int | status | ||
) |
By default attributes are not loaded. These methods allow the user to select which attributes they want to load. You can get information about the attributes by first caling UpdateInformation, and using GetObjectAttributeName ... (Developer Note) This meta data is all accessed through vtkExodusMetadata
void vtkExodusIIReader::SetObjectAttributeStatus | ( | int | objectType, |
int | objectIndex, | ||
const char * | attribName, | ||
int | status | ||
) | [inline] |
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
Definition at line 362 of file vtkExodusIIReader.h.
virtual vtkIdType vtkExodusIIReader::GetTotalNumberOfNodes | ( | ) | [virtual] |
Reimplemented in vtkPExodusIIReader.
virtual vtkIdType vtkExodusIIReader::GetTotalNumberOfEdges | ( | ) | [virtual] |
virtual vtkIdType vtkExodusIIReader::GetTotalNumberOfFaces | ( | ) | [virtual] |
virtual vtkIdType vtkExodusIIReader::GetTotalNumberOfElements | ( | ) | [virtual] |
Reimplemented in vtkPExodusIIReader.
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 ...
const char* vtkExodusIIReader::GetPartArrayName | ( | int | arrayIdx | ) |
By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ...
int vtkExodusIIReader::GetPartArrayID | ( | const char * | name | ) |
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 ...
const char* vtkExodusIIReader::GetPartBlockInfo | ( | int | arrayIdx | ) |
By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ...
void vtkExodusIIReader::SetPartArrayStatus | ( | int | index, |
int | flag | ||
) |
By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ...
void vtkExodusIIReader::SetPartArrayStatus | ( | const char * | , |
int | flag | ||
) |
By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ...
int vtkExodusIIReader::GetPartArrayStatus | ( | int | index | ) |
By default all parts are loaded. These methods allow the user to select which parts they want to load. You can get information about the parts by first caling UpdateInformation, and using GetPartArrayName ...
int vtkExodusIIReader::GetPartArrayStatus | ( | const char * | ) |
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 ...
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 ...
const char* vtkExodusIIReader::GetMaterialArrayName | ( | int | arrayIdx | ) |
By default all materials are loaded. These methods allow the user to select which materials they want to load. You can get information about the materials by first caling UpdateInformation, and using GetMaterialArrayName ...
int vtkExodusIIReader::GetMaterialArrayID | ( | const char * | name | ) |
By default all materials are loaded. These methods allow the user to select which materials they want to load. You can get information about the materials by first caling UpdateInformation, and using GetMaterialArrayName ...
void vtkExodusIIReader::SetMaterialArrayStatus | ( | int | index, |
int | flag | ||
) |
By default all materials are loaded. These methods allow the user to select which materials they want to load. You can get information about the materials by first caling UpdateInformation, and using GetMaterialArrayName ...
void vtkExodusIIReader::SetMaterialArrayStatus | ( | const char * | , |
int | flag | ||
) |
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 ...
By default all materials are loaded. These methods allow the user to select which materials they want to load. You can get information about the materials by first caling UpdateInformation, and using GetMaterialArrayName ...
int vtkExodusIIReader::GetMaterialArrayStatus | ( | const char * | ) |
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 ...
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 ...
const char* vtkExodusIIReader::GetAssemblyArrayName | ( | int | arrayIdx | ) |
By default all assemblies are loaded. These methods allow the user to select which assemblies they want to load. You can get information about the assemblies by first caling UpdateInformation, and using GetAssemblyArrayName ...
int vtkExodusIIReader::GetAssemblyArrayID | ( | const char * | name | ) |
By default all assemblies are loaded. These methods allow the user to select which assemblies they want to load. You can get information about the assemblies by first caling UpdateInformation, and using GetAssemblyArrayName ...
void vtkExodusIIReader::SetAssemblyArrayStatus | ( | int | index, |
int | flag | ||
) |
By default all assemblies are loaded. These methods allow the user to select which assemblies they want to load. You can get information about the assemblies by first caling UpdateInformation, and using GetAssemblyArrayName ...
void vtkExodusIIReader::SetAssemblyArrayStatus | ( | const char * | , |
int | flag | ||
) |
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 ...
By default all assemblies are loaded. These methods allow the user to select which assemblies they want to load. You can get information about the assemblies by first caling UpdateInformation, and using GetAssemblyArrayName ...
int vtkExodusIIReader::GetAssemblyArrayStatus | ( | const char * | ) |
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 ...
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
const char* vtkExodusIIReader::GetHierarchyArrayName | ( | int | arrayIdx | ) |
By default all hierarchy entries are loaded. These methods allow the user to select which hierarchy entries they want to load. You can get information about the hierarchy entries by first caling UpdateInformation, and using GetHierarchyArrayName ... these methods do not call functions in metaData. They call functions on the ExodusXMLParser since it seemed silly to duplicate all the information
void vtkExodusIIReader::SetHierarchyArrayStatus | ( | int | index, |
int | flag | ||
) |
By default all hierarchy entries are loaded. These methods allow the user to select which hierarchy entries they want to load. You can get information about the hierarchy entries by first caling UpdateInformation, and using GetHierarchyArrayName ... these methods do not call functions in metaData. They call functions on the ExodusXMLParser since it seemed silly to duplicate all the information
void vtkExodusIIReader::SetHierarchyArrayStatus | ( | const char * | , |
int | flag | ||
) |
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
By default all hierarchy entries are loaded. These methods allow the user to select which hierarchy entries they want to load. You can get information about the hierarchy entries by first caling UpdateInformation, and using GetHierarchyArrayName ... these methods do not call functions in metaData. They call functions on the ExodusXMLParser since it seemed silly to duplicate all the information
int vtkExodusIIReader::GetHierarchyArrayStatus | ( | const char * | ) |
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
virtual int vtkExodusIIReader::GetDisplayType | ( | ) | [virtual] |
virtual void vtkExodusIIReader::SetDisplayType | ( | int | type | ) | [virtual] |
virtual void vtkExodusIIReader::ExodusModelMetadataOn | ( | ) | [virtual] |
There is a great deal of model information lost when an Exodus II file is read in to a vtkMultiBlockDataSet. Turn this option ON if you want this metadata to be read in to a vtkExodusModel object. The default is OFF.
virtual void vtkExodusIIReader::ExodusModelMetadataOff | ( | ) | [virtual] |
virtual void vtkExodusIIReader::SetExodusModelMetadata | ( | int | ) | [virtual] |
virtual int vtkExodusIIReader::GetExodusModelMetadata | ( | ) | [virtual] |
virtual vtkExodusModel* vtkExodusIIReader::GetExodusModel | ( | ) | [virtual] |
Returns the object which encapsulates the model metadata.
virtual void vtkExodusIIReader::SetPackExodusModelOntoOutput | ( | int | ) | [virtual] |
By default, the ExodusModel metadata (if requested with ExodusModelMetadataOn()) is also encoded into field arrays and attached to the output unstructured grid. Set this OFF if you don't want this to happen. (The vtkExodusIIWriter and the vtkEnSightWriter can unpack this metadata from the field arrays and use it when writing out Exodus or EnSight files.)
virtual int vtkExodusIIReader::GetPackExodusModelOntoOutput | ( | ) | [virtual] |
virtual void vtkExodusIIReader::PackExodusModelOntoOutputOn | ( | ) | [virtual] |
virtual void vtkExodusIIReader::PackExodusModelOntoOutputOff | ( | ) | [virtual] |
int vtkExodusIIReader::IsValidVariable | ( | const char * | type, |
const char * | name | ||
) |
return boolean indicating whether the type,name is a valid variable
int vtkExodusIIReader::GetVariableID | ( | const char * | type, |
const char * | name | ||
) |
Return the id of the type,name variable
void vtkExodusIIReader::SetAllArrayStatus | ( | int | otype, |
int | status | ||
) |
int vtkExodusIIReader::GetTimeSeriesData | ( | int | ID, |
const char * | vName, | ||
const char * | vType, | ||
vtkFloatArray * | result | ||
) |
int vtkExodusIIReader::GetNumberOfEdgeBlockArrays | ( | ) | [inline] |
Definition at line 478 of file vtkExodusIIReader.h.
const char* vtkExodusIIReader::GetEdgeBlockArrayName | ( | int | index | ) | [inline] |
Definition at line 480 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetEdgeBlockArrayStatus | ( | const char * | name | ) | [inline] |
Definition at line 482 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetEdgeBlockArrayStatus | ( | const char * | name, |
int | flag | ||
) | [inline] |
Definition at line 484 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNumberOfFaceBlockArrays | ( | ) | [inline] |
Definition at line 487 of file vtkExodusIIReader.h.
const char* vtkExodusIIReader::GetFaceBlockArrayName | ( | int | index | ) | [inline] |
Definition at line 489 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetFaceBlockArrayStatus | ( | const char * | name | ) | [inline] |
Definition at line 491 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetFaceBlockArrayStatus | ( | const char * | name, |
int | flag | ||
) | [inline] |
Definition at line 493 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNumberOfElementBlockArrays | ( | ) | [inline] |
Definition at line 496 of file vtkExodusIIReader.h.
const char* vtkExodusIIReader::GetElementBlockArrayName | ( | int | index | ) | [inline] |
Definition at line 498 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetElementBlockArrayStatus | ( | const char * | name | ) | [inline] |
Definition at line 500 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetElementBlockArrayStatus | ( | const char * | name, |
int | flag | ||
) | [inline] |
Definition at line 502 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNumberOfGlobalResultArrays | ( | ) | [inline] |
Definition at line 505 of file vtkExodusIIReader.h.
const char* vtkExodusIIReader::GetGlobalResultArrayName | ( | int | index | ) | [inline] |
Definition at line 507 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetGlobalResultArrayStatus | ( | const char * | name | ) | [inline] |
Definition at line 509 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetGlobalResultArrayStatus | ( | const char * | name, |
int | flag | ||
) | [inline] |
Definition at line 511 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNumberOfPointResultArrays | ( | ) | [inline] |
Definition at line 514 of file vtkExodusIIReader.h.
const char* vtkExodusIIReader::GetPointResultArrayName | ( | int | index | ) | [inline] |
Definition at line 516 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetPointResultArrayStatus | ( | const char * | name | ) | [inline] |
Definition at line 518 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetPointResultArrayStatus | ( | const char * | name, |
int | flag | ||
) | [inline] |
Definition at line 520 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNumberOfEdgeResultArrays | ( | ) | [inline] |
Definition at line 523 of file vtkExodusIIReader.h.
const char* vtkExodusIIReader::GetEdgeResultArrayName | ( | int | index | ) | [inline] |
Definition at line 525 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetEdgeResultArrayStatus | ( | const char * | name | ) | [inline] |
Definition at line 527 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetEdgeResultArrayStatus | ( | const char * | name, |
int | flag | ||
) | [inline] |
Definition at line 529 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNumberOfFaceResultArrays | ( | ) | [inline] |
Definition at line 532 of file vtkExodusIIReader.h.
const char* vtkExodusIIReader::GetFaceResultArrayName | ( | int | index | ) | [inline] |
Definition at line 534 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetFaceResultArrayStatus | ( | const char * | name | ) | [inline] |
Definition at line 536 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetFaceResultArrayStatus | ( | const char * | name, |
int | flag | ||
) | [inline] |
Definition at line 538 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNumberOfElementResultArrays | ( | ) | [inline] |
Definition at line 541 of file vtkExodusIIReader.h.
const char* vtkExodusIIReader::GetElementResultArrayName | ( | int | index | ) | [inline] |
Definition at line 543 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetElementResultArrayStatus | ( | const char * | name | ) | [inline] |
Definition at line 545 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetElementResultArrayStatus | ( | const char * | name, |
int | flag | ||
) | [inline] |
Definition at line 547 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNumberOfNodeMapArrays | ( | ) | [inline] |
Definition at line 551 of file vtkExodusIIReader.h.
const char* vtkExodusIIReader::GetNodeMapArrayName | ( | int | index | ) | [inline] |
Definition at line 553 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNodeMapArrayStatus | ( | const char * | name | ) | [inline] |
Definition at line 555 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetNodeMapArrayStatus | ( | const char * | name, |
int | flag | ||
) | [inline] |
Definition at line 557 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNumberOfEdgeMapArrays | ( | ) | [inline] |
Definition at line 560 of file vtkExodusIIReader.h.
const char* vtkExodusIIReader::GetEdgeMapArrayName | ( | int | index | ) | [inline] |
Definition at line 562 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetEdgeMapArrayStatus | ( | const char * | name | ) | [inline] |
Definition at line 564 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetEdgeMapArrayStatus | ( | const char * | name, |
int | flag | ||
) | [inline] |
Definition at line 566 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNumberOfFaceMapArrays | ( | ) | [inline] |
Definition at line 569 of file vtkExodusIIReader.h.
const char* vtkExodusIIReader::GetFaceMapArrayName | ( | int | index | ) | [inline] |
Definition at line 571 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetFaceMapArrayStatus | ( | const char * | name | ) | [inline] |
Definition at line 573 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetFaceMapArrayStatus | ( | const char * | name, |
int | flag | ||
) | [inline] |
Definition at line 575 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNumberOfElementMapArrays | ( | ) | [inline] |
Definition at line 578 of file vtkExodusIIReader.h.
const char* vtkExodusIIReader::GetElementMapArrayName | ( | int | index | ) | [inline] |
Definition at line 580 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetElementMapArrayStatus | ( | const char * | name | ) | [inline] |
Definition at line 582 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetElementMapArrayStatus | ( | const char * | name, |
int | flag | ||
) | [inline] |
Definition at line 584 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNumberOfNodeSetArrays | ( | ) | [inline] |
Definition at line 587 of file vtkExodusIIReader.h.
const char* vtkExodusIIReader::GetNodeSetArrayName | ( | int | index | ) | [inline] |
Definition at line 589 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNodeSetArrayStatus | ( | const char * | name | ) | [inline] |
Definition at line 591 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetNodeSetArrayStatus | ( | const char * | name, |
int | flag | ||
) | [inline] |
Definition at line 593 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNumberOfSideSetArrays | ( | ) | [inline] |
Definition at line 596 of file vtkExodusIIReader.h.
const char* vtkExodusIIReader::GetSideSetArrayName | ( | int | index | ) | [inline] |
Definition at line 598 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetSideSetArrayStatus | ( | const char * | name | ) | [inline] |
Definition at line 600 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetSideSetArrayStatus | ( | const char * | name, |
int | flag | ||
) | [inline] |
Definition at line 602 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNumberOfEdgeSetArrays | ( | ) | [inline] |
Definition at line 605 of file vtkExodusIIReader.h.
const char* vtkExodusIIReader::GetEdgeSetArrayName | ( | int | index | ) | [inline] |
Definition at line 607 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetEdgeSetArrayStatus | ( | const char * | name | ) | [inline] |
Definition at line 609 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetEdgeSetArrayStatus | ( | const char * | name, |
int | flag | ||
) | [inline] |
Definition at line 611 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNumberOfFaceSetArrays | ( | ) | [inline] |
Definition at line 614 of file vtkExodusIIReader.h.
const char* vtkExodusIIReader::GetFaceSetArrayName | ( | int | index | ) | [inline] |
Definition at line 616 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetFaceSetArrayStatus | ( | const char * | name | ) | [inline] |
Definition at line 618 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetFaceSetArrayStatus | ( | const char * | name, |
int | flag | ||
) | [inline] |
Definition at line 620 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNumberOfElementSetArrays | ( | ) | [inline] |
Definition at line 623 of file vtkExodusIIReader.h.
const char* vtkExodusIIReader::GetElementSetArrayName | ( | int | index | ) | [inline] |
Definition at line 625 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetElementSetArrayStatus | ( | const char * | name | ) | [inline] |
Definition at line 627 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetElementSetArrayStatus | ( | const char * | name, |
int | flag | ||
) | [inline] |
Definition at line 629 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNumberOfNodeSetResultArrays | ( | ) | [inline] |
Definition at line 633 of file vtkExodusIIReader.h.
const char* vtkExodusIIReader::GetNodeSetResultArrayName | ( | int | index | ) | [inline] |
Definition at line 635 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNodeSetResultArrayStatus | ( | const char * | name | ) | [inline] |
Definition at line 637 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetNodeSetResultArrayStatus | ( | const char * | name, |
int | flag | ||
) | [inline] |
Definition at line 639 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNumberOfSideSetResultArrays | ( | ) | [inline] |
Definition at line 642 of file vtkExodusIIReader.h.
const char* vtkExodusIIReader::GetSideSetResultArrayName | ( | int | index | ) | [inline] |
Definition at line 644 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetSideSetResultArrayStatus | ( | const char * | name | ) | [inline] |
Definition at line 646 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetSideSetResultArrayStatus | ( | const char * | name, |
int | flag | ||
) | [inline] |
Definition at line 648 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNumberOfEdgeSetResultArrays | ( | ) | [inline] |
Definition at line 651 of file vtkExodusIIReader.h.
const char* vtkExodusIIReader::GetEdgeSetResultArrayName | ( | int | index | ) | [inline] |
Definition at line 653 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetEdgeSetResultArrayStatus | ( | const char * | name | ) | [inline] |
Definition at line 655 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetEdgeSetResultArrayStatus | ( | const char * | name, |
int | flag | ||
) | [inline] |
Definition at line 657 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNumberOfFaceSetResultArrays | ( | ) | [inline] |
Definition at line 660 of file vtkExodusIIReader.h.
const char* vtkExodusIIReader::GetFaceSetResultArrayName | ( | int | index | ) | [inline] |
Definition at line 662 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetFaceSetResultArrayStatus | ( | const char * | name | ) | [inline] |
Definition at line 664 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetFaceSetResultArrayStatus | ( | const char * | name, |
int | flag | ||
) | [inline] |
Definition at line 666 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetNumberOfElementSetResultArrays | ( | ) | [inline] |
Definition at line 669 of file vtkExodusIIReader.h.
const char* vtkExodusIIReader::GetElementSetResultArrayName | ( | int | index | ) | [inline] |
Definition at line 671 of file vtkExodusIIReader.h.
int vtkExodusIIReader::GetElementSetResultArrayStatus | ( | const char * | name | ) | [inline] |
Definition at line 673 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetElementSetResultArrayStatus | ( | const char * | name, |
int | flag | ||
) | [inline] |
Definition at line 675 of file vtkExodusIIReader.h.
void vtkExodusIIReader::SetFastPathObjectType | ( | const char * | type | ) |
!
Fast path
The following are set using the fast-path keys found in vtkPExodusIIReader's input information. Fast-path keys are meant to be used by an filter that works with temporal data. Rather than re-executing the pipeline for each timestep, since the exodus reader, as part of its API, contains a faster way to read temporal data, algorithms may use these keys to request temporal data. See also: vtkExtractArraysOverTime.
Set the fast-path keys. All three must be set for the fast-path option to work. Possible argument values: "POINT","CELL","EDGE","FACE"
void vtkExodusIIReader::SetFastPathIdType | ( | const char * | type | ) |
Possible argument values: "INDEX","GLOBAL" "GLOBAL" means the id refers to a global id "INDEX" means the id refers to an index into the VTK array
void vtkExodusIIReader::SetFastPathObjectId | ( | vtkIdType | id | ) |
!
Fast path
The following are set using the fast-path keys found in vtkPExodusIIReader's input information. Fast-path keys are meant to be used by an filter that works with temporal data. Rather than re-executing the pipeline for each timestep, since the exodus reader, as part of its API, contains a faster way to read temporal data, algorithms may use these keys to request temporal data. See also: vtkExtractArraysOverTime.
Set the fast-path keys. All three must be set for the fast-path option to work. Possible argument values: "POINT","CELL","EDGE","FACE"
void vtkExodusIIReader::Reset | ( | ) |
Reset the user-specified parameters and flush internal arrays so that the reader state is just as it was after the reader was instantiated. It doesn't make sense to let users reset only the internal state; both the settings and the state are changed by this call.
void vtkExodusIIReader::ResetSettings | ( | ) |
Reset the user-specified parameters to their default values. The only settings not affected are the filename and/or pattern because these have no default. Resetting the settings but not the state allows users to keep the active cache but return to initial array selections, etc.
void vtkExodusIIReader::ResetCache | ( | ) |
Clears out the cache entries.
void vtkExodusIIReader::SetCacheSize | ( | double | CacheSize | ) |
Set the size of the cache in MiB.
Get the size of the cache in MiB.
void vtkExodusIIReader::SetSqueezePoints | ( | bool | sp | ) |
Should the reader output only points used by elements in the output mesh, or all the points. Outputting all the points is much faster since the point array can be read straight from disk and the mesh connectivity need not be altered. Squeezing the points down to the minimum set needed to produce the output mesh is useful for glyphing and other point-based operations. On large parallel datasets, loading all the points implies loading all the points on all processes and performing subsequent filtering on a much larger set. By default, SqueezePoints is true for backwards compatibility.
bool vtkExodusIIReader::GetSqueezePoints | ( | ) |
Should the reader output only points used by elements in the output mesh, or all the points. Outputting all the points is much faster since the point array can be read straight from disk and the mesh connectivity need not be altered. Squeezing the points down to the minimum set needed to produce the output mesh is useful for glyphing and other point-based operations. On large parallel datasets, loading all the points implies loading all the points on all processes and performing subsequent filtering on a much larger set. By default, SqueezePoints is true for backwards compatibility.
virtual void vtkExodusIIReader::UpdateTimeInformation | ( | ) | [virtual] |
Re-reads time information from the exodus file and updates TimeStepRange accordingly.
Reimplemented in vtkPExodusIIReader.
virtual void vtkExodusIIReader::Dump | ( | ) | [virtual] |
SIL describes organization of/relationships between classifications eg. blocks/materials/hierarchies.
virtual int vtkExodusIIReader::GetSILUpdateStamp | ( | ) | [virtual] |
Every time the SIL is updated a this will return a different value.
virtual bool vtkExodusIIReader::GetProducedFastPathOutput | ( | ) | [virtual] |
HACK: Used by vtkPExodusIIReader to tell is the reader produced a valid fast path output.
virtual void vtkExodusIIReader::NewExodusModel | ( | ) | [protected, virtual] |
Reset or create an ExodusModel and turn on arrays that must be present for the ExodusIIWriter
static int vtkExodusIIReader::GetIDHelper | ( | const char * | arrayName, |
vtkDataSet * | data, | ||
int | localID, | ||
int | searchType | ||
) | [static, protected] |
static int vtkExodusIIReader::GetGlobalID | ( | const char * | arrayName, |
vtkDataSet * | data, | ||
int | localID, | ||
int | searchType | ||
) | [static, protected] |
virtual void vtkExodusIIReader::SetMetadata | ( | vtkExodusIIReaderPrivate * | ) | [protected, virtual] |
virtual vtkExodusIIReaderPrivate* vtkExodusIIReader::GetMetadata | ( | ) | [protected, virtual] |
bool vtkExodusIIReader::FindXMLFile | ( | ) | [protected] |
Returns true if XMLFileName has already been set. Otherwise, look for the XML metadata file in the same directory as the data file(s) using the following possible file names: DATA_FILE_NAME.xml DATA_FILE_NAME.dart artifact.dta Return true if found, false otherwise
void vtkExodusIIReader::GetAllTimes | ( | vtkInformationVector * | ) | [protected] |
void vtkExodusIIReader::AdvertiseTimeSteps | ( | vtkInformation * | outputInfo | ) | [protected] |
Populates the TIME_STEPS and TIME_RANGE keys based on file metadata.
virtual void vtkExodusIIReader::SetExodusModel | ( | vtkExodusModel * | em | ) | [protected, virtual] |
int vtkExodusIIReader::ProcessRequest | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
see vtkAlgorithm for details
Reimplemented from vtkMultiBlockDataSetAlgorithm.
int vtkExodusIIReader::RequestInformation | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkMultiBlockDataSetAlgorithm.
Reimplemented in vtkPExodusIIReader.
int vtkExodusIIReader::RequestData | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkMultiBlockDataSetAlgorithm.
Reimplemented in vtkPExodusIIReader.
char* vtkExodusIIReader::FileName [protected] |
Definition at line 798 of file vtkExodusIIReader.h.
char* vtkExodusIIReader::XMLFileName [protected] |
Definition at line 799 of file vtkExodusIIReader.h.
int vtkExodusIIReader::TimeStep [protected] |
Definition at line 800 of file vtkExodusIIReader.h.
int vtkExodusIIReader::TimeStepRange[2] [protected] |
Definition at line 801 of file vtkExodusIIReader.h.
vtkTimeStamp vtkExodusIIReader::FileNameMTime [protected] |
Definition at line 802 of file vtkExodusIIReader.h.
vtkTimeStamp vtkExodusIIReader::XMLFileNameMTime [protected] |
Definition at line 803 of file vtkExodusIIReader.h.
int vtkExodusIIReader::DisplayType [protected] |
Definition at line 810 of file vtkExodusIIReader.h.
vtkExodusIIReaderPrivate* vtkExodusIIReader::Metadata [protected] |
Definition at line 813 of file vtkExodusIIReader.h.
vtkExodusModel* vtkExodusIIReader::ExodusModel [protected] |
Definition at line 815 of file vtkExodusIIReader.h.
int vtkExodusIIReader::PackExodusModelOntoOutput [protected] |
Definition at line 816 of file vtkExodusIIReader.h.
int vtkExodusIIReader::ExodusModelMetadata [protected] |
Definition at line 817 of file vtkExodusIIReader.h.
int vtkExodusIIReader::SILUpdateStamp [protected] |
Definition at line 819 of file vtkExodusIIReader.h.
bool vtkExodusIIReader::ProducedFastPathOutput [protected] |
Definition at line 820 of file vtkExodusIIReader.h.