 |
VTK
9.0.1
|
Go to the documentation of this file.
26 #ifndef vtkPIOReader_h
27 #define vtkPIOReader_h
29 #include "vtkIOPIOModule.h"
54 vtkSetStringMacro(FileName);
55 vtkGetStringMacro(FileName);
62 vtkSetMacro(CurrentTimeStep,
int);
63 vtkGetMacro(CurrentTimeStep,
int);
70 vtkGetMacro(HyperTreeGrid,
bool);
71 vtkSetMacro(HyperTreeGrid,
bool);
78 vtkSetMacro(Tracers,
bool);
79 vtkGetMacro(Tracers,
bool);
86 vtkSetMacro(Float64,
bool);
87 vtkGetMacro(Float64,
bool);
148 vtkObject* caller,
unsigned long eid,
void* clientdata,
void* calldata);
void EnableAllCellArrays()
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
vtkMultiProcessController * MPIController
abstract base class for most VTK objects
Composite dataset that organizes datasets into blocks.
void SetCellArrayStatus(const char *name, int status)
Store on/off settings for data arrays for a vtkSource.
Multiprocessing communication superclass.
a simple class to control print indentation
int GetNumberOfCellArrays()
The following methods allow selective reading of solutions fields.
static void SelectionModifiedCallback(vtkObject *caller, unsigned long eid, void *clientdata, void *calldata)
static vtkPIOReader * New()
vtkMultiBlockDataSet * GetOutput(int index)
supports function callbacks
vtkDataArraySelection * CellDataArraySelection
Wrapper around std::string to keep symbols short.
int GetCellArrayStatus(const char *name)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void DisableAllCellArrays()
const char * GetCellArrayName(int index)
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.