VTK
|
A struct to hold information about Exodus objects (blocks, sets, maps) More...
#include <vtkExodusIIReaderPrivate.h>
Public Attributes | |
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 objects (blocks, sets, maps)
Definition at line 324 of file vtkExodusIIReaderPrivate.h.
Number of entries in this block.
Definition at line 326 of file vtkExodusIIReaderPrivate.h.
Should the reader load this block?
Definition at line 328 of file vtkExodusIIReaderPrivate.h.
User-assigned identification number.
Definition at line 330 of file vtkExodusIIReaderPrivate.h.
User-assigned name.
Definition at line 332 of file vtkExodusIIReaderPrivate.h.