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

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

#include <vtkExodusIIReaderPrivate.h>

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

Public Attributes

int DistFact
 
- Public Attributes inherited from vtkExodusIIReaderPrivate::BlockSetInfoType
vtkIdType FileOffset
 Id (1-based) of first entry in file-local list across all blocks in file. More...
 
std::map< vtkIdType, vtkIdTypePointMap
 A map from nodal IDs in an Exodus file to nodal IDs in the output mesh. More...
 
std::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 ()
 
BlockSetInfoTypeoperator= (const BlockSetInfoType &block)
 

Detailed Description

A struct to hold information about Exodus sets.

Definition at line 388 of file vtkExodusIIReaderPrivate.h.

Member Data Documentation

◆ DistFact

int vtkExodusIIReaderPrivate::SetInfoType::DistFact

Definition at line 390 of file vtkExodusIIReaderPrivate.h.


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