33 #ifndef __vtkNetCDFPOPReader_h
34 #define __vtkNetCDFPOPReader_h
40 class vtkNetCDFPOPReaderInternal;
51 vtkSetStringMacro(FileName);
52 vtkGetStringMacro(FileName);
57 vtkSetVector3Macro(Stride,
int);
58 vtkGetVector3Macro(Stride,
int);
63 virtual int GetNumberOfVariableArrays();
64 virtual const char *GetVariableArrayName(
int idx);
65 virtual int GetVariableArrayStatus(
const char *
name);
66 virtual void SetVariableArrayStatus(
const char *
name,
int status);
79 static void SelectionModifiedCallback(
vtkObject *caller,
unsigned long eid,
80 void *clientdata,
void *calldata);
82 static void EventCallback(
vtkObject* caller,
unsigned long eid,
83 void* clientdata,
void* calldata);
97 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
void PrintSelf(ostream &os, vtkIndent indent)