6#include "HDF5CFGeoCFProj.h"
13HDF5CFGeoCFProj::HDF5CFGeoCFProj(
const string & n,
const string &d ) :
Byte(n, d)
17BaseType *HDF5CFGeoCFProj::ptr_duplicate()
19 auto HDF5CFGeoCFProj_unique = make_unique<HDF5CFGeoCFProj>(*
this);
20 return HDF5CFGeoCFProj_unique.release();
23bool HDF5CFGeoCFProj::read()
28 set_value((dods_byte)buf);