VTK
|
A struct to hold information about Exodus blocks. More...
#include <vtkExodusIIReaderPrivate.h>
Public Attributes | |
vtkStdString | OriginalName |
vtkStdString | TypeName |
int | BdsPerEntry [3] |
int | AttributesPerEntry |
vtkstd::vector< vtkStdString > | AttributeNames |
vtkstd::vector< int > | AttributeStatus |
int | CellType |
int | PointsPerCell |
A struct to hold information about Exodus blocks.
Definition at line 366 of file vtkExodusIIReaderPrivate.h.
Definition at line 367 of file vtkExodusIIReaderPrivate.h.
Definition at line 368 of file vtkExodusIIReaderPrivate.h.
Definition at line 371 of file vtkExodusIIReaderPrivate.h.
Definition at line 372 of file vtkExodusIIReaderPrivate.h.
vtkstd::vector<vtkStdString> vtkExodusIIReaderPrivate::BlockInfoType::AttributeNames |
Definition at line 373 of file vtkExodusIIReaderPrivate.h.
vtkstd::vector<int> vtkExodusIIReaderPrivate::BlockInfoType::AttributeStatus |
Definition at line 374 of file vtkExodusIIReaderPrivate.h.
Definition at line 376 of file vtkExodusIIReaderPrivate.h.
Definition at line 379 of file vtkExodusIIReaderPrivate.h.