32 #ifndef vtkVPICReader_h 33 #define vtkVPICReader_h 35 #include "vtkIOVPICModule.h" 60 vtkSetStringMacro(FileName);
61 vtkGetStringMacro(FileName);
68 vtkSetVector3Macro(Stride,
int);
69 vtkGetVector3Macro(Stride,
int);
76 vtkSetVector2Macro(XExtent,
int);
77 vtkSetVector2Macro(YExtent,
int);
78 vtkSetVector2Macro(ZExtent,
int);
82 vtkGetVector2Macro(XLayout,
int);
83 vtkGetVector2Macro(YLayout,
int);
84 vtkGetVector2Macro(ZLayout,
int);
100 int GetNumberOfPointArrays();
101 const char* GetPointArrayName(
int index);
102 int GetPointArrayStatus(
const char*
name);
103 void SetPointArrayStatus(
const char*
name,
int status);
104 void DisableAllPointArrays();
105 void EnableAllPointArrays();
150 int GhostDimension[3];
169 void LoadVariableData(
int var,
int timeStep);
174 int numberOfComponents);
176 static void SelectionCallback(
vtkObject* caller,
unsigned long eid,
177 void* clientdata,
void* calldata);
178 static void EventCallback(
vtkObject* caller,
unsigned long eid,
179 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.