VTK  9.3.20240423
Classes
vtkExodusIIReaderVariableCheck.h File Reference
#include "vtkExodusIIReaderPrivate.h"
#include <set>
#include <string>
#include <vector>
#include <vtksys/RegularExpression.hxx>
Include dependency graph for vtkExodusIIReaderVariableCheck.h:

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