16 #ifndef vtkNetCDFCFWriter_h
17 #define vtkNetCDFCFWriter_h
19 #include "vtkIONetCDFModule.h"
46 vtkSetFilePathMacro(FileName);
47 vtkGetFilePathMacro(FileName);
57 vtkSetStringMacro(CellArrayNamePostfix);
58 vtkGetStringMacro(CellArrayNamePostfix);
68 vtkSetMacro(FillValue,
int);
69 vtkGetMacro(FillValue,
int);
78 vtkSetMacro(AttributeType,
int);
79 vtkGetMacro(AttributeType,
int);
87 vtkSetMacro(FillBlankedAttributes,
bool);
88 vtkGetMacro(FillBlankedAttributes,
bool);
89 vtkBooleanMacro(FillBlankedAttributes,
bool);
111 void AddGridMappingAttribute(
const char*
name,
const char*
value);
112 void AddGridMappingAttribute(
const char*
name,
double value);
113 void ClearGridMappingAttributes();
127 class Implementation;
128 Implementation*
Impl;
abstract class to specify dataset behavior
abstract class to write data to file(s)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
topologically and geometrically regular array of data
list of point or cell ids
Writes netCDF files that follow the CF convention.
char * CellArrayNamePostfix
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
static vtkAlgorithm * New()
virtual void WriteData()=0
bool FillBlankedAttributes