VTK
Public Member Functions
vtkExodusIIReaderScalarCheck Class Reference

This always accepts a single array name as a scalar. It is the fallback for all other checkers. More...

#include <vtkExodusIIReaderVariableCheck.h>

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

List of all members.

Public Member Functions

 vtkExodusIIReaderScalarCheck ()
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, const int *)
 Add a name to the sequence. Returns true if any more names may be added.

Detailed Description

This always accepts a single array name as a scalar. It is the fallback for all other checkers.

Definition at line 51 of file vtkExodusIIReaderVariableCheck.h.


Constructor & Destructor Documentation


Member Function Documentation

virtual bool vtkExodusIIReaderScalarCheck::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 vtkExodusIIReaderScalarCheck::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.


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