VTK
|
This always accepts a single array name as a scalar. It is the fallback for all other checkers. More...
#include <vtkExodusIIReaderVariableCheck.h>
Public Member Functions | |
vtkExodusIIReaderScalarCheck () | |
virtual bool | StartInternal (vtksys_stl::string name, const int *, int) |
Subclasses implement this and returns true if any more names are acceptable. | |
virtual bool | Add (vtksys_stl::string, const int *) |
Add a name to the sequence. Returns true if any more names may be added. |
This always accepts a single array name as a scalar. It is the fallback for all other checkers.
Definition at line 51 of file vtkExodusIIReaderVariableCheck.h.
virtual bool vtkExodusIIReaderScalarCheck::StartInternal | ( | vtksys_stl::string | name, |
const int * | truth, | ||
int | numTruth | ||
) | [virtual] |
Subclasses implement this and returns true if any more names are acceptable.
Implements vtkExodusIIReaderVariableCheck.
virtual bool vtkExodusIIReaderScalarCheck::Add | ( | vtksys_stl::string | name, |
const int * | truth | ||
) | [virtual] |
Add a name to the sequence. Returns true if any more names may be added.
Implements vtkExodusIIReaderVariableCheck.