17 #ifndef vtkPIOReader_h
18 #define vtkPIOReader_h
20 #include "vtkIOPIOModule.h"
24 VTK_ABI_NAMESPACE_BEGIN
47 vtkSetFilePathMacro(FileName);
48 vtkGetFilePathMacro(FileName);
55 vtkSetMacro(CurrentTimeStep,
int);
56 vtkGetMacro(CurrentTimeStep,
int);
63 vtkGetMacro(HyperTreeGrid,
bool);
64 vtkSetMacro(HyperTreeGrid,
bool);
71 vtkSetMacro(Tracers,
bool);
72 vtkGetMacro(Tracers,
bool);
79 vtkSetMacro(Float64,
bool);
80 vtkGetMacro(Float64,
bool);
97 int GetNumberOfCellArrays();
98 const char* GetCellArrayName(
int index);
99 int GetCellArrayStatus(
const char*
name);
100 void SetCellArrayStatus(
const char*
name,
int status);
101 void DisableAllCellArrays();
102 void EnableAllCellArrays();
110 int GetNumberOfTimeDataArrays()
const;
111 const char* GetTimeDataArray(
int idx)
const;
121 vtkGetStringMacro(ActiveTimeDataArrayName);
122 vtkSetStringMacro(ActiveTimeDataArrayName);
167 static void SelectionModifiedCallback(
168 vtkObject* caller,
unsigned long eid,
void* clientdata,
void* calldata);
175 VTK_ABI_NAMESPACE_END
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.