This looks for integration-point variables whose names contain an element shape and digits specifying an integration point.
More...
#include <vtkExodusIIReaderVariableCheck.h>
|
| vtkExodusIIReaderIntPointCheck () |
|
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 *) |
| 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 integration-point variables whose names contain an element shape and digits specifying an integration point.
Definition at line 94 of file vtkExodusIIReaderVariableCheck.h.
vtkExodusIIReaderIntPointCheck::vtkExodusIIReaderIntPointCheck |
( |
| ) |
|
virtual bool vtkExodusIIReaderIntPointCheck::StartInternal |
( |
vtksys_stl::string |
name, |
|
|
const int * |
truth, |
|
|
int |
numTruth |
|
) |
| |
|
virtual |
virtual bool vtkExodusIIReaderIntPointCheck::Add |
( |
vtksys_stl::string |
name, |
|
|
const int * |
truth |
|
) |
| |
|
virtual |
virtual vtkstd::vector<vtksys_stl::string>::size_type vtkExodusIIReaderIntPointCheck::Length |
( |
| ) |
|
|
virtual |
bool vtkExodusIIReaderIntPointCheck::StartIntegrationPoints |
( |
vtksys_stl::string |
cellType, |
|
|
vtksys_stl::string |
iptName |
|
) |
| |
|
protected |
bool vtkExodusIIReaderIntPointCheck::AddIntegrationPoint |
( |
vtksys_stl::string |
iptName | ) |
|
|
protected |
vtksys::RegularExpression vtkExodusIIReaderIntPointCheck::RegExp |
|
protected |
vtksys_stl::string vtkExodusIIReaderIntPointCheck::VarName |
|
protected |
vtksys_stl::string vtkExodusIIReaderIntPointCheck::CellType |
|
protected |
vtkstd::vector<int> vtkExodusIIReaderIntPointCheck::IntPtMin |
|
protected |
vtkstd::vector<int> vtkExodusIIReaderIntPointCheck::IntPtMax |
|
protected |
vtkstd::set<vtksys_stl::string> vtkExodusIIReaderIntPointCheck::IntPtNames |
|
protected |
vtkTypeUInt64 vtkExodusIIReaderIntPointCheck::Rank |
|
protected |
bool vtkExodusIIReaderIntPointCheck::StillAdding |
|
protected |
The documentation for this class was generated from the following file: