22 #ifndef vtkNetCDFPOPReader_h
23 #define vtkNetCDFPOPReader_h
25 #include "vtkIONetCDFModule.h"
28 VTK_ABI_NAMESPACE_BEGIN
31 class vtkNetCDFPOPReaderInternal;
44 vtkSetFilePathMacro(FileName);
45 vtkGetFilePathMacro(FileName);
52 vtkSetVector3Macro(Stride,
int);
53 vtkGetVector3Macro(Stride,
int);
60 virtual int GetNumberOfVariableArrays();
61 virtual const char* GetVariableArrayName(
int index);
62 virtual int GetVariableArrayStatus(
const char*
name);
63 virtual void SetVariableArrayStatus(
const char*
name,
int status);
74 static void SelectionModifiedCallback(
75 vtkObject* caller,
unsigned long eid,
void* clientdata,
void* calldata);
77 static void EventCallback(
vtkObject* caller,
unsigned long eid,
void* clientdata,
void* calldata);
93 vtkSetFilePathMacro(OpenedFileName);
101 vtkNetCDFPOPReaderInternal* Internals;
103 VTK_ABI_NAMESPACE_END
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, etc.
vtkCallbackCommand * SelectionObserver