31 #ifndef vtkVPICReader_h
32 #define vtkVPICReader_h
34 #include "vtkIOVPICModule.h"
57 vtkSetStringMacro(FileName);
58 vtkGetStringMacro(FileName);
63 vtkSetVector3Macro(Stride,
int);
64 vtkGetVector3Macro(Stride,
int);
69 vtkSetVector2Macro(XExtent,
int);
70 vtkSetVector2Macro(YExtent,
int);
71 vtkSetVector2Macro(ZExtent,
int);
75 vtkGetVector2Macro(XLayout,
int);
76 vtkGetVector2Macro(YLayout,
int);
77 vtkGetVector2Macro(ZLayout,
int);
89 int GetNumberOfPointArrays();
90 const char* GetPointArrayName(
int index);
91 int GetPointArrayStatus(
const char*
name);
92 void SetPointArrayStatus(
const char*
name,
int status);
93 void DisableAllPointArrays();
94 void EnableAllPointArrays();
139 int GhostDimension[3];
158 void LoadVariableData(
int var,
int timeStep);
163 int numberOfComponents);
165 static void SelectionCallback(
vtkObject* caller,
unsigned long eid,
166 void* clientdata,
void* calldata);
167 static void EventCallback(
vtkObject* caller,
unsigned long eid,
168 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()
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)
Store on/off settings for data arrays for a vtkSource.
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkMultiProcessController * MPIController
Multiprocessing communication superclass.