|
VTK
|
This looks for n-D vectors whose names are identical except for a single final character. More...
#include <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. 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 std::vector< vtksys_stl::string >::size_type | Length () |
| Returns the length of the sequence (or 0 if the match is incorrect or incomplete). More... | |
Public Member Functions inherited from vtkExodusIIReaderVariableCheck | |
| 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 (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(). More... | |
Protected Attributes | |
| vtksys_stl::string | Endings |
| bool | StillAdding |
Protected Attributes inherited from vtkExodusIIReaderVariableCheck | |
| int | GlomType |
| std::vector< int > | SeqTruth |
| vtksys_stl::string | Prefix |
| std::vector< vtksys_stl::string > | OriginalNames |
Additional Inherited Members | |
Protected Member Functions inherited from vtkExodusIIReaderVariableCheck | |
| vtkExodusIIReaderVariableCheck () | |
| virtual | ~vtkExodusIIReaderVariableCheck () |
| bool | CheckTruth (const int *truth) |
| Utility that subclasses may call from within Add() to verify that the new variable is defined on the same objects as other variables in the sequence. More... | |
| bool | UniquifyName (vtkExodusIIReaderPrivate::ArrayInfoType &ainfo, std::vector< vtkExodusIIReaderPrivate::ArrayInfoType > &arrays) |
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 |
Subclasses implement this and returns true if any more names are acceptable.
Implements vtkExodusIIReaderVariableCheck.
|
virtual |
Add a name to the sequence. Returns true if any more names may be added.
Implements vtkExodusIIReaderVariableCheck.
|
virtual |
Returns the length of the sequence (or 0 if the match is incorrect or incomplete).
Reimplemented from vtkExodusIIReaderVariableCheck.
|
protected |
Definition at line 68 of file vtkExodusIIReaderVariableCheck.h.
|
protected |
Definition at line 69 of file vtkExodusIIReaderVariableCheck.h.
1.8.9.1