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) |
|
bool | StartInternal (std::string name, const int *, int) override |
| Subclasses implement this and returns true if any more names are acceptable.
|
|
bool | Add (std::string name, const int *truth) override |
| Add a name to the sequence. Returns true if any more names may be added.
|
|
std::vector< std::string >::size_type | Length () override |
| Returns the length of the sequence (or 0 if the match is incorrect or incomplete).
|
|
virtual bool | Start (std::string name, const int *truth, int numTruth) |
| Initialize a sequence of names. Returns true if any more names are acceptable.
|
|
virtual bool | StartInternal (std::string name, const int *truth, int numTruth)=0 |
| Subclasses implement this and returns true if any more names are acceptable.
|
|
virtual bool | Add (std::string name, const int *truth)=0 |
| Add a name to the sequence. Returns true if any more names may be added.
|
|
virtual std::vector< std::string >::size_type | Length () |
| Returns the length of the sequence (or 0 if the match is incorrect or incomplete).
|
|
virtual int | Accept (std::vector< vtkExodusIIReaderPrivate::ArrayInfoType > &arr, int startIndex, vtkExodusIIReaderPrivate *priv, int objtyp) |
| Accept this sequence. (Add an entry to the end of arr.) Must return Length().
|
|
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::vtkExodusIIReaderVectorCheck |
( |
const char * |
seq, |
|
|
int |
n |
|
) |
| |
◆ StartInternal()
bool vtkExodusIIReaderVectorCheck::StartInternal |
( |
std::string |
name, |
|
|
const int * |
truth, |
|
|
int |
numTruth |
|
) |
| |
|
overridevirtual |
◆ Add()
bool vtkExodusIIReaderVectorCheck::Add |
( |
std::string |
name, |
|
|
const int * |
truth |
|
) |
| |
|
overridevirtual |
◆ Length()
std::vector< std::string >::size_type vtkExodusIIReaderVectorCheck::Length |
( |
| ) |
|
|
overridevirtual |
◆ Endings
std::string vtkExodusIIReaderVectorCheck::Endings |
|
protected |
◆ StillAdding
bool vtkExodusIIReaderVectorCheck::StillAdding |
|
protected |
The documentation for this class was generated from the following file: