34 #ifndef vtkNetCDFPOPReader_h 35 #define vtkNetCDFPOPReader_h 37 #include "vtkIONetCDFModule.h" 42 class vtkNetCDFPOPReaderInternal;
55 vtkSetStringMacro(FileName);
56 vtkGetStringMacro(FileName);
63 vtkSetVector3Macro(Stride,
int);
64 vtkGetVector3Macro(Stride,
int);
71 virtual int GetNumberOfVariableArrays();
72 virtual const char *GetVariableArrayName(
int idx);
73 virtual int GetVariableArrayStatus(
const char *
name);
74 virtual void SetVariableArrayStatus(
const char *
name,
int status);
87 static void SelectionModifiedCallback(
vtkObject *caller,
unsigned long eid,
88 void *clientdata,
void *calldata);
90 static void EventCallback(
vtkObject* caller,
unsigned long eid,
91 void* clientdata,
void* calldata);
107 vtkSetStringMacro(OpenedFileName);
115 vtkNetCDFPOPReaderInternal* Internals;
Superclass for algorithms that produce only rectilinear grid as output.
abstract base class for most VTK objects
read NetCDF files .Author Joshua Wu 09.15.2009
static vtkRectilinearGridAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int NCDFFD
The NetCDF file descriptor.
char * OpenedFileName
The file name of the opened file.
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.
Store on/off settings for data arrays for a vtkSource.
vtkCallbackCommand * SelectionObserver