11 #ifndef vtkH5RageReader_h
12 #define vtkH5RageReader_h
14 #include "vtkIOH5RageModule.h"
17 VTK_ABI_NAMESPACE_BEGIN
35 vtkSetFilePathMacro(FileName);
36 vtkGetFilePathMacro(FileName);
43 vtkSetMacro(CurrentTimeStep,
int);
44 vtkGetMacro(CurrentTimeStep,
int);
61 int GetNumberOfPointArrays();
62 const char* GetPointArrayName(
int index);
63 int GetPointArrayStatus(
const char*
name);
64 void SetPointArrayStatus(
const char*
name,
int status);
65 void DisableAllPointArrays();
66 void EnableAllPointArrays();
104 static void SelectionCallback(
105 vtkObject* caller,
unsigned long eid,
void* clientdata,
void* calldata);
106 static void EventCallback(
vtkObject* caller,
unsigned long eid,
void* clientdata,
void* calldata);
113 VTK_ABI_NAMESPACE_END
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.