OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
HDFUInt16.cc
Go to the documentation of this file.
1
// This file is part of the hdf4 data handler for the OPeNDAP data server.
3
4
// Copyright (c) 2005 OPeNDAP, Inc.
5
// Author: James Gallagher <jgallagher@opendap.org>
6
//
7
// This is free software; you can redistribute it and/or modify it under the
8
// terms of the GNU Lesser General Public License as published by the Free
9
// Software Foundation; either version 2.1 of the License, or (at your
10
// option) any later version.
11
//
12
// This software is distributed in the hope that it will be useful, but
13
// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14
// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
15
// License for more details.
16
//
17
// You should have received a copy of the GNU Lesser General Public License
18
// along with this software; if not, write to the Free Software Foundation,
19
// Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20
//
21
// You can contact OPeNDAP, Inc. at PO Box 112, Saunderstown, RI. 02874-0112.
22
23
// (c) COPYRIGHT URI/MIT 1994-1999
24
// Please read the full copyright statement in the file COPYRIGHT_URI.
25
26
// Author: James Gallagher
27
//
28
29
#include "
config_hdf.h
"
30
31
#include <InternalErr.h>
32
33
#include "
HDFUInt16.h
"
34
35
HDFUInt16::HDFUInt16
(
const
string
&n,
const
string
&d) : UInt16(n, d)
36
{
37
}
38
39
HDFUInt16::~HDFUInt16
()
40
{
41
}
42
BaseType *
HDFUInt16::ptr_duplicate
()
43
{
44
return
new
HDFUInt16
(*
this
);
45
}
46
47
bool
HDFUInt16::read
()
48
{
49
throw
InternalErr(__FILE__, __LINE__,
50
"Unimplemented read method called."
);
51
}
52
HDFUInt16.h
HDFUInt16::HDFUInt16
HDFUInt16(const string &n, const string &d)
Definition:
HDFUInt16.cc:35
config_hdf.h
HDFUInt16::read
virtual bool read()
Definition:
HDFUInt16.cc:47
HDFUInt16::~HDFUInt16
virtual ~HDFUInt16()
Definition:
HDFUInt16.cc:39
HDFUInt16::ptr_duplicate
virtual BaseType * ptr_duplicate()
Definition:
HDFUInt16.cc:42
modules
hdf4_handler
HDFUInt16.cc
Generated by
1.8.9.1