This looks for integration-point variables whose names contain an element shape and digits specifying an integration point.
More...
#include <vtkExodusIIReaderVariableCheck.h>
List of all members.
Public Member Functions |
| | vtkExodusIIReaderIntPointCheck () |
| virtual bool | StartInternal (vtksys_stl::string name, const int *, int) |
| | Subclasses implement this and returns true if any more names are acceptable.
|
| virtual bool | Add (vtksys_stl::string name, const int *) |
| | Add a name to the sequence. Returns true if any more names may be added.
|
virtual vtkstd::vector
< vtksys_stl::string >
::size_type | Length () |
| | Returns the length of the sequence (or 0 if the match is incorrect or incomplete).
|
| 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.
|
| 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().
|
Detailed Description
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.
Constructor & Destructor Documentation
| vtkExodusIIReaderIntPointCheck::vtkExodusIIReaderIntPointCheck |
( |
| ) |
|
Member Function Documentation
| 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 |
Member Data Documentation
| 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: