29 #ifndef vtkVPICReader_h 30 #define vtkVPICReader_h 32 #include "vtkIOVPICModule.h" 57 vtkSetStringMacro(FileName);
58 vtkGetStringMacro(FileName);
65 vtkSetVector3Macro(Stride,
int);
66 vtkGetVector3Macro(Stride,
int);
73 vtkSetVector2Macro(XExtent,
int);
74 vtkSetVector2Macro(YExtent,
int);
75 vtkSetVector2Macro(ZExtent,
int);
79 vtkGetVector2Macro(XLayout,
int);
80 vtkGetVector2Macro(YLayout,
int);
81 vtkGetVector2Macro(ZLayout,
int);
97 int GetNumberOfPointArrays();
98 const char* GetPointArrayName(
int index);
99 int GetPointArrayStatus(
const char*
name);
100 void SetPointArrayStatus(
const char*
name,
int status);
101 void DisableAllPointArrays();
102 void EnableAllPointArrays();
147 int GhostDimension[3];
166 void LoadVariableData(
int var,
int timeStep);
171 int numberOfComponents);
173 static void SelectionCallback(
vtkObject* caller,
unsigned long eid,
174 void* clientdata,
void* calldata);
175 static void EventCallback(
vtkObject* caller,
unsigned long eid,
176 void* clientdata,
void* calldata);
Wrapper around std::string to keep symbols short.
abstract base class for most VTK objects
dynamic, self-adjusting array of float
vtkCallbackCommand * SelectionObserver
vtkImageData * GetOutput()
Get the output data object for a port on this algorithm.
class for reading VPIC data files
vtkDataArraySelection * PointDataArraySelection
vtkStdString * VariableName
supports function callbacks
a simple class to control print indentation
topologically and geometrically regular array of data
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
Store on/off settings for data arrays for a vtkSource.
Generic algorithm superclass for image algs.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.
vtkMultiProcessController * MPIController
Multiprocessing communication superclass.