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