VTK
9.1.0
|
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 310 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::ObjectInfoType::Size |
Number of entries in this block.
Definition at line 313 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::ObjectInfoType::Status |
Should the reader load this block?
Definition at line 315 of file vtkExodusIIReaderPrivate.h.
int vtkExodusIIReaderPrivate::ObjectInfoType::Id |
User-assigned identification number.
Definition at line 317 of file vtkExodusIIReaderPrivate.h.
vtkStdString vtkExodusIIReaderPrivate::ObjectInfoType::Name |
User-assigned name.
Definition at line 319 of file vtkExodusIIReaderPrivate.h.