31 #ifndef vtkPNetCDFPOPReader_h
32 #define vtkPNetCDFPOPReader_h
34 #include "vtkIOParallelNetCDFModule.h"
40 class vtkPNetCDFPOPReaderInternal;
53 vtkSetStringMacro(FileName);
61 vtkSetVector3Macro(Stride,
int);
62 vtkGetVector3Macro(Stride,
int);
69 virtual int GetNumberOfVariableArrays();
70 virtual const char *GetVariableArrayName(
int idx);
71 virtual int GetVariableArrayStatus(
const char *
name);
72 virtual void SetVariableArrayStatus(
const char *
name,
int status);
101 int ReaderForDepth(
unsigned depth);
104 bool IsFirstReaderRank();
106 static
void SelectionModifiedCallback(
vtkObject *caller,
unsigned long eid,
107 void *clientdata,
void *calldata);
109 static
void EventCallback(
vtkObject* caller,
unsigned long eid,
110 void* clientdata,
void* calldata);
115 char *OpenedFileName;
116 vtkSetStringMacro(OpenedFileName);
128 vtkPNetCDFPOPReaderInternal* Internals;
Superclass for algorithms that produce only rectilinear grid as output.
abstract base class for most VTK objects
static vtkRectilinearGridAlgorithm * New()
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 for a vtkSource.
Process communication using MPI.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.