29 #ifndef vtkPIOReader_h
30 #define vtkPIOReader_h
32 #include "vtkIOPIOModule.h"
58 vtkSetFilePathMacro(FileName);
59 vtkGetFilePathMacro(FileName);
66 vtkSetMacro(CurrentTimeStep,
int);
67 vtkGetMacro(CurrentTimeStep,
int);
74 vtkGetMacro(HyperTreeGrid,
bool);
75 vtkSetMacro(HyperTreeGrid,
bool);
82 vtkSetMacro(Tracers,
bool);
83 vtkGetMacro(Tracers,
bool);
90 vtkSetMacro(Float64,
bool);
91 vtkGetMacro(Float64,
bool);
108 int GetNumberOfCellArrays();
109 const char* GetCellArrayName(
int index);
110 int GetCellArrayStatus(
const char*
name);
111 void SetCellArrayStatus(
const char*
name,
int status);
112 void DisableAllCellArrays();
113 void EnableAllCellArrays();
121 int GetNumberOfTimeDataArrays()
const;
122 const char* GetTimeDataArray(
int idx)
const;
132 vtkGetStringMacro(ActiveTimeDataArrayName);
133 vtkSetStringMacro(ActiveTimeDataArrayName);
178 static void SelectionModifiedCallback(
179 vtkObject* caller,
unsigned long eid,
void* clientdata,
void* calldata);
Wrapper around std::string to keep symbols short.
vtkStdString CurrentTimeDataArrayName
abstract base class for most VTK objects
vtkMultiBlockDataSet * GetOutput()
Get the output data object for a port on this algorithm.
dynamic, self-adjusting array of float
a vtkAbstractArray subclass for strings
vtkStringArray * TimeDataStringArray
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkMultiBlockDataSetAlgorithm * New()
supports function callbacks
a simple class to control print indentation
Store on/off settings for data arrays, etc.
vtkMultiProcessController * Controller
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
char * ActiveTimeDataArrayName
vtkCallbackCommand * SelectionObserver
Composite dataset that organizes datasets into blocks.
class for reading PIO (Parallel Input Output) data files
vtkDataArraySelection * CellDataArraySelection
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Multiprocessing communication superclass.