11#ifndef vtkH5RageReader_h 
   12#define vtkH5RageReader_h 
   14#include "vtkIOH5RageModule.h"  
   17VTK_ABI_NAMESPACE_BEGIN
 
   43  vtkSetMacro(CurrentTimeStep, 
int);
 
   44  vtkGetMacro(CurrentTimeStep, 
int);
 
  105    vtkObject* caller, 
unsigned long eid, 
void* clientdata, 
void* calldata);
 
supports function callbacks
 
Store on/off settings for data arrays, etc.
 
class for reading Rage HDF data files
 
vtkImageData * GetOutput(int index)
Get the reader's output.
 
static void EventCallback(vtkObject *caller, unsigned long eid, void *clientdata, void *calldata)
 
vtkSetFilePathMacro(FileName)
Specify file name of H5Rage data file to read.
 
~vtkH5RageReader() override
 
static vtkH5RageReader * New()
 
vtkGetFilePathMacro(FileName)
Specify file name of H5Rage data file to read.
 
static void SelectionCallback(vtkObject *caller, unsigned long eid, void *clientdata, void *calldata)
 
void DisableAllPointArrays()
The following methods allow selective reading of solutions fields.
 
int GetNumberOfPointArrays()
The following methods allow selective reading of solutions fields.
 
int GetPointArrayStatus(const char *name)
The following methods allow selective reading of solutions fields.
 
vtkMultiProcessController * Controller
 
vtkImageData * GetOutput()
Get the reader's output.
 
vtkCallbackCommand * SelectionObserver
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.
 
vtkDataArraySelection * PointDataArraySelection
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
const char * GetPointArrayName(int index)
The following methods allow selective reading of solutions fields.
 
void SetPointArrayStatus(const char *name, int status)
The following methods allow selective reading of solutions fields.
 
void EnableAllPointArrays()
The following methods allow selective reading of solutions fields.
 
H5RageAdaptor * H5rageAdaptor
 
int RequestInformation(vtkInformation *, vtkInformationVector **inVector, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
 
void SetController(vtkMultiProcessController *)
 
Generic algorithm superclass for image algs.
 
topologically and geometrically regular array of data
 
a simple class to control print indentation
 
Multiprocessing communication superclass.
 
abstract base class for most VTK objects