VTK
9.1.0
|
A struct to hold information about Exodus blocks. More...
#include <vtkExodusIIReaderPrivate.h>
Public Attributes | |
vtkStdString | OriginalName |
vtkStdString | TypeName |
int | BdsPerEntry [3] |
vtkIdType | AttributesPerEntry |
std::vector< vtkStdString > | AttributeNames |
std::vector< int > | AttributeStatus |
int | CellType |
int | PointsPerCell |
Public Attributes inherited from vtkExodusIIReaderPrivate::BlockSetInfoType | |
vtkIdType | FileOffset |
Id (1-based) of first entry in file-local list across all blocks in file. | |
std::map< vtkIdType, vtkIdType > | PointMap |
A map from nodal IDs in an Exodus file to nodal IDs in the output mesh. | |
std::map< vtkIdType, vtkIdType > | ReversePointMap |
A map from nodal ids in the output mesh to those in an Exodus file. | |
vtkIdType | NextSqueezePoint |
The next vtk ID to use for a connectivity entry when point squeezing is on and no point ID exists. | |
vtkUnstructuredGrid * | CachedConnectivity |
Cached cell connectivity arrays for mesh. | |
Public Attributes inherited from vtkExodusIIReaderPrivate::ObjectInfoType | |
int | Size |
Number of entries in this block. | |
int | Status |
Should the reader load this block? | |
int | Id |
User-assigned identification number. | |
vtkStdString | Name |
User-assigned name. | |
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 blocks.
Definition at line 357 of file vtkExodusIIReaderPrivate.h.
vtkStdString vtkExodusIIReaderPrivate::BlockInfoType::OriginalName |
Definition at line 359 of file vtkExodusIIReaderPrivate.h.
vtkStdString vtkExodusIIReaderPrivate::BlockInfoType::TypeName |
Definition at line 360 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::BlockInfoType::BdsPerEntry[3] |
Definition at line 363 of file vtkExodusIIReaderPrivate.h.
vtkIdType vtkExodusIIReaderPrivate::BlockInfoType::AttributesPerEntry |
Definition at line 364 of file vtkExodusIIReaderPrivate.h.
std::vector<vtkStdString> vtkExodusIIReaderPrivate::BlockInfoType::AttributeNames |
Definition at line 365 of file vtkExodusIIReaderPrivate.h.
std::vector<int> vtkExodusIIReaderPrivate::BlockInfoType::AttributeStatus |
Definition at line 366 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::BlockInfoType::CellType |
Definition at line 368 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::BlockInfoType::PointsPerCell |
Definition at line 371 of file vtkExodusIIReaderPrivate.h.