|
VTK
|
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. More... | |
| int | Status |
| Should the reader load this block? More... | |
| int | Id |
| User-assigned identification number. More... | |
| vtkStdString | Name |
| User-assigned name. More... | |
A struct to hold information about Exodus blocks.
Definition at line 368 of file vtkExodusIIReaderPrivate.h.
| std::vector<int> vtkExodusIIReaderPrivate::PartInfoType::BlockIndices |
Definition at line 369 of file vtkExodusIIReaderPrivate.h.
1.8.9.1