Go to the documentation of this file.
32 #ifndef vtkVPICReader_h
33 #define vtkVPICReader_h
35 #include "vtkIOVPICModule.h"
60 vtkSetStringMacro(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);
150 int GhostDimension[3];
174 int numberOfComponents);
177 void* clientdata,
void* calldata);
179 void* clientdata,
void* calldata);
void DisableAllPointArrays()
vtkImageData * GetOutput(int index)
const char * GetPointArrayName(int index)
dynamic, self-adjusting array of float
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called in response to a REQUEST_DATA request from the executive.
vtkImageData * GetOutput()
Get the reader's output.
vtkCallbackCommand * SelectionObserver
vtkMultiProcessController * MPIController
abstract base class for most VTK objects
int GetNumberOfPointArrays()
The following methods allow selective reading of solutions fields.
class for reading VPIC data files
void SetPointArrayStatus(const char *name, int status)
Generic algorithm superclass for image algs.
int GetPointArrayStatus(const char *name)
Store on/off settings for data arrays for a vtkSource.
Multiprocessing communication superclass.
topologically and geometrically regular array of data
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
static void EventCallback(vtkObject *caller, unsigned long eid, void *clientdata, void *calldata)
void LoadComponent(float *varData, float *block, int comp, int numberOfComponents)
void EnableAllPointArrays()
static vtkVPICReader * New()
int RequestInformation(vtkInformation *, vtkInformationVector **inVector, vtkInformationVector *)
Subclasses can reimplement this method to collect information from their inputs and set information f...
vtkStdString * VariableName
supports function callbacks
void LoadVariableData(int var, int timeStep)
static void SelectionCallback(vtkObject *caller, unsigned long eid, void *clientdata, void *calldata)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
Wrapper around std::string to keep symbols short.
vtkDataArraySelection * PointDataArraySelection