33#define FONcDouble_h_ 1
35#include <libdap/Float64.h>
44#include "FONcBaseType.h"
60 virtual void define(
int ncid)
override;
62 virtual void write(
int ncid)
override;
64 virtual string name()
override {
return _f->name(); }
66 virtual nc_type
type()
override {
return NC_DOUBLE; }
virtual nc_type type() override
Returns the type of data of this variable.
virtual void dump(ostream &strm) const override
dumps information about this object for debugging purposes
virtual void write(int ncid) override
Write the float64 out to the netcdf file.
virtual void define(int ncid) override
define the DAP Float64 in the netcdf file
FONcDouble(libdap::BaseType *b)
Constructor for FOncDouble that takes a DAP Float64.