VTK
Public Attributes | List of all members
vtkExodusIIReaderPrivate::ObjectInfoType Struct Reference

A struct to hold information about Exodus objects (blocks, sets, maps) More...

#include <vtkExodusIIReaderPrivate.h>

Inheritance diagram for vtkExodusIIReaderPrivate::ObjectInfoType:
[legend]
Collaboration diagram for vtkExodusIIReaderPrivate::ObjectInfoType:
[legend]

Public Attributes

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...
 

Detailed Description

A struct to hold information about Exodus objects (blocks, sets, maps)

Definition at line 311 of file vtkExodusIIReaderPrivate.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: