#include <vtkExodusIIReaderVariableCheck.h>


Definition at line 60 of file vtkExodusIIReaderVariableCheck.h.
Public Member Functions | |
| vtkExodusIIReaderVectorCheck (const char *seq, int n) | |
| 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 name, const int *truth) |
| Add a name to the sequence. Returns true if any more names may be added. | |
| virtual vtkstd::vector < vtksys_stl::string > ::size_type | Length () |
| Returns the length of the sequence (or 0 if the match is incorrect or incomplete). | |
Protected Attributes | |
| vtksys_stl::string | Endings |
| bool | StillAdding |
| vtkExodusIIReaderVectorCheck::vtkExodusIIReaderVectorCheck | ( | const char * | seq, | |
| int | n | |||
| ) |
| virtual bool vtkExodusIIReaderVectorCheck::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 vtkExodusIIReaderVectorCheck::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.
| virtual vtkstd::vector<vtksys_stl::string>::size_type vtkExodusIIReaderVectorCheck::Length | ( | ) | [virtual] |
Returns the length of the sequence (or 0 if the match is incorrect or incomplete).
Reimplemented from vtkExodusIIReaderVariableCheck.
vtksys_stl::string vtkExodusIIReaderVectorCheck::Endings [protected] |
Definition at line 68 of file vtkExodusIIReaderVariableCheck.h.
bool vtkExodusIIReaderVectorCheck::StillAdding [protected] |
Definition at line 69 of file vtkExodusIIReaderVariableCheck.h.
1.5.6