22 #ifndef vtkPNetCDFPOPReader_h
23 #define vtkPNetCDFPOPReader_h
25 #include "vtkIOParallelNetCDFModule.h"
28 VTK_ABI_NAMESPACE_BEGIN
32 class vtkPNetCDFPOPReaderInternal;
45 vtkSetFilePathMacro(FileName);
46 vtkGetFilePathMacro(FileName);
53 vtkSetVector3Macro(Stride,
int);
54 vtkGetVector3Macro(Stride,
int);
61 virtual int GetNumberOfVariableArrays();
62 virtual const char* GetVariableArrayName(
int idx);
63 virtual int GetVariableArrayStatus(
const char*
name);
64 virtual void SetVariableArrayStatus(
const char*
name,
int status);
91 int ReaderForDepth(
unsigned depth);
94 bool IsFirstReaderRank();
96 static void SelectionModifiedCallback(
97 vtkObject* caller,
unsigned long eid,
void* clientdata,
void* calldata);
99 static void EventCallback(
vtkObject* caller,
unsigned long eid,
void* clientdata,
void* calldata);
105 vtkSetFilePathMacro(OpenedFileName);
117 vtkPNetCDFPOPReaderInternal* Internals;
119 VTK_ABI_NAMESPACE_END
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
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
supports function callbacks
a simple class to control print indentation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
list of point or cell ids
Store on/off settings for data arrays, etc.
Process communication using MPI.
vtkMPIController * Controller
vtkCallbackCommand * SelectionObserver