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