VTK
Public Member Functions | Protected Attributes
vtkExodusIIReaderVectorCheck Class Reference

This looks for n-D vectors whose names are identical except for a single final character. More...

#include <vtkExodusIIReaderVariableCheck.h>

Inheritance diagram for vtkExodusIIReaderVectorCheck:
Inheritance graph
[legend]
Collaboration diagram for vtkExodusIIReaderVectorCheck:
Collaboration graph
[legend]

List of all members.

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.
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.
virtual std::vector
< vtksys_stl::string >
::size_type 
Length ()
 Returns the length of the sequence (or 0 if the match is incorrect or incomplete).

Protected Attributes

vtksys_stl::string Endings
bool StillAdding

Detailed Description

This looks for n-D vectors whose names are identical except for a single final character.

Definition at line 60 of file vtkExodusIIReaderVariableCheck.h.


Constructor & Destructor Documentation


Member Function Documentation

virtual bool vtkExodusIIReaderVectorCheck::StartInternal ( vtksys_stl::string  name,
const int truth,
int  numTruth 
) [virtual]

Subclasses implement this and returns true if any more names are acceptable.

Implements vtkExodusIIReaderVariableCheck.

virtual bool vtkExodusIIReaderVectorCheck::Add ( vtksys_stl::string  name,
const int truth 
) [virtual]

Add a name to the sequence. Returns true if any more names may be added.

Implements vtkExodusIIReaderVariableCheck.

virtual std::vector<vtksys_stl::string>::size_type vtkExodusIIReaderVectorCheck::Length ( ) [virtual]

Returns the length of the sequence (or 0 if the match is incorrect or incomplete).

Reimplemented from vtkExodusIIReaderVariableCheck.


Member Data Documentation

vtksys_stl::string vtkExodusIIReaderVectorCheck::Endings [protected]

Definition at line 68 of file vtkExodusIIReaderVariableCheck.h.

Definition at line 69 of file vtkExodusIIReaderVariableCheck.h.


The documentation for this class was generated from the following file: