33 #ifndef vtkPNetCDFPOPReader_h
34 #define vtkPNetCDFPOPReader_h
36 #include "vtkIOParallelNetCDFModule.h"
42 class vtkPNetCDFPOPReaderInternal;
53 vtkSetStringMacro(FileName);
54 vtkGetStringMacro(FileName);
59 vtkSetVector3Macro(Stride,
int);
60 vtkGetVector3Macro(Stride,
int);
65 virtual int GetNumberOfVariableArrays();
66 virtual const char *GetVariableArrayName(
int idx);
67 virtual int GetVariableArrayStatus(
const char *
name);
68 virtual void SetVariableArrayStatus(
const char *
name,
int status);
95 int ReaderForDepth(
unsigned depth);
98 bool IsFirstReaderRank();
100 static void SelectionModifiedCallback(
vtkObject *caller,
unsigned long eid,
101 void *clientdata,
void *calldata);
103 static void EventCallback(
vtkObject* caller,
unsigned long eid,
104 void* clientdata,
void* calldata);
110 vtkSetStringMacro(OpenedFileName);
122 vtkPNetCDFPOPReaderInternal* Internals;
Superclass for algorithms that produce only rectilinear grid as output.
abstract base class for most VTK objects
static vtkRectilinearGridAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
read NetCDF files in parallel with MPI .Author Ross Miller 03.14.2011
supports function callbacks
a simple class to control print indentation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
list of point or cell ids
Store on/off settings for data arrays for a vtkSource.
Process communication using MPI.
vtkMPIController * Controller
vtkCallbackCommand * SelectionObserver
void PrintSelf(ostream &os, vtkIndent indent)