VTK
|
A struct to hold information about Exodus sets. More...
#include <vtkExodusIIReaderPrivate.h>
Public Attributes | |
int | DistFact |
Public Attributes inherited from vtkExodusIIReaderPrivate::BlockSetInfoType | |
vtkIdType | FileOffset |
Id (1-based) of first entry in file-local list across all blocks in file. More... | |
std::map< vtkIdType, vtkIdType > | PointMap |
A map from nodal IDs in an Exodus file to nodal IDs in the output mesh. More... | |
std::map< vtkIdType, vtkIdType > | ReversePointMap |
A map from nodal ids in the output mesh to those in an Exodus file. More... | |
vtkIdType | NextSqueezePoint |
The next vtk ID to use for a connectivity entry when point squeezing is on and no point ID exists. More... | |
vtkUnstructuredGrid * | CachedConnectivity |
Cached cell connectivity arrays for mesh. More... | |
Public Attributes inherited from vtkExodusIIReaderPrivate::ObjectInfoType | |
int | Size |
Number of entries in this block. More... | |
int | Status |
Should the reader load this block? More... | |
int | Id |
User-assigned identification number. More... | |
vtkStdString | Name |
User-assigned name. More... | |
Additional Inherited Members | |
Public Member Functions inherited from vtkExodusIIReaderPrivate::BlockSetInfoType | |
BlockSetInfoType () | |
BlockSetInfoType (const BlockSetInfoType &block) | |
~BlockSetInfoType () | |
BlockSetInfoType & | operator= (const BlockSetInfoType &block) |
A struct to hold information about Exodus sets.
Definition at line 383 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::SetInfoType::DistFact |
Definition at line 384 of file vtkExodusIIReaderPrivate.h.