4 #ifndef vtkNetCDFCFWriter_h
5 #define vtkNetCDFCFWriter_h
7 #include "vtkIONetCDFModule.h"
10 VTK_ABI_NAMESPACE_BEGIN
35 vtkSetFilePathMacro(FileName);
36 vtkGetFilePathMacro(FileName);
46 vtkSetStringMacro(CellArrayNamePostfix);
47 vtkGetStringMacro(CellArrayNamePostfix);
57 vtkSetMacro(FillValue,
int);
58 vtkGetMacro(FillValue,
int);
67 vtkSetMacro(AttributeType,
int);
68 vtkGetMacro(AttributeType,
int);
76 vtkSetMacro(FillBlankedAttributes,
bool);
77 vtkGetMacro(FillBlankedAttributes,
bool);
78 vtkBooleanMacro(FillBlankedAttributes,
bool);
100 void AddGridMappingAttribute(
const char*
name,
const char*
value);
101 void AddGridMappingAttribute(
const char*
name,
double value);
102 void ClearGridMappingAttributes();
116 class Implementation;
117 Implementation*
Impl;
124 VTK_ABI_NAMESPACE_END
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