 |
VTK
9.0.1
|
Go to the documentation of this file.
31 #ifndef vtkNetCDFPOPReader_h
32 #define vtkNetCDFPOPReader_h
34 #include "vtkIONetCDFModule.h"
39 class vtkNetCDFPOPReaderInternal;
52 vtkSetStringMacro(FileName);
53 vtkGetStringMacro(FileName);
60 vtkSetVector3Macro(Stride,
int);
61 vtkGetVector3Macro(Stride,
int);
68 virtual int GetNumberOfVariableArrays();
69 virtual const char* GetVariableArrayName(
int idx);
70 virtual int GetVariableArrayStatus(
const char*
name);
71 virtual void SetVariableArrayStatus(
const char*
name,
int status);
82 static void SelectionModifiedCallback(
83 vtkObject* caller,
unsigned long eid,
void* clientdata,
void* calldata);
85 static void EventCallback(
vtkObject* caller,
unsigned long eid,
void* clientdata,
void* calldata);
101 vtkSetStringMacro(OpenedFileName);
109 vtkNetCDFPOPReaderInternal* Internals;
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only rectilinear grid as output.
abstract base class for most VTK objects
char * OpenedFileName
The file name of the opened file.
read NetCDF files .Author Joshua Wu 09.15.2009
vtkCallbackCommand * SelectionObserver
Store on/off settings for data arrays for a vtkSource.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
static vtkRectilinearGridAlgorithm * New()
supports function callbacks
int NCDFFD
The NetCDF file descriptor.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.