Go to the documentation of this file.
34 #ifndef vtkNetCDFPOPReader_h
35 #define vtkNetCDFPOPReader_h
37 #include "vtkIONetCDFModule.h"
42 class vtkNetCDFPOPReaderInternal;
55 vtkSetStringMacro(FileName);
63 vtkSetVector3Macro(Stride,
int);
64 vtkGetVector3Macro(Stride,
int);
88 void *clientdata,
void *calldata);
91 void* clientdata,
void* calldata);
107 vtkSetStringMacro(OpenedFileName);
115 vtkNetCDFPOPReaderInternal* Internals;
virtual const char * GetVariableArrayName(int idx)
Superclass for algorithms that produce only rectilinear grid as output.
virtual int GetNumberOfVariableArrays()
Variable array selection.
abstract base class for most VTK objects
virtual int GetVariableArrayStatus(const char *name)
char * OpenedFileName
The file name of the opened file.
read NetCDF files .Author Joshua Wu 09.15.2009
vtkCallbackCommand * SelectionObserver
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Store on/off settings for data arrays for a vtkSource.
static vtkNetCDFPOPReader * New()
virtual void SetVariableArrayStatus(const char *name, int status)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
static void EventCallback(vtkObject *caller, unsigned long eid, void *clientdata, void *calldata)
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
supports function callbacks
int NCDFFD
The NetCDF file descriptor.
static void SelectionModifiedCallback(vtkObject *caller, unsigned long eid, void *clientdata, void *calldata)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.