23 #ifndef vtkH5RageReader_h
24 #define vtkH5RageReader_h
26 #include "vtkIOH5RageModule.h"
46 vtkSetFilePathMacro(FileName);
47 vtkGetFilePathMacro(FileName);
54 vtkSetMacro(CurrentTimeStep,
int);
55 vtkGetMacro(CurrentTimeStep,
int);
72 int GetNumberOfPointArrays();
73 const char* GetPointArrayName(
int index);
74 int GetPointArrayStatus(
const char*
name);
75 void SetPointArrayStatus(
const char*
name,
int status);
76 void DisableAllPointArrays();
77 void EnableAllPointArrays();
115 static void SelectionCallback(
116 vtkObject* caller,
unsigned long eid,
void* clientdata,
void* calldata);
117 static void EventCallback(
vtkObject* caller,
unsigned long eid,
void* clientdata,
void* calldata);
class for reading Rage HDF data files
abstract base class for most VTK objects
H5RageAdaptor * H5rageAdaptor
vtkImageData * GetOutput()
Get the output data object for a port on this algorithm.
supports function callbacks
a simple class to control print indentation
topologically and geometrically regular array of data
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
Store on/off settings for data arrays, etc.
vtkDataArraySelection * PointDataArraySelection
vtkMultiProcessController * Controller
Generic algorithm superclass for image algs.
vtkCallbackCommand * SelectionObserver
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.
Multiprocessing communication superclass.