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