VTK
9.1.0
|
#include "vtkDeprecation.h"
#include "vtkExodusIICache.h"
#include "vtkExodusIIReader.h"
#include "vtkObject.h"
#include "vtkStdString.h"
#include "vtksys/RegularExpression.hxx"
#include <map>
#include <vector>
#include "vtkIOExodusModule.h"
#include "vtk_exodusII.h"
Go to the source code of this file.
Classes | |
class | vtkExodusIIReaderPrivate |
This class holds metadata for an Exodus file. More... | |
struct | vtkExodusIIReaderPrivate::ArrayInfoType |
A struct to hold information about time-varying arrays. More... | |
struct | vtkExodusIIReaderPrivate::ObjectInfoType |
A struct to hold information about Exodus objects (blocks, sets, maps) More... | |
struct | vtkExodusIIReaderPrivate::MapInfoType |
A struct to hold information about Exodus maps. More... | |
struct | vtkExodusIIReaderPrivate::BlockSetInfoType |
A struct to hold information about Exodus blocks or sets (they have some members in common) More... | |
struct | vtkExodusIIReaderPrivate::BlockInfoType |
A struct to hold information about Exodus blocks. More... | |
struct | vtkExodusIIReaderPrivate::PartInfoType |
A struct to hold information about Exodus blocks. More... | |
struct | vtkExodusIIReaderPrivate::AssemblyInfoType |
struct | vtkExodusIIReaderPrivate::MaterialInfoType |
struct | vtkExodusIIReaderPrivate::SetInfoType |
A struct to hold information about Exodus sets. More... | |