33 #ifndef vtkNetCDFPOPReader_h
34 #define vtkNetCDFPOPReader_h
41 class vtkNetCDFPOPReaderInternal;
52 vtkSetStringMacro(FileName);
53 vtkGetStringMacro(FileName);
58 vtkSetVector3Macro(Stride,
int);
59 vtkGetVector3Macro(Stride,
int);
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);
96 vtkSetStringMacro(OpenedFileName);
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)
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.
vtkCallbackCommand * SelectionObserver
#define VTKIONETCDF_EXPORT
void PrintSelf(ostream &os, vtkIndent indent)