VTK
9.1.0
|
A struct to hold information about Exodus blocks. More...
#include <vtkExodusIIReaderPrivate.h>
Public Attributes | |
std::vector< int > | BlockIndices |
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. | |
A struct to hold information about Exodus blocks.
Definition at line 375 of file vtkExodusIIReaderPrivate.h.
std::vector<int> vtkExodusIIReaderPrivate::PartInfoType::BlockIndices |
Definition at line 377 of file vtkExodusIIReaderPrivate.h.