32 #ifndef vtkVPICReader_h
33 #define vtkVPICReader_h
35 #include "vtkIOVPICModule.h"
59 vtkSetFilePathMacro(FileName);
60 vtkGetFilePathMacro(FileName);
67 vtkSetVector3Macro(Stride,
int);
68 vtkGetVector3Macro(Stride,
int);
75 vtkSetVector2Macro(XExtent,
int);
76 vtkSetVector2Macro(YExtent,
int);
77 vtkSetVector2Macro(ZExtent,
int);
81 vtkGetVector2Macro(XLayout,
int);
82 vtkGetVector2Macro(YLayout,
int);
83 vtkGetVector2Macro(ZLayout,
int);
99 int GetNumberOfPointArrays();
100 const char* GetPointArrayName(
int index);
101 int GetPointArrayStatus(
const char*
name);
102 void SetPointArrayStatus(
const char*
name,
int status);
103 void DisableAllPointArrays();
104 void EnableAllPointArrays();
149 int GhostDimension[3];
168 void LoadVariableData(
int var,
int timeStep);
169 void LoadComponent(
float* varData,
float* block,
int comp,
int numberOfComponents);
171 static void SelectionCallback(
172 vtkObject* caller,
unsigned long eid,
void* clientdata,
void* calldata);
173 static void EventCallback(
vtkObject* caller,
unsigned long eid,
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, etc.
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.