 |
VTK
9.1.0
|
Go to the documentation of this file.
26 #ifndef vtkPIOReader_h
27 #define vtkPIOReader_h
29 #include "vtkIOPIOModule.h"
63 vtkSetMacro(CurrentTimeStep,
int);
64 vtkGetMacro(CurrentTimeStep,
int);
71 vtkGetMacro(HyperTreeGrid,
bool);
72 vtkSetMacro(HyperTreeGrid,
bool);
79 vtkSetMacro(Tracers,
bool);
80 vtkGetMacro(Tracers,
bool);
87 vtkSetMacro(Float64,
bool);
88 vtkGetMacro(Float64,
bool);
129 vtkGetStringMacro(ActiveTimeDataArrayName);
130 vtkSetStringMacro(ActiveTimeDataArrayName);
175 vtkObject* caller,
unsigned long eid,
void* clientdata,
void* calldata);
void EnableAllCellArrays()
The following methods allow selective reading of solutions fields.
class for reading PIO (Parallel Input Output) data files
int RequestInformation(vtkInformation *, vtkInformationVector **inVector, vtkInformationVector *) override
This is called by the superclass.
vtkMultiBlockDataSet * GetOutput()
Get the reader's output.
dynamic, self-adjusting array of float
vtkCallbackCommand * SelectionObserver
abstract base class for most VTK objects
Composite dataset that organizes datasets into blocks.
void SetCellArrayStatus(const char *name, int status)
The following methods allow selective reading of solutions fields.
Store on/off settings for data arrays for a vtkSource.
vtkMultiProcessController * Controller
vtkSetFilePathMacro(FileName)
Specify file name of PIO data file to read.
int GetNumberOfTimeDataArrays() const
Getters for time data array candidates.
Multiprocessing communication superclass.
vtkStdString CurrentTimeDataArrayName
a simple class to control print indentation
int GetNumberOfCellArrays()
The following methods allow selective reading of solutions fields.
const char * GetTimeDataArray(int idx) const
Getters for time data array candidates.
vtkStringArray * TimeDataStringArray
char * ActiveTimeDataArrayName
static void SelectionModifiedCallback(vtkObject *caller, unsigned long eid, void *clientdata, void *calldata)
vtkGetFilePathMacro(FileName)
Specify file name of PIO data file to read.
static vtkPIOReader * New()
vtkMultiBlockDataSet * GetOutput(int index)
Get the reader's output.
supports function callbacks
a vtkAbstractArray subclass for strings
vtkDataArraySelection * CellDataArraySelection
Wrapper around std::string to keep symbols short.
int GetCellArrayStatus(const char *name)
The following methods allow selective reading of solutions fields.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void DisableAllCellArrays()
The following methods allow selective reading of solutions fields.
const char * GetCellArrayName(int index)
The following methods allow selective reading of solutions fields.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.