 |
VTK
9.0.1
|
Go to the documentation of this file.
29 #ifndef vtkVPICReader_h
30 #define vtkVPICReader_h
32 #include "vtkIOVPICModule.h"
56 vtkSetStringMacro(FileName);
57 vtkGetStringMacro(FileName);
64 vtkSetVector3Macro(Stride,
int);
65 vtkGetVector3Macro(Stride,
int);
72 vtkSetVector2Macro(XExtent,
int);
73 vtkSetVector2Macro(YExtent,
int);
74 vtkSetVector2Macro(ZExtent,
int);
78 vtkGetVector2Macro(XLayout,
int);
79 vtkGetVector2Macro(YLayout,
int);
80 vtkGetVector2Macro(ZLayout,
int);
96 int GetNumberOfPointArrays();
97 const char* GetPointArrayName(
int index);
98 int GetPointArrayStatus(
const char*
name);
99 void SetPointArrayStatus(
const char*
name,
int status);
100 void DisableAllPointArrays();
101 void EnableAllPointArrays();
146 int GhostDimension[3];
164 void LoadVariableData(
int var,
int timeStep);
165 void LoadComponent(
float* varData,
float* block,
int comp,
int numberOfComponents);
167 static void SelectionCallback(
168 vtkObject* caller,
unsigned long eid,
void* clientdata,
void* calldata);
169 static void EventCallback(
vtkObject* caller,
unsigned long eid,
void* clientdata,
void* calldata);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.
dynamic, self-adjusting array of float
vtkCallbackCommand * SelectionObserver
vtkMultiProcessController * MPIController
abstract base class for most VTK objects
class for reading VPIC data files
Generic algorithm superclass for image algs.
Store on/off settings for data arrays for a vtkSource.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
Multiprocessing communication superclass.
vtkImageData * GetOutput()
Get the output data object for a port on this algorithm.
topologically and geometrically regular array of data
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkAlgorithm * New()
vtkStdString * VariableName
supports function callbacks
Wrapper around std::string to keep symbols short.
vtkDataArraySelection * PointDataArraySelection