#include <vtkExodusIIReaderPrivate.h>
Definition at line 28 of file vtkExodusIIReaderPrivate.h.
Public Types | |
enum | GlomTypes { Scalar = 0, Vector2 = 1, Vector3 = 2, SymmetricTensor = 3, IntegrationPoint = 4 } |
Tags to indicate how single-component Exodus arrays are glommed (aggregated) into multi-component VTK arrays. More... | |
enum | ArraySourceTypes { Result = 0, Attribute = 1, Map = 2, Generated = 3 } |
Tags to indicate the source of values for an array. More... | |
typedef vtkObject | Superclass |
Public Member Functions | |
void | PrintData (ostream &os, vtkIndent indent) |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
int | OpenFile (const char *filename) |
Open an ExodusII file for reading. Returns 0 on success. | |
int | CloseFile () |
Close any ExodusII file currently open for reading. Returns 0 on success. | |
int | RequestInformation () |
Get metadata for an open file with handle exoid. | |
vtkMutableDirectedGraph * | GetSIL () |
Returns the SIL. This valid only after BuildSIL() has been called. | |
void | Broadcast (vtkMultiProcessController *controller) |
Send metadata to other processes in a parallel job. | |
void | Receive (vtkMultiProcessController *controller) |
Receive metadata from the rank 0 process in a parallel job. | |
int | RequestData (vtkIdType timeStep, vtkMultiBlockDataSet *output) |
Read requested data and store in unstructured grid. | |
int | SetUpEmptyGrid (vtkMultiBlockDataSet *output) |
void | Reset () |
Reset the class so that another file may be read. | |
void | ResetSettings () |
Return user-specified variables to their default values. | |
void | ResetCache () |
Clears out any data in the cache and restores it to its initial state. | |
int | GetNumberOfTimeSteps () |
Return the number of time steps in the open file. | |
virtual int | GetTimeStep () |
Return the current time step. | |
virtual void | SetTimeStep (int) |
Set the current time step for subsequent calls to RequestData(). | |
virtual int | GetSqueezePoints () |
Return whether subsequent RequestData() calls will produce the minimal point set required to represent the output. | |
void | SetSqueezePoints (int sp) |
Set whether subsequent RequestData() calls will produce the minimal point set required to represent the output. | |
virtual void | SqueezePointsOn () |
Convenience routines that for producing (or not) the minimal point set required to represent the output. | |
virtual void | SqueezePointsOff () |
int | GetNumberOfNodes () |
Return the number of nodes in the output (depends on SqueezePoints). | |
int | GetNumberOfObjectsOfType (int otype) |
Returns the number of objects of a given type (e.g., EX_ELEM_BLOCK, EX_NODE_SET, . | |
int | GetNumberOfObjectArraysOfType (int otype) |
Returns the number of arrays defined over objects of a given type (e.g., EX_ELEM_BLOCK, EX_NODE_SET, . | |
const char * | GetObjectName (int otype, int i) |
For a given object type, returns the name of the i-th object. | |
int | GetObjectId (int otype, int i) |
For a given object type, return the user-assigned ID of the i-th object. | |
int | GetObjectSize (int otype, int i) |
For a given object type, return the size of the i-th object. | |
int | GetObjectStatus (int otype, int i) |
For a given object type, returns the status of the i-th object. | |
int | GetUnsortedObjectStatus (int otype, int i) |
For a given object type, returns the status of the i-th object, where i is an index into the unsorted object array. | |
void | SetObjectStatus (int otype, int i, int stat) |
For a given object type, sets the status of the i-th object. | |
void | SetUnsortedObjectStatus (int otype, int i, int stat) |
For a given object type, sets the status of the i-th object, where i is an index into the *unsorted* object array. | |
const char * | GetObjectArrayName (int otype, int i) |
For a given object type, returns the name of the i-th array. | |
int | GetNumberOfObjectArrayComponents (int otype, int i) |
For a given object type, returns the number of components of the i-th array. | |
int | GetObjectArrayStatus (int otype, int i) |
For a given object type, returns the status of the i-th array. | |
void | SetObjectArrayStatus (int otype, int i, int stat) |
For a given object type, sets the status of the i-th array. | |
int | GetNumberOfObjectAttributes (int objectType, int objectIndex) |
Unlike object arrays, attributes are only defined over blocks (not sets) and are defined on a per-block (not a per-block-type) basis. | |
const char * | GetObjectAttributeName (int objectType, int objectIndex, int attributeIndex) |
int | GetObjectAttributeIndex (int objectType, int objectIndex, const char *attribName) |
int | GetObjectAttributeStatus (int objectType, int objectIndex, int attribIndex) |
void | SetObjectAttributeStatus (int objectType, int objectIndex, int attribIndex, int status) |
virtual int | GetGenerateObjectIdArray () |
Generate an array containing the block or set ID associated with each cell. | |
virtual void | SetGenerateObjectIdArray (int) |
virtual void | SetGenerateGlobalElementIdArray (int) |
virtual int | GetGenerateGlobalElementIdArray () |
virtual void | SetGenerateGlobalNodeIdArray (int) |
virtual int | GetGenerateGlobalNodeIdArray () |
virtual void | SetGenerateImplicitElementIdArray (int) |
virtual int | GetGenerateImplicitElementIdArray () |
virtual void | SetGenerateImplicitNodeIdArray (int) |
virtual int | GetGenerateImplicitNodeIdArray () |
virtual void | SetGenerateFileIdArray (int) |
Should we generate an array defined over all cells (whether they are members of blocks or sets) indicating the source file? | |
virtual int | GetGenerateFileIdArray () |
virtual void | SetFileId (int) |
Set/get the number that identifies this file in a series of files (defaults to 0). | |
virtual int | GetFileId () |
virtual void | SetApplyDisplacements (int d) |
virtual int | GetApplyDisplacements () |
virtual void | SetDisplacementMagnitude (double s) |
virtual double | GetDisplacementMagnitude () |
virtual void | SetHasModeShapes (int) |
virtual int | GetHasModeShapes () |
virtual void | SetModeShapeTime (double) |
virtual double | GetModeShapeTime () |
virtual void | SetAnimateModeShapes (int) |
virtual int | GetAnimateModeShapes () |
vtkDataArray * | FindDisplacementVectors (int timeStep) |
virtual void | SetEdgeFieldDecorations (int) |
virtual int | GetEdgeFieldDecorations () |
virtual void | SetFaceFieldDecorations (int) |
virtual int | GetFaceFieldDecorations () |
struct ex_init_params * | GetModelParams () const |
virtual void | SetParser (vtkExodusIIReaderParser *) |
virtual vtkExodusIIReaderParser * | GetParser () |
int | GetNumberOfParts () |
const char * | GetPartName (int idx) |
const char * | GetPartBlockInfo (int idx) |
int | GetPartStatus (int idx) |
int | GetPartStatus (vtkStdString name) |
void | SetPartStatus (int idx, int on) |
void | SetPartStatus (vtkStdString name, int flag) |
int | GetNumberOfMaterials () |
const char * | GetMaterialName (int idx) |
int | GetMaterialStatus (int idx) |
int | GetMaterialStatus (vtkStdString name) |
void | SetMaterialStatus (int idx, int on) |
void | SetMaterialStatus (vtkStdString name, int flag) |
int | GetNumberOfAssemblies () |
const char * | GetAssemblyName (int idx) |
int | GetAssemblyStatus (int idx) |
int | GetAssemblyStatus (vtkStdString name) |
void | SetAssemblyStatus (int idx, int on) |
void | SetAssemblyStatus (vtkStdString name, int flag) |
void | SetFastPathObjectType (vtkExodusIIReader::ObjectType type) |
void | SetFastPathObjectId (vtkIdType id) |
virtual void | SetFastPathIdType (const char *) |
bool | IsXMLMetadataValid () |
void | GetInitialObjectStatus (int otype, ObjectInfoType *info) |
For a given object type, looks for an object in the collection of initial objects of the same name, or if the name is empty, then of the same id as "info". | |
void | GetInitialObjectArrayStatus (int otype, ArrayInfoType *info) |
For a given array type, looks for an object in the collection of initial objects of the same name, or if the name is empty, then of the same id as "info". | |
void | SetInitialObjectStatus (int otype, const char *name, int stat) |
For a given object type, creates and stores an ObjectInfoType object using the given name and status. | |
void | SetInitialObjectArrayStatus (int otype, const char *name, int stat) |
For a given array type, creates and stores an ArrayInfoType object using the given name and status. | |
int | UpdateTimeInformation () |
Static Public Member Functions | |
static vtkExodusIIReaderPrivate * | New () |
static int | IsTypeOf (const char *type) |
static vtkExodusIIReaderPrivate * | SafeDownCast (vtkObject *o) |
static const char * | GetObjectIdArrayName () |
static const char * | GetGlobalElementIdArrayName () |
static const char * | GetGlobalNodeIdArrayName () |
static const char * | GetImplicitElementIdArrayName () |
static const char * | GetImplicitNodeIdArrayName () |
static const char * | GetFileIdArrayName () |
static const char * | GetGlobalVariableValuesArrayName () |
static const char * | GetGlobalVariableNamesArrayName () |
Public Attributes | |
vtkTimeStamp | InformationTimeStamp |
Time stamp from last time we were in RequestInformation. | |
bool | ProducedFastPathOutput |
Protected Member Functions | |
vtkExodusIIReaderPrivate () | |
~vtkExodusIIReaderPrivate () | |
void | BuildSIL () |
Build SIL. This must be called only after RequestInformation(). | |
int | VerifyIntegrationPointGlom (int nn, char **np, vtksys::RegularExpression &re, vtkStdString &field, vtkStdString &ele) |
Returns true when order and text of names are consistent with integration points. | |
void | GlomArrayNames (int i, int num_obj, int num_vars, char **var_names, int *truth_tab) |
Aggregate Exodus array names into VTK arrays with multiple components. | |
void | PrepareGeneratedArrayInfo () |
Add generated array information to array info lists. | |
int | AssembleOutputConnectivity (vtkIdType timeStep, int otyp, int oidx, int conntypidx, BlockSetInfoType *bsinfop, vtkUnstructuredGrid *output) |
Read connectivity information and populate an unstructured grid with cells corresponding to a single block or set. | |
int | AssembleOutputPoints (vtkIdType timeStep, BlockSetInfoType *bsinfop, vtkUnstructuredGrid *output) |
Fill the output grid's point coordinates array. | |
int | AssembleOutputPointArrays (vtkIdType timeStep, BlockSetInfoType *bsinfop, vtkUnstructuredGrid *output) |
Add the requested arrays to the output grid's point data. | |
int | AssembleOutputCellArrays (vtkIdType timeStep, int otyp, int oidx, BlockSetInfoType *bsinfop, vtkUnstructuredGrid *output) |
Add the requested arrays to the output grid's cell data. | |
int | AssembleOutputProceduralArrays (vtkIdType timeStep, int otyp, int oidx, vtkUnstructuredGrid *output) |
Add procedurally generated arrays to an output mesh. | |
int | AssembleOutputGlobalArrays (vtkIdType timeStep, int otyp, int oidx, BlockSetInfoType *bsinfop, vtkUnstructuredGrid *output) |
Add mesh-global field data such as QA records to the output mesh. | |
int | AssembleOutputPointMaps (vtkIdType timeStep, BlockSetInfoType *bsinfop, vtkUnstructuredGrid *output) |
Add maps to an output mesh. | |
int | AssembleOutputCellMaps (vtkIdType timeStep, int otyp, int oidx, BlockSetInfoType *bsinfop, vtkUnstructuredGrid *output) |
int | AssembleArraysOverTime (vtkMultiBlockDataSet *output) |
Add fast-path time-varying data to field data of an output block or set. | |
void | AssembleOutputEdgeDecorations () |
void | AssembleOutputFaceDecorations () |
void | InsertBlockCells (int otyp, int obj, int conn_type, int timeStep, BlockInfoType *binfop) |
Insert cells from a specified block into a mesh. | |
void | InsertSetCells (int otyp, int obj, int conn_type, int timeStep, SetInfoType *sinfop) |
Insert cells from a specified set into a mesh. | |
void | AddPointArray (vtkDataArray *src, BlockSetInfoType *bsinfop, vtkUnstructuredGrid *output) |
Add a point array to an output grid's point data, squeezing if necessary. | |
void | InsertSetNodeCopies (vtkIntArray *refs, int otyp, int obj, SetInfoType *sinfo) |
Insert cells referenced by a node set. | |
void | InsertSetCellCopies (vtkIntArray *refs, int otyp, int obj, SetInfoType *sinfo) |
Insert cells referenced by an edge, face, or element set. | |
void | InsertSetSides (vtkIntArray *refs, int otyp, int obj, SetInfoType *sinfo) |
Insert cells referenced by a side set. | |
vtkDataArray * | GetCacheOrRead (vtkExodusIICacheKey) |
Return an array for the specified cache key. | |
int | GetConnTypeIndexFromConnType (int ctyp) |
Return the index of an object type (in a private list of all object types). | |
int | GetObjectTypeIndexFromObjectType (int otyp) |
Return the index of an object type (in a private list of all object types). | |
int | GetNumberOfObjectsAtTypeIndex (int typeIndex) |
Return the number of objects of the given type. | |
ObjectInfoType * | GetObjectInfo (int typeIndex, int objectIndex) |
Return a pointer to the ObjectInfo of the specified type and index. | |
ObjectInfoType * | GetSortedObjectInfo (int objectType, int objectIndex) |
Return a pointer to the ObjectInfo of the specified type and index, but using indices sorted by object ID. | |
ObjectInfoType * | GetUnsortedObjectInfo (int objectType, int objectIndex) |
Return a pointer to the ObjectInfo of the specified type and index, but using indices sorted by object ID. | |
int | GetBlockIndexFromFileGlobalId (int otyp, int refId) |
Get the index of the block containing the entity referenced by the specified file-global ID. | |
BlockInfoType * | GetBlockFromFileGlobalId (int otyp, int refId) |
Get the block containing the entity referenced by the specified file-global ID. | |
vtkIdType | GetSqueezePointId (BlockSetInfoType *bsinfop, int i) |
Find or create a new SqueezePoint ID (unique sequential list of points referenced by cells in blocks/sets with Status == 1). | |
void | DetermineVtkCellType (BlockInfoType &binfo) |
Determine the VTK cell type for a given edge/face/element block. | |
ArrayInfoType * | FindArrayInfoByName (int otyp, const char *name) |
Find an ArrayInfo object for a specific object type using the name as a key. | |
int | IsObjectTypeBlock (int otyp) |
Does the specified object type match? Avoid using these. | |
int | IsObjectTypeSet (int otyp) |
int | IsObjectTypeMap (int otyp) |
int | GetObjectTypeFromMapType (int mtyp) |
Given a map type (NODE_MAP, EDGE_MAP, . | |
int | GetMapTypeFromObjectType (int otyp) |
int | GetTemporalTypeFromObjectType (int otyp) |
int | GetSetTypeFromSetConnType (int sctyp) |
Given a set connectivity type (NODE_SET_CONN, . | |
int | GetBlockConnTypeFromBlockType (int btyp) |
Given a block type (EDGE_BLOCK, . | |
void | RemoveBeginningAndTrailingSpaces (int len, char **names) |
Function to trim space from names retrieved with ex_get_var_names. | |
void | ClearConnectivityCaches () |
Delete any cached connectivity information (for all blocks and sets). | |
Protected Attributes | |
vtkstd::map< int, vtkstd::vector< BlockInfoType > > | BlockInfo |
Maps a block type (EX_ELEM_BLOCK, EX_FACE_BLOCK, . | |
vtkstd::map< int, vtkstd::vector< SetInfoType > > | SetInfo |
Maps a set type (EX_ELEM_SET, . | |
vtkstd::map< int, vtkstd::vector< MapInfoType > > | MapInfo |
Maps a map type (EX_ELEM_MAP, . | |
vtkstd::vector< PartInfoType > | PartInfo |
vtkstd::vector< MaterialInfoType > | MaterialInfo |
vtkstd::vector< AssemblyInfoType > | AssemblyInfo |
vtkstd::map< int, vtkstd::vector< int > > | SortedObjectIndices |
Maps an object type to vector of indices that reorder objects of that type by their IDs. | |
vtkstd::map< int, vtkstd::vector< ArrayInfoType > > | ArrayInfo |
Maps an object type (EX_ELEM_BLOCK, EX_NODE_SET, ...) to a list of arrays. | |
vtkstd::map< int, vtkstd::vector< ArrayInfoType > > | InitialArrayInfo |
Maps an object type (EX_ELEM_BLOCK, EX_NODE_SET, . | |
vtkstd::map< int, vtkstd::vector< ObjectInfoType > > | InitialObjectInfo |
Maps an object type (EX_ELEM_BLOCK, EX_NODE_SET, . | |
int | AppWordSize |
These aren't the variables you're looking for. | |
int | DiskWordSize |
float | ExodusVersion |
The version of Exodus that wrote the currently open file (or a negative number otherwise). | |
int | Exoid |
The handle of the currently open file. | |
struct ex_init_params | ModelParameters |
Parameters describing the currently open Exodus file. | |
vtkstd::vector< double > | Times |
A list of time steps for which results variables are stored. | |
int | TimeStep |
The current time step. | |
double | ModeShapeTime |
The time value. | |
int | GenerateObjectIdArray |
int | GenerateGlobalIdArray |
int | GenerateFileIdArray |
int | GenerateGlobalElementIdArray |
int | GenerateGlobalNodeIdArray |
int | GenerateImplicitElementIdArray |
int | GenerateImplicitNodeIdArray |
int | FileId |
Defaults to 0. | |
vtkExodusIICache * | Cache |
A least-recently-used cache to hold raw arrays. | |
int | ApplyDisplacements |
float | DisplacementMagnitude |
int | HasModeShapes |
int | AnimateModeShapes |
int | EdgeFieldDecorations |
int | FaceFieldDecorations |
vtkPolyData * | EdgeDecorationMesh |
vtkPolyData * | FaceDecorationMesh |
int | SqueezePoints |
Should the reader output only points used by elements in the output mesh, or all the points. | |
vtkExodusIIReader * | Parent |
Pointer to owning reader. | |
vtkExodusIIReaderParser * | Parser |
vtkExodusIIReader::ObjectType | FastPathObjectType |
vtkIdType | FastPathObjectId |
char * | FastPathIdType |
vtkMutableDirectedGraph * | SIL |
Friends | |
class | vtkExodusIIReader |
class | vtkPExodusIIReader |
Classes | |
struct | ArrayInfoType |
A struct to hold information about time-varying arrays. More... | |
struct | AssemblyInfoType |
struct | BlockInfoType |
A struct to hold information about Exodus blocks. More... | |
struct | BlockSetInfoType |
A struct to hold information about Exodus blocks or sets (they have some members in common). More... | |
struct | MapInfoType |
A struct to hold information about Exodus maps. More... | |
struct | MaterialInfoType |
struct | ObjectInfoType |
A struct to hold information about Exodus objects (blocks, sets, maps). More... | |
struct | PartInfoType |
A struct to hold information about Exodus blocks. More... | |
struct | SetInfoType |
A struct to hold information about Exodus sets. More... |
Tags to indicate how single-component Exodus arrays are glommed (aggregated) into multi-component VTK arrays.
Definition at line 401 of file vtkExodusIIReaderPrivate.h.
Tags to indicate the source of values for an array.
Definition at line 411 of file vtkExodusIIReaderPrivate.h.
vtkExodusIIReaderPrivate::vtkExodusIIReaderPrivate | ( | ) | [protected] |
vtkExodusIIReaderPrivate::~vtkExodusIIReaderPrivate | ( | ) | [protected] |
static vtkExodusIIReaderPrivate* vtkExodusIIReaderPrivate::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
void vtkExodusIIReaderPrivate::PrintData | ( | ostream & | os, | |
vtkIndent | indent | |||
) |
virtual const char* vtkExodusIIReaderPrivate::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkObject.
static int vtkExodusIIReaderPrivate::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 vtkObject.
virtual int vtkExodusIIReaderPrivate::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 vtkObject.
static vtkExodusIIReaderPrivate* vtkExodusIIReaderPrivate::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkObject.
int vtkExodusIIReaderPrivate::OpenFile | ( | const char * | filename | ) |
Open an ExodusII file for reading. Returns 0 on success.
int vtkExodusIIReaderPrivate::CloseFile | ( | ) |
Close any ExodusII file currently open for reading. Returns 0 on success.
int vtkExodusIIReaderPrivate::RequestInformation | ( | ) |
Get metadata for an open file with handle exoid.
vtkMutableDirectedGraph* vtkExodusIIReaderPrivate::GetSIL | ( | ) | [inline] |
Returns the SIL. This valid only after BuildSIL() has been called.
Definition at line 46 of file vtkExodusIIReaderPrivate.h.
void vtkExodusIIReaderPrivate::Broadcast | ( | vtkMultiProcessController * | controller | ) |
Send metadata to other processes in a parallel job.
void vtkExodusIIReaderPrivate::Receive | ( | vtkMultiProcessController * | controller | ) |
Receive metadata from the rank 0 process in a parallel job.
int vtkExodusIIReaderPrivate::RequestData | ( | vtkIdType | timeStep, | |
vtkMultiBlockDataSet * | output | |||
) |
Read requested data and store in unstructured grid.
int vtkExodusIIReaderPrivate::SetUpEmptyGrid | ( | vtkMultiBlockDataSet * | output | ) |
void vtkExodusIIReaderPrivate::Reset | ( | ) |
Reset the class so that another file may be read.
This does not change any user-specified parameters, such as which generated arrays should be present, whether there are mode shapes or time steps, etc. Note that which arrays should be loaded is a more delicate issue; if you set these after RequestInformation has been called, these will not be saved. Any settings you make before RequestInformation is called will be saved because they are stored in InitialArrayInfo and InitialObjectInfo.
void vtkExodusIIReaderPrivate::ResetSettings | ( | ) |
Return user-specified variables to their default values.
Calling ResetSettings() and then Reset() will return the class to a state just like it was after New() was called.
void vtkExodusIIReaderPrivate::ResetCache | ( | ) |
Clears out any data in the cache and restores it to its initial state.
int vtkExodusIIReaderPrivate::GetNumberOfTimeSteps | ( | ) | [inline] |
Return the number of time steps in the open file.
You must have called RequestInformation() before invoking this member function.
Definition at line 89 of file vtkExodusIIReaderPrivate.h.
virtual int vtkExodusIIReaderPrivate::GetTimeStep | ( | ) | [virtual] |
Return the current time step.
virtual void vtkExodusIIReaderPrivate::SetTimeStep | ( | int | ) | [virtual] |
Set the current time step for subsequent calls to RequestData().
virtual int vtkExodusIIReaderPrivate::GetSqueezePoints | ( | ) | [virtual] |
Return whether subsequent RequestData() calls will produce the minimal point set required to represent the output.
void vtkExodusIIReaderPrivate::SetSqueezePoints | ( | int | sp | ) |
Set whether subsequent RequestData() calls will produce the minimal point set required to represent the output.
virtual void vtkExodusIIReaderPrivate::SqueezePointsOn | ( | ) | [virtual] |
Convenience routines that for producing (or not) the minimal point set required to represent the output.
virtual void vtkExodusIIReaderPrivate::SqueezePointsOff | ( | ) | [virtual] |
int vtkExodusIIReaderPrivate::GetNumberOfNodes | ( | ) |
Return the number of nodes in the output (depends on SqueezePoints).
int vtkExodusIIReaderPrivate::GetNumberOfObjectsOfType | ( | int | otype | ) |
Returns the number of objects of a given type (e.g., EX_ELEM_BLOCK, EX_NODE_SET, .
..). You must have called RequestInformation before invoking this member function.
int vtkExodusIIReaderPrivate::GetNumberOfObjectArraysOfType | ( | int | otype | ) |
Returns the number of arrays defined over objects of a given type (e.g., EX_ELEM_BLOCK, EX_NODE_SET, .
..). You must have called RequestInformation before invoking this member function.
N.B.: This method will eventually disappear. Really, what we should be providing is an interface to query the arrays defined on a particular object, not a class of objects. However, until the reader outputs multiblock datasets, we can't be that specific.
const char* vtkExodusIIReaderPrivate::GetObjectName | ( | int | otype, | |
int | i | |||
) |
For a given object type, returns the name of the i-th object.
You must have called RequestInformation before invoking this member function.
int vtkExodusIIReaderPrivate::GetObjectId | ( | int | otype, | |
int | i | |||
) |
For a given object type, return the user-assigned ID of the i-th object.
You must have called RequestInformation before invoking this member function.
int vtkExodusIIReaderPrivate::GetObjectSize | ( | int | otype, | |
int | i | |||
) |
For a given object type, return the size of the i-th object.
The size is the number of entries. As an example, for an element block, it is the number of elements. You must have called RequestInformation before invoking this member function.
int vtkExodusIIReaderPrivate::GetObjectStatus | ( | int | otype, | |
int | i | |||
) |
For a given object type, returns the status of the i-th object.
You must have called RequestInformation before invoking this member function.
int vtkExodusIIReaderPrivate::GetUnsortedObjectStatus | ( | int | otype, | |
int | i | |||
) |
For a given object type, returns the status of the i-th object, where i is an index into the unsorted object array.
You must have called RequestInformation before invoking this member function.
void vtkExodusIIReaderPrivate::SetObjectStatus | ( | int | otype, | |
int | i, | |||
int | stat | |||
) |
For a given object type, sets the status of the i-th object.
You must have called RequestInformation before invoking this member function.
void vtkExodusIIReaderPrivate::SetUnsortedObjectStatus | ( | int | otype, | |
int | i, | |||
int | stat | |||
) |
For a given object type, sets the status of the i-th object, where i is an index into the *unsorted* object array.
You must have called RequestInformation before invoking this member function.
const char* vtkExodusIIReaderPrivate::GetObjectArrayName | ( | int | otype, | |
int | i | |||
) |
For a given object type, returns the name of the i-th array.
You must have called RequestInformation before invoking this member function.
int vtkExodusIIReaderPrivate::GetNumberOfObjectArrayComponents | ( | int | otype, | |
int | i | |||
) |
For a given object type, returns the number of components of the i-th array.
You must have called RequestInformation before invoking this member function.
int vtkExodusIIReaderPrivate::GetObjectArrayStatus | ( | int | otype, | |
int | i | |||
) |
For a given object type, returns the status of the i-th array.
You must have called RequestInformation before invoking this member function.
void vtkExodusIIReaderPrivate::SetObjectArrayStatus | ( | int | otype, | |
int | i, | |||
int | stat | |||
) |
For a given object type, sets the status of the i-th array.
You must have called RequestInformation before invoking this member function.
int vtkExodusIIReaderPrivate::GetNumberOfObjectAttributes | ( | int | objectType, | |
int | objectIndex | |||
) |
Unlike object arrays, attributes are only defined over blocks (not sets) and are defined on a per-block (not a per-block-type) basis.
In other words, there is no truth table for attributes. This means the interface is different because each block can have a different number of attributes with different names.
const char* vtkExodusIIReaderPrivate::GetObjectAttributeName | ( | int | objectType, | |
int | objectIndex, | |||
int | attributeIndex | |||
) |
int vtkExodusIIReaderPrivate::GetObjectAttributeIndex | ( | int | objectType, | |
int | objectIndex, | |||
const char * | attribName | |||
) |
int vtkExodusIIReaderPrivate::GetObjectAttributeStatus | ( | int | objectType, | |
int | objectIndex, | |||
int | attribIndex | |||
) |
void vtkExodusIIReaderPrivate::SetObjectAttributeStatus | ( | int | objectType, | |
int | objectIndex, | |||
int | attribIndex, | |||
int | status | |||
) |
virtual int vtkExodusIIReaderPrivate::GetGenerateObjectIdArray | ( | ) | [virtual] |
Generate an array containing the block or set ID associated with each cell.
virtual void vtkExodusIIReaderPrivate::SetGenerateObjectIdArray | ( | int | ) | [virtual] |
static const char* vtkExodusIIReaderPrivate::GetObjectIdArrayName | ( | ) | [inline, static] |
Definition at line 223 of file vtkExodusIIReaderPrivate.h.
virtual void vtkExodusIIReaderPrivate::SetGenerateGlobalElementIdArray | ( | int | ) | [virtual] |
virtual int vtkExodusIIReaderPrivate::GetGenerateGlobalElementIdArray | ( | ) | [virtual] |
static const char* vtkExodusIIReaderPrivate::GetGlobalElementIdArrayName | ( | ) | [inline, static] |
Definition at line 227 of file vtkExodusIIReaderPrivate.h.
virtual void vtkExodusIIReaderPrivate::SetGenerateGlobalNodeIdArray | ( | int | ) | [virtual] |
virtual int vtkExodusIIReaderPrivate::GetGenerateGlobalNodeIdArray | ( | ) | [virtual] |
static const char* vtkExodusIIReaderPrivate::GetGlobalNodeIdArrayName | ( | ) | [inline, static] |
Definition at line 231 of file vtkExodusIIReaderPrivate.h.
virtual void vtkExodusIIReaderPrivate::SetGenerateImplicitElementIdArray | ( | int | ) | [virtual] |
virtual int vtkExodusIIReaderPrivate::GetGenerateImplicitElementIdArray | ( | ) | [virtual] |
static const char* vtkExodusIIReaderPrivate::GetImplicitElementIdArrayName | ( | ) | [inline, static] |
Definition at line 235 of file vtkExodusIIReaderPrivate.h.
virtual void vtkExodusIIReaderPrivate::SetGenerateImplicitNodeIdArray | ( | int | ) | [virtual] |
virtual int vtkExodusIIReaderPrivate::GetGenerateImplicitNodeIdArray | ( | ) | [virtual] |
static const char* vtkExodusIIReaderPrivate::GetImplicitNodeIdArrayName | ( | ) | [inline, static] |
Definition at line 239 of file vtkExodusIIReaderPrivate.h.
virtual void vtkExodusIIReaderPrivate::SetGenerateFileIdArray | ( | int | ) | [virtual] |
Should we generate an array defined over all cells (whether they are members of blocks or sets) indicating the source file?
virtual int vtkExodusIIReaderPrivate::GetGenerateFileIdArray | ( | ) | [virtual] |
static const char* vtkExodusIIReaderPrivate::GetFileIdArrayName | ( | ) | [inline, static] |
Definition at line 246 of file vtkExodusIIReaderPrivate.h.
virtual void vtkExodusIIReaderPrivate::SetFileId | ( | int | ) | [virtual] |
Set/get the number that identifies this file in a series of files (defaults to 0).
virtual int vtkExodusIIReaderPrivate::GetFileId | ( | ) | [virtual] |
static const char* vtkExodusIIReaderPrivate::GetGlobalVariableValuesArrayName | ( | ) | [inline, static] |
Definition at line 252 of file vtkExodusIIReaderPrivate.h.
static const char* vtkExodusIIReaderPrivate::GetGlobalVariableNamesArrayName | ( | ) | [inline, static] |
Definition at line 254 of file vtkExodusIIReaderPrivate.h.
virtual void vtkExodusIIReaderPrivate::SetApplyDisplacements | ( | int | d | ) | [virtual] |
virtual int vtkExodusIIReaderPrivate::GetApplyDisplacements | ( | ) | [virtual] |
virtual void vtkExodusIIReaderPrivate::SetDisplacementMagnitude | ( | double | s | ) | [virtual] |
virtual double vtkExodusIIReaderPrivate::GetDisplacementMagnitude | ( | ) | [virtual] |
virtual void vtkExodusIIReaderPrivate::SetHasModeShapes | ( | int | ) | [virtual] |
virtual int vtkExodusIIReaderPrivate::GetHasModeShapes | ( | ) | [virtual] |
virtual void vtkExodusIIReaderPrivate::SetModeShapeTime | ( | double | ) | [virtual] |
virtual double vtkExodusIIReaderPrivate::GetModeShapeTime | ( | ) | [virtual] |
virtual void vtkExodusIIReaderPrivate::SetAnimateModeShapes | ( | int | ) | [virtual] |
virtual int vtkExodusIIReaderPrivate::GetAnimateModeShapes | ( | ) | [virtual] |
vtkDataArray* vtkExodusIIReaderPrivate::FindDisplacementVectors | ( | int | timeStep | ) |
virtual void vtkExodusIIReaderPrivate::SetEdgeFieldDecorations | ( | int | ) | [virtual] |
virtual int vtkExodusIIReaderPrivate::GetEdgeFieldDecorations | ( | ) | [virtual] |
virtual void vtkExodusIIReaderPrivate::SetFaceFieldDecorations | ( | int | ) | [virtual] |
virtual int vtkExodusIIReaderPrivate::GetFaceFieldDecorations | ( | ) | [virtual] |
struct ex_init_params* vtkExodusIIReaderPrivate::GetModelParams | ( | ) | const [inline, read] |
Definition at line 280 of file vtkExodusIIReaderPrivate.h.
virtual void vtkExodusIIReaderPrivate::SetParser | ( | vtkExodusIIReaderParser * | ) | [virtual] |
virtual vtkExodusIIReaderParser* vtkExodusIIReaderPrivate::GetParser | ( | ) | [virtual] |
int vtkExodusIIReaderPrivate::GetNumberOfParts | ( | ) |
const char* vtkExodusIIReaderPrivate::GetPartName | ( | int | idx | ) |
const char* vtkExodusIIReaderPrivate::GetPartBlockInfo | ( | int | idx | ) |
int vtkExodusIIReaderPrivate::GetPartStatus | ( | int | idx | ) |
int vtkExodusIIReaderPrivate::GetPartStatus | ( | vtkStdString | name | ) |
void vtkExodusIIReaderPrivate::SetPartStatus | ( | int | idx, | |
int | on | |||
) |
void vtkExodusIIReaderPrivate::SetPartStatus | ( | vtkStdString | name, | |
int | flag | |||
) |
int vtkExodusIIReaderPrivate::GetNumberOfMaterials | ( | ) |
const char* vtkExodusIIReaderPrivate::GetMaterialName | ( | int | idx | ) |
int vtkExodusIIReaderPrivate::GetMaterialStatus | ( | int | idx | ) |
int vtkExodusIIReaderPrivate::GetMaterialStatus | ( | vtkStdString | name | ) |
void vtkExodusIIReaderPrivate::SetMaterialStatus | ( | int | idx, | |
int | on | |||
) |
void vtkExodusIIReaderPrivate::SetMaterialStatus | ( | vtkStdString | name, | |
int | flag | |||
) |
int vtkExodusIIReaderPrivate::GetNumberOfAssemblies | ( | ) |
const char* vtkExodusIIReaderPrivate::GetAssemblyName | ( | int | idx | ) |
int vtkExodusIIReaderPrivate::GetAssemblyStatus | ( | int | idx | ) |
int vtkExodusIIReaderPrivate::GetAssemblyStatus | ( | vtkStdString | name | ) |
void vtkExodusIIReaderPrivate::SetAssemblyStatus | ( | int | idx, | |
int | on | |||
) |
void vtkExodusIIReaderPrivate::SetAssemblyStatus | ( | vtkStdString | name, | |
int | flag | |||
) |
void vtkExodusIIReaderPrivate::SetFastPathObjectType | ( | vtkExodusIIReader::ObjectType | type | ) | [inline] |
Definition at line 455 of file vtkExodusIIReaderPrivate.h.
void vtkExodusIIReaderPrivate::SetFastPathObjectId | ( | vtkIdType | id | ) | [inline] |
Definition at line 457 of file vtkExodusIIReaderPrivate.h.
virtual void vtkExodusIIReaderPrivate::SetFastPathIdType | ( | const char * | ) | [virtual] |
bool vtkExodusIIReaderPrivate::IsXMLMetadataValid | ( | ) |
void vtkExodusIIReaderPrivate::GetInitialObjectStatus | ( | int | otype, | |
ObjectInfoType * | info | |||
) |
For a given object type, looks for an object in the collection of initial objects of the same name, or if the name is empty, then of the same id as "info".
If found, info's Status is set to the status of the found object. You DO NOT need to have called RequestInformation before invoking this member function.
void vtkExodusIIReaderPrivate::GetInitialObjectArrayStatus | ( | int | otype, | |
ArrayInfoType * | info | |||
) |
For a given array type, looks for an object in the collection of initial objects of the same name, or if the name is empty, then of the same id as "info".
If found, info's Status is set to the status of the found object. You DO NOT need to have called RequestInformation before invoking this member function.
void vtkExodusIIReaderPrivate::SetInitialObjectStatus | ( | int | otype, | |
const char * | name, | |||
int | stat | |||
) |
For a given object type, creates and stores an ObjectInfoType object using the given name and status.
If the name contains a "ID: %d" substring, then it is used to initialize the ObjectInfoType.Id value. You DO NOT need to have called RequestInformation before invoking this member function.
void vtkExodusIIReaderPrivate::SetInitialObjectArrayStatus | ( | int | otype, | |
const char * | name, | |||
int | stat | |||
) |
For a given array type, creates and stores an ArrayInfoType object using the given name and status.
You DO NOT need to have called RequestInformation before invoking this member function.
int vtkExodusIIReaderPrivate::UpdateTimeInformation | ( | ) |
void vtkExodusIIReaderPrivate::BuildSIL | ( | ) | [protected] |
Build SIL. This must be called only after RequestInformation().
int vtkExodusIIReaderPrivate::VerifyIntegrationPointGlom | ( | int | nn, | |
char ** | np, | |||
vtksys::RegularExpression & | re, | |||
vtkStdString & | field, | |||
vtkStdString & | ele | |||
) | [protected] |
Returns true when order and text of names are consistent with integration points.
Called from GlomArrayNames().
void vtkExodusIIReaderPrivate::GlomArrayNames | ( | int | i, | |
int | num_obj, | |||
int | num_vars, | |||
char ** | var_names, | |||
int * | truth_tab | |||
) | [protected] |
Aggregate Exodus array names into VTK arrays with multiple components.
void vtkExodusIIReaderPrivate::PrepareGeneratedArrayInfo | ( | ) | [protected] |
Add generated array information to array info lists.
int vtkExodusIIReaderPrivate::AssembleOutputConnectivity | ( | vtkIdType | timeStep, | |
int | otyp, | |||
int | oidx, | |||
int | conntypidx, | |||
BlockSetInfoType * | bsinfop, | |||
vtkUnstructuredGrid * | output | |||
) | [protected] |
Read connectivity information and populate an unstructured grid with cells corresponding to a single block or set.
If the connectivity hasn't changed since the last time RequestData was called, this copies a cache to the output.
Otherwise, this routine iterates over all block and set types. For each type, it iterates over all objects of that type. For each object whose status is 1, it reads that object's connectivity entries from cache or disk and inserts cells into CachedConnectivity. If SqueezePoints is on, then connectivity entries are translated as required and PointMap is populated. Finally, CachedConnectivity is shallow-copied to the output.
AssembleOutputConnectivity returns 1 if cache was used, 0 otherwise.
int vtkExodusIIReaderPrivate::AssembleOutputPoints | ( | vtkIdType | timeStep, | |
BlockSetInfoType * | bsinfop, | |||
vtkUnstructuredGrid * | output | |||
) | [protected] |
Fill the output grid's point coordinates array.
Returns 1 on success, 0 on failure. Failure occurs when the Exodus library is unable to read the point coordindates array. This can be caused when there is not enough memory or there is a file I/O problem.
int vtkExodusIIReaderPrivate::AssembleOutputPointArrays | ( | vtkIdType | timeStep, | |
BlockSetInfoType * | bsinfop, | |||
vtkUnstructuredGrid * | output | |||
) | [protected] |
Add the requested arrays to the output grid's point data.
This adds time-varying results arrays to the grid's vtkPointData object.
int vtkExodusIIReaderPrivate::AssembleOutputCellArrays | ( | vtkIdType | timeStep, | |
int | otyp, | |||
int | oidx, | |||
BlockSetInfoType * | bsinfop, | |||
vtkUnstructuredGrid * | output | |||
) | [protected] |
Add the requested arrays to the output grid's cell data.
This adds time-varying results arrays to the grid's vtkCellData object.
int vtkExodusIIReaderPrivate::AssembleOutputProceduralArrays | ( | vtkIdType | timeStep, | |
int | otyp, | |||
int | oidx, | |||
vtkUnstructuredGrid * | output | |||
) | [protected] |
Add procedurally generated arrays to an output mesh.
Currently, the only array that is procedurally generated is the object id array. Others may be added in the future.
int vtkExodusIIReaderPrivate::AssembleOutputGlobalArrays | ( | vtkIdType | timeStep, | |
int | otyp, | |||
int | oidx, | |||
BlockSetInfoType * | bsinfop, | |||
vtkUnstructuredGrid * | output | |||
) | [protected] |
Add mesh-global field data such as QA records to the output mesh.
int vtkExodusIIReaderPrivate::AssembleOutputPointMaps | ( | vtkIdType | timeStep, | |
BlockSetInfoType * | bsinfop, | |||
vtkUnstructuredGrid * | output | |||
) | [protected] |
Add maps to an output mesh.
Maps are special integer arrays that may serve as GlobalId fields in vtkDataSetAttributes objects. Maps may be procedurally generated if no map is contained in a file. Maps are not time-varying.
int vtkExodusIIReaderPrivate::AssembleOutputCellMaps | ( | vtkIdType | timeStep, | |
int | otyp, | |||
int | oidx, | |||
BlockSetInfoType * | bsinfop, | |||
vtkUnstructuredGrid * | output | |||
) | [protected] |
int vtkExodusIIReaderPrivate::AssembleArraysOverTime | ( | vtkMultiBlockDataSet * | output | ) | [protected] |
Add fast-path time-varying data to field data of an output block or set.
void vtkExodusIIReaderPrivate::AssembleOutputEdgeDecorations | ( | ) | [protected] |
void vtkExodusIIReaderPrivate::AssembleOutputFaceDecorations | ( | ) | [protected] |
void vtkExodusIIReaderPrivate::InsertBlockCells | ( | int | otyp, | |
int | obj, | |||
int | conn_type, | |||
int | timeStep, | |||
BlockInfoType * | binfop | |||
) | [protected] |
Insert cells from a specified block into a mesh.
void vtkExodusIIReaderPrivate::InsertSetCells | ( | int | otyp, | |
int | obj, | |||
int | conn_type, | |||
int | timeStep, | |||
SetInfoType * | sinfop | |||
) | [protected] |
Insert cells from a specified set into a mesh.
void vtkExodusIIReaderPrivate::AddPointArray | ( | vtkDataArray * | src, | |
BlockSetInfoType * | bsinfop, | |||
vtkUnstructuredGrid * | output | |||
) | [protected] |
Add a point array to an output grid's point data, squeezing if necessary.
void vtkExodusIIReaderPrivate::InsertSetNodeCopies | ( | vtkIntArray * | refs, | |
int | otyp, | |||
int | obj, | |||
SetInfoType * | sinfo | |||
) | [protected] |
Insert cells referenced by a node set.
void vtkExodusIIReaderPrivate::InsertSetCellCopies | ( | vtkIntArray * | refs, | |
int | otyp, | |||
int | obj, | |||
SetInfoType * | sinfo | |||
) | [protected] |
Insert cells referenced by an edge, face, or element set.
void vtkExodusIIReaderPrivate::InsertSetSides | ( | vtkIntArray * | refs, | |
int | otyp, | |||
int | obj, | |||
SetInfoType * | sinfo | |||
) | [protected] |
Insert cells referenced by a side set.
vtkDataArray* vtkExodusIIReaderPrivate::GetCacheOrRead | ( | vtkExodusIICacheKey | ) | [protected] |
Return an array for the specified cache key.
If the array was not cached, read it from the file. This function can still return 0 if you are foolish enough to request an array not present in the file, grasshopper.
int vtkExodusIIReaderPrivate::GetConnTypeIndexFromConnType | ( | int | ctyp | ) | [protected] |
Return the index of an object type (in a private list of all object types).
This returns a 0-based index if the object type was found and -1 if it was not.
int vtkExodusIIReaderPrivate::GetObjectTypeIndexFromObjectType | ( | int | otyp | ) | [protected] |
Return the index of an object type (in a private list of all object types).
This returns a 0-based index if the object type was found and -1 if it was not.
int vtkExodusIIReaderPrivate::GetNumberOfObjectsAtTypeIndex | ( | int | typeIndex | ) | [protected] |
Return the number of objects of the given type.
The integer typeIndex is not the type of the object (e.g., EX_ELEM_BLOCK), but is rather the index into the list of all object types (see obj_types in vtkExodusIIReader.cxx).
ObjectInfoType* vtkExodusIIReaderPrivate::GetObjectInfo | ( | int | typeIndex, | |
int | objectIndex | |||
) | [protected] |
Return a pointer to the ObjectInfo of the specified type and index.
The integer typeIndex is not the type of the object (e.g., EX_ELEM_BLOCK), but is rather the index into the list of all object types (see obj_types in vtkExodusIIReader.cxx). The integer objectIndex is not the ID of the object (i.e., the ID stored in the Exodus file), but is rather the index into the list of all objects of the given type.
ObjectInfoType* vtkExodusIIReaderPrivate::GetSortedObjectInfo | ( | int | objectType, | |
int | objectIndex | |||
) | [protected] |
Return a pointer to the ObjectInfo of the specified type and index, but using indices sorted by object ID.
This is the same as GetObjectInfo() except that it uses the SortedObjectIndices member to permute the requested objectIndex and it takes an object type (e.g., EX_ELEM_BLOCK) rather than an object type index.
ObjectInfoType* vtkExodusIIReaderPrivate::GetUnsortedObjectInfo | ( | int | objectType, | |
int | objectIndex | |||
) | [protected] |
Return a pointer to the ObjectInfo of the specified type and index, but using indices sorted by object ID.
This is the same as GetSortedObjectInfo() except that objectIndex directly indexes the object info array rather SortedObjectIndices, and it takes an object type (e.g., EX_ELEM_BLOCK) rather than an object type index.
int vtkExodusIIReaderPrivate::GetBlockIndexFromFileGlobalId | ( | int | otyp, | |
int | refId | |||
) | [protected] |
Get the index of the block containing the entity referenced by the specified file-global ID.
In this case, an entity is an edge, face, or element.
BlockInfoType* vtkExodusIIReaderPrivate::GetBlockFromFileGlobalId | ( | int | otyp, | |
int | refId | |||
) | [protected] |
Get the block containing the entity referenced by the specified file-global ID.
In this case, an entity is an edge, face, or element.
vtkIdType vtkExodusIIReaderPrivate::GetSqueezePointId | ( | BlockSetInfoType * | bsinfop, | |
int | i | |||
) | [protected] |
Find or create a new SqueezePoint ID (unique sequential list of points referenced by cells in blocks/sets with Status == 1).
void vtkExodusIIReaderPrivate::DetermineVtkCellType | ( | BlockInfoType & | binfo | ) | [protected] |
Determine the VTK cell type for a given edge/face/element block.
ArrayInfoType* vtkExodusIIReaderPrivate::FindArrayInfoByName | ( | int | otyp, | |
const char * | name | |||
) | [protected] |
Find an ArrayInfo object for a specific object type using the name as a key.
int vtkExodusIIReaderPrivate::IsObjectTypeBlock | ( | int | otyp | ) | [protected] |
Does the specified object type match? Avoid using these.
.. they aren't robust against new types being implemented.
int vtkExodusIIReaderPrivate::IsObjectTypeSet | ( | int | otyp | ) | [protected] |
int vtkExodusIIReaderPrivate::IsObjectTypeMap | ( | int | otyp | ) | [protected] |
int vtkExodusIIReaderPrivate::GetObjectTypeFromMapType | ( | int | mtyp | ) | [protected] |
Given a map type (NODE_MAP, EDGE_MAP, .
..) return the associated object type (NODAL, EDGE_BLOCK, ...) or vice-versa.
int vtkExodusIIReaderPrivate::GetMapTypeFromObjectType | ( | int | otyp | ) | [protected] |
int vtkExodusIIReaderPrivate::GetTemporalTypeFromObjectType | ( | int | otyp | ) | [protected] |
int vtkExodusIIReaderPrivate::GetSetTypeFromSetConnType | ( | int | sctyp | ) | [protected] |
Given a set connectivity type (NODE_SET_CONN, .
..), return the associated object type (NODE_SET, ...) or vice-versa.
int vtkExodusIIReaderPrivate::GetBlockConnTypeFromBlockType | ( | int | btyp | ) | [protected] |
Given a block type (EDGE_BLOCK, .
..), return the associated block connectivity type (EDGE_BLOCK_CONN, ...) or vice-versa.
void vtkExodusIIReaderPrivate::RemoveBeginningAndTrailingSpaces | ( | int | len, | |
char ** | names | |||
) | [protected] |
Function to trim space from names retrieved with ex_get_var_names.
This was added because some meshes had displacement arrays named "DISPX ", "DISPY ", "DISPZ " (note trailing spaces), which prevented glomming and use of the vector field for displacements.
void vtkExodusIIReaderPrivate::ClearConnectivityCaches | ( | ) | [protected] |
Delete any cached connectivity information (for all blocks and sets).
friend class vtkExodusIIReader [friend] |
Definition at line 423 of file vtkExodusIIReaderPrivate.h.
friend class vtkPExodusIIReader [friend] |
Definition at line 424 of file vtkExodusIIReaderPrivate.h.
Time stamp from last time we were in RequestInformation.
Definition at line 421 of file vtkExodusIIReaderPrivate.h.
Definition at line 497 of file vtkExodusIIReaderPrivate.h.
vtkstd::map<int,vtkstd::vector<BlockInfoType> > vtkExodusIIReaderPrivate::BlockInfo [protected] |
Maps a block type (EX_ELEM_BLOCK, EX_FACE_BLOCK, .
..) to a list of blocks of that type.
Definition at line 726 of file vtkExodusIIReaderPrivate.h.
vtkstd::map<int,vtkstd::vector<SetInfoType> > vtkExodusIIReaderPrivate::SetInfo [protected] |
Maps a set type (EX_ELEM_SET, .
.., EX_NODE_SET) to a list of sets of that type.
Definition at line 730 of file vtkExodusIIReaderPrivate.h.
vtkstd::map<int,vtkstd::vector<MapInfoType> > vtkExodusIIReaderPrivate::MapInfo [protected] |
Maps a map type (EX_ELEM_MAP, .
.., EX_NODE_MAP) to a list of maps of that type. In old-style files, the only entries will be a single node and a single element map which have no specified ID number or name. In that case, an ID of 0 and a name of "Default" will be given to both.
Definition at line 736 of file vtkExodusIIReaderPrivate.h.
vtkstd::vector<PartInfoType> vtkExodusIIReaderPrivate::PartInfo [protected] |
Definition at line 738 of file vtkExodusIIReaderPrivate.h.
vtkstd::vector<MaterialInfoType> vtkExodusIIReaderPrivate::MaterialInfo [protected] |
Definition at line 739 of file vtkExodusIIReaderPrivate.h.
vtkstd::vector<AssemblyInfoType> vtkExodusIIReaderPrivate::AssemblyInfo [protected] |
Definition at line 740 of file vtkExodusIIReaderPrivate.h.
vtkstd::map<int,vtkstd::vector<int> > vtkExodusIIReaderPrivate::SortedObjectIndices [protected] |
Maps an object type to vector of indices that reorder objects of that type by their IDs.
This is used by the user interface to access blocks, sets, and maps in ascending order. It is not used internally.
Definition at line 746 of file vtkExodusIIReaderPrivate.h.
vtkstd::map<int,vtkstd::vector<ArrayInfoType> > vtkExodusIIReaderPrivate::ArrayInfo [protected] |
Maps an object type (EX_ELEM_BLOCK, EX_NODE_SET, ...) to a list of arrays.
Definition at line 749 of file vtkExodusIIReaderPrivate.h.
vtkstd::map<int,vtkstd::vector<ArrayInfoType> > vtkExodusIIReaderPrivate::InitialArrayInfo [protected] |
Maps an object type (EX_ELEM_BLOCK, EX_NODE_SET, .
..) to a list of arrays defined on that type. Used to store initial status of arrays before RequestInformation can be called.
Definition at line 755 of file vtkExodusIIReaderPrivate.h.
vtkstd::map<int,vtkstd::vector<ObjectInfoType> > vtkExodusIIReaderPrivate::InitialObjectInfo [protected] |
Maps an object type (EX_ELEM_BLOCK, EX_NODE_SET, .
..) to a list of objects defined on that type. Used to store initial status of objects before RequestInformation can be called.
Definition at line 761 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::AppWordSize [protected] |
These aren't the variables you're looking for.
Definition at line 764 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::DiskWordSize [protected] |
Definition at line 765 of file vtkExodusIIReaderPrivate.h.
float vtkExodusIIReaderPrivate::ExodusVersion [protected] |
The version of Exodus that wrote the currently open file (or a negative number otherwise).
Definition at line 770 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::Exoid [protected] |
struct ex_init_params vtkExodusIIReaderPrivate::ModelParameters [read, protected] |
Parameters describing the currently open Exodus file.
Definition at line 776 of file vtkExodusIIReaderPrivate.h.
vtkstd::vector<double> vtkExodusIIReaderPrivate::Times [protected] |
A list of time steps for which results variables are stored.
Definition at line 779 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::TimeStep [protected] |
double vtkExodusIIReaderPrivate::ModeShapeTime [protected] |
The time value.
This is used internally when HasModeShapes is true and ignored otherwise.
Definition at line 787 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::GenerateObjectIdArray [protected] |
Definition at line 789 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::GenerateGlobalIdArray [protected] |
Definition at line 790 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::GenerateFileIdArray [protected] |
Definition at line 791 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::GenerateGlobalElementIdArray [protected] |
Definition at line 792 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::GenerateGlobalNodeIdArray [protected] |
Definition at line 793 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::GenerateImplicitElementIdArray [protected] |
Definition at line 794 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::GenerateImplicitNodeIdArray [protected] |
Definition at line 795 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::FileId [protected] |
Defaults to 0.
Set by vtkPExodusIIReader on each entry of ReaderList. Used to generate the file ID array over all output cells.
Definition at line 800 of file vtkExodusIIReaderPrivate.h.
vtkExodusIICache* vtkExodusIIReaderPrivate::Cache [protected] |
A least-recently-used cache to hold raw arrays.
Definition at line 803 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::ApplyDisplacements [protected] |
Definition at line 805 of file vtkExodusIIReaderPrivate.h.
float vtkExodusIIReaderPrivate::DisplacementMagnitude [protected] |
Definition at line 806 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::HasModeShapes [protected] |
Definition at line 807 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::AnimateModeShapes [protected] |
Definition at line 808 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::EdgeFieldDecorations [protected] |
Definition at line 811 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::FaceFieldDecorations [protected] |
Definition at line 812 of file vtkExodusIIReaderPrivate.h.
vtkPolyData* vtkExodusIIReaderPrivate::EdgeDecorationMesh [protected] |
Definition at line 815 of file vtkExodusIIReaderPrivate.h.
vtkPolyData* vtkExodusIIReaderPrivate::FaceDecorationMesh [protected] |
Definition at line 816 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::SqueezePoints [protected] |
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 compatability.
Definition at line 829 of file vtkExodusIIReaderPrivate.h.
vtkExodusIIReader* vtkExodusIIReaderPrivate::Parent [protected] |
Pointer to owning reader.
.. this is not registered in order to avoid circular references.
Definition at line 834 of file vtkExodusIIReaderPrivate.h.
vtkExodusIIReaderParser* vtkExodusIIReaderPrivate::Parser [protected] |
Definition at line 836 of file vtkExodusIIReaderPrivate.h.
Definition at line 838 of file vtkExodusIIReaderPrivate.h.
vtkIdType vtkExodusIIReaderPrivate::FastPathObjectId [protected] |
Definition at line 839 of file vtkExodusIIReaderPrivate.h.
char* vtkExodusIIReaderPrivate::FastPathIdType [protected] |
Definition at line 840 of file vtkExodusIIReaderPrivate.h.
vtkMutableDirectedGraph* vtkExodusIIReaderPrivate::SIL [protected] |
Definition at line 842 of file vtkExodusIIReaderPrivate.h.