39class HDF4DDS :
public libdap::DDS {
46 void m_duplicate(
const HDF4DDS &src)
51 swathfd = src.swathfd;
55 explicit HDF4DDS(
const libdap::DDS *ddsIn) : libdap::DDS(*ddsIn) {}
57 HDF4DDS(
const HDF4DDS &rhs) : libdap::DDS(rhs) {
61 HDF4DDS & operator= (
const HDF4DDS &rhs) {
65 libdap::DDS::operator=(rhs);
87 void setHDF4Dataset(
const int sdfd_in,
const int fileid_in,
const int gridfd_in,
const int swathfd_in ) {
94 void setHDF4Dataset(
const int sdfd_in,
const int fileid_in) {