VTK
9.1.0
|
#include "vtkExodusIIReaderPrivate.h"
#include <set>
#include <string>
#include <vector>
#include <vtksys/RegularExpression.hxx>
Go to the source code of this file.
Classes | |
class | vtkExodusIIReaderVariableCheck |
Abstract base class for glomming arrays of variable names. More... | |
class | vtkExodusIIReaderScalarCheck |
This always accepts a single array name as a scalar. It is the fallback for all other checkers. More... | |
class | vtkExodusIIReaderVectorCheck |
This looks for n-D vectors whose names are identical except for a single final character. More... | |
class | vtkExodusIIReaderTensorCheck |
This looks for symmetric tensors of a given rank and dimension. More... | |
class | vtkExodusIIReaderIntPointCheck |
This looks for integration-point variables whose names contain an element shape and digits specifying an integration point. More... | |