5#ifndef vtkVeraOutReader_h 
    6#define vtkVeraOutReader_h 
    8#include "vtkIOVeraOutModule.h"  
   14VTK_ABI_NAMESPACE_BEGIN
 
Store on/off settings for data arrays, etc.
 
a simple class to control print indentation
 
Superclass for algorithms that produce only rectilinear grid as output.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
vtkSetFilePathMacro(FileName)
 
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
static vtkVeraOutReader * New()
 
~vtkVeraOutReader() override
 
vtkDataArraySelection * GetFieldDataArraySelection() const
Get vtkDataArraySelection instance to select field arrays to read.
 
vtkGetFilePathMacro(FileName)
 
vtkDataArraySelection * GetCellDataArraySelection() const
Get vtkDataArraySelection instance to select cell arrays to read.
 
std::vector< double > TimeSteps
 
vtkMTimeType GetMTime() override
Override GetMTime because of array selector.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *outVector) override
This is called by the superclass.
 
vtkTypeUInt32 vtkMTimeType