This looks for n-D vectors whose names are identical except for a single final character.  
 More...
#include <vtkExodusIIReaderVariableCheck.h>
|  | 
|  | vtkExodusIIReaderVectorCheck (const char *seq, int n) | 
|  | 
| bool | StartInternal (std::string name, const int *, int) override | 
|  | Subclasses implement this and returns true if any more names are acceptable.  More... 
 | 
|  | 
| bool | Add (std::string name, const int *truth) override | 
|  | Add a name to the sequence. Returns true if any more names may be added.  More... 
 | 
|  | 
| std::vector< std::string >::size_type | Length () override | 
|  | Returns the length of the sequence (or 0 if the match is incorrect or incomplete).  More... 
 | 
|  | 
| virtual bool | Start (std::string name, const int *truth, int numTruth) | 
|  | Initialize a sequence of names. Returns true if any more names are acceptable.  More... 
 | 
|  | 
| 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().  More... 
 | 
|  | 
This looks for n-D vectors whose names are identical except for a single final character. 
Definition at line 60 of file vtkExodusIIReaderVariableCheck.h.
◆ vtkExodusIIReaderVectorCheck()
      
        
          | vtkExodusIIReaderVectorCheck::vtkExodusIIReaderVectorCheck | ( | const char * | seq, | 
        
          |  |  | int | n | 
        
          |  | ) |  |  | 
      
 
 
◆ StartInternal()
  
  | 
        
          | bool vtkExodusIIReaderVectorCheck::StartInternal | ( | std::string | name, |  
          |  |  | const int * | truth, |  
          |  |  | int | numTruth |  
          |  | ) |  |  |  | overridevirtual | 
 
 
◆ Add()
  
  | 
        
          | bool vtkExodusIIReaderVectorCheck::Add | ( | std::string | name, |  
          |  |  | const int * | truth |  
          |  | ) |  |  |  | overridevirtual | 
 
 
◆ Length()
  
  | 
        
          | std::vector<std::string>::size_type vtkExodusIIReaderVectorCheck::Length | ( |  | ) |  |  | overridevirtual | 
 
 
◆ Endings
  
  | 
        
          | std::string vtkExodusIIReaderVectorCheck::Endings |  | protected | 
 
 
◆ StillAdding
  
  | 
        
          | bool vtkExodusIIReaderVectorCheck::StillAdding |  | protected | 
 
 
The documentation for this class was generated from the following file: