|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   31 #ifndef vtkPNetCDFPOPReader_h 
   32 #define vtkPNetCDFPOPReader_h 
   34 #include "vtkIOParallelNetCDFModule.h"  
   40 class vtkPNetCDFPOPReaderInternal;
 
   53   vtkSetStringMacro(FileName);
 
   54   vtkGetStringMacro(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);
 
   99   int ReaderForDepth(
unsigned depth);
 
  102   bool IsFirstReaderRank();
 
  104   static void SelectionModifiedCallback(
 
  105     vtkObject* caller, 
unsigned long eid, 
void* clientdata, 
void* calldata);
 
  107   static void EventCallback(
vtkObject* caller, 
unsigned long eid, 
void* clientdata, 
void* calldata);
 
  113   vtkSetStringMacro(OpenedFileName);
 
  125   vtkPNetCDFPOPReaderInternal* Internals;
 
  
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only rectilinear grid as output.
vtkCallbackCommand * SelectionObserver
abstract base class for most VTK objects
read NetCDF files in parallel with MPI .Author Ross Miller 03.14.2011
Store on/off settings for data arrays for a vtkSource.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkMPIController * Controller
a simple class to control print indentation
list of point or cell ids
static vtkRectilinearGridAlgorithm * New()
supports function callbacks
Process communication using MPI.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.