33 #ifndef vtkNetCDFPOPReader_h 34 #define vtkNetCDFPOPReader_h 41 class vtkNetCDFPOPReaderInternal;
64 virtual int GetNumberOfVariableArrays();
65 virtual const char *GetVariableArrayName(
int idx);
66 virtual int GetVariableArrayStatus(
const char *
name);
67 virtual void SetVariableArrayStatus(
const char *
name,
int status);
80 static void SelectionModifiedCallback(
vtkObject *caller,
unsigned long eid,
81 void *clientdata,
void *calldata);
83 static void EventCallback(
vtkObject* caller,
unsigned long eid,
84 void* clientdata,
void* calldata);
104 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)
#define vtkSetStringMacro(name)
#define vtkTypeMacro(thisClass, superclass)
supports function callbacks
a simple class to control print indentation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Store on/off settings for data arrays for a vtkSource.
#define vtkGetVector3Macro(name, type)
#define vtkGetStringMacro(name)
vtkCallbackCommand * SelectionObserver
#define VTKIONETCDF_EXPORT
#define vtkSetVector3Macro(name, type)
void PrintSelf(ostream &os, vtkIndent indent)