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

A struct to hold information about Exodus blocks. More...

#include <vtkExodusIIReaderPrivate.h>

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

Public Attributes

vtkStdString OriginalName
 
vtkStdString TypeName
 
int BdsPerEntry [3]
 
int AttributesPerEntry
 
vtkstd::vector< vtkStdStringAttributeNames
 
vtkstd::vector< int > AttributeStatus
 
int CellType
 
int PointsPerCell
 
- Public Attributes inherited from vtkExodusIIReaderPrivate::BlockSetInfoType
vtkIdType FileOffset
 Id (1-based) of first entry in file-local list across all blocks in file. More...
 
vtkstd::map< vtkIdType, vtkIdTypePointMap
 A map from nodal IDs in an Exodus file to nodal IDs in the output mesh. More...
 
vtkstd::map< vtkIdType, vtkIdTypeReversePointMap
 A map from nodal ids in the output mesh to those in an Exodus file. More...
 
vtkIdType NextSqueezePoint
 The next vtk ID to use for a connectivity entry when point squeezing is on and no point ID exists. More...
 
vtkUnstructuredGridCachedConnectivity
 Cached cell connectivity arrays for mesh. More...
 
- 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...
 

Additional Inherited Members

- Public Member Functions inherited from vtkExodusIIReaderPrivate::BlockSetInfoType
 BlockSetInfoType ()
 
 BlockSetInfoType (const BlockSetInfoType &block)
 
 ~BlockSetInfoType ()
 

Detailed Description

A struct to hold information about Exodus blocks.

Definition at line 366 of file vtkExodusIIReaderPrivate.h.

Member Data Documentation

vtkStdString vtkExodusIIReaderPrivate::BlockInfoType::OriginalName

Definition at line 367 of file vtkExodusIIReaderPrivate.h.

vtkStdString vtkExodusIIReaderPrivate::BlockInfoType::TypeName

Definition at line 368 of file vtkExodusIIReaderPrivate.h.

int vtkExodusIIReaderPrivate::BlockInfoType::BdsPerEntry[3]

Definition at line 371 of file vtkExodusIIReaderPrivate.h.

int vtkExodusIIReaderPrivate::BlockInfoType::AttributesPerEntry

Definition at line 372 of file vtkExodusIIReaderPrivate.h.

vtkstd::vector<vtkStdString> vtkExodusIIReaderPrivate::BlockInfoType::AttributeNames

Definition at line 373 of file vtkExodusIIReaderPrivate.h.

vtkstd::vector<int> vtkExodusIIReaderPrivate::BlockInfoType::AttributeStatus

Definition at line 374 of file vtkExodusIIReaderPrivate.h.

int vtkExodusIIReaderPrivate::BlockInfoType::CellType

Definition at line 376 of file vtkExodusIIReaderPrivate.h.

int vtkExodusIIReaderPrivate::BlockInfoType::PointsPerCell

Definition at line 379 of file vtkExodusIIReaderPrivate.h.


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