This looks for n-D vectors whose names are identical except for a single final character.
More...
#include <vtkExodusIIReaderVariableCheck.h>
|
| 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. More...
|
|
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. More...
|
|
virtual vtkstd::vector< vtksys_stl::string >::size_type | Length () |
| Returns the length of the sequence (or 0 if the match is incorrect or incomplete). More...
|
|
virtual bool | Start (vtksys_stl::string name, const int *truth, int numTruth) |
| Initialize a sequence of names. Returns true if any more names are acceptable. More...
|
|
virtual int | Accept (vtkstd::vector< vtkExodusIIReaderPrivate::ArrayInfoType > &arr, int startIndex, vtkExodusIIReaderPrivate *priv, int objtyp) |
| Accept this sequence. (Add an entry to the end of arr.) Must return Length(). More...
|
|
This looks for n-D vectors whose names are identical except for a single final character.
Definition at line 60 of file vtkExodusIIReaderVariableCheck.h.
vtkExodusIIReaderVectorCheck::vtkExodusIIReaderVectorCheck |
( |
const char * |
seq, |
|
|
int |
n |
|
) |
| |
virtual bool vtkExodusIIReaderVectorCheck::StartInternal |
( |
vtksys_stl::string |
name, |
|
|
const int * |
truth, |
|
|
int |
numTruth |
|
) |
| |
|
virtual |
virtual bool vtkExodusIIReaderVectorCheck::Add |
( |
vtksys_stl::string |
name, |
|
|
const int * |
truth |
|
) |
| |
|
virtual |
virtual vtkstd::vector<vtksys_stl::string>::size_type vtkExodusIIReaderVectorCheck::Length |
( |
| ) |
|
|
virtual |
vtksys_stl::string vtkExodusIIReaderVectorCheck::Endings |
|
protected |
bool vtkExodusIIReaderVectorCheck::StillAdding |
|
protected |
The documentation for this class was generated from the following file: