General Purpose Geodetic Library
|
#include <SgNetCdf.h>
Public Member Functions | |
SgNcdfDimension () | |
SgNcdfDimension (const QString &name, int n, int id) | |
SgNcdfDimension (const SgNcdfDimension &d) | |
~SgNcdfDimension () | |
SgNcdfDimension & | operator= (const SgNcdfDimension &d) |
const QString & | getName () const |
int | getN () const |
int | getId () const |
void | setName (const QString &name) |
void | setN (int n) |
void | setId (int id) |
void | debug_output () |
Static Public Member Functions | |
static const QString | className () |
Private Attributes | |
QString | name_ |
int | n_ |
int | id_ |
Definition at line 59 of file SgNetCdf.h.
|
inline |
A constructor. Creates a default copy of the object.
Definition at line 68 of file SgNetCdf.h.
|
inline |
Definition at line 70 of file SgNetCdf.h.
|
inline |
|
inline |
A destructor. Destroys the object.
Definition at line 78 of file SgNetCdf.h.
|
static |
Returns name of the class (for debug output).
Definition at line 231 of file SgNetCdf.cpp.
void SgNcdfDimension::debug_output | ( | ) |
Definition at line 239 of file SgNetCdf.cpp.
|
inline |
Returns value of the dimension Id.
Definition at line 98 of file SgNetCdf.h.
References id_.
Referenced by SgNcdfDimension(), SgNcdfVariable::addDimension(), and operator=().
|
inline |
Returns value of the dimension.
Definition at line 94 of file SgNetCdf.h.
References n_.
Referenced by SgNcdfDimension(), SgNcdfVariable::addDimension(), operator=(), SgNetCdf::putData(), and SgNetCdf::registerVariable().
|
inline |
Returns name of the dimension (a key).
Definition at line 90 of file SgNetCdf.h.
References name_.
Referenced by SgNetCdf::SgNetCdf(), SgNcdfVariable::addDimension(), SgVgosDb::guessDimName(), SgNcdfVariable::multiplyData(), operator=(), SgNetCdf::putData(), SgNetCdf::registerVariable(), and SgNetCdf::reset().
|
inline |
|
inline |
Definition at line 104 of file SgNetCdf.h.
References id_.
Referenced by SgNcdfDimension(), operator=(), and SgNetCdf::putData().
|
inline |
Definition at line 102 of file SgNetCdf.h.
References n_.
Referenced by SgNcdfDimension(), and operator=().
|
inline |
|
private |
Definition at line 118 of file SgNetCdf.h.
Referenced by SgNcdfDimension(), debug_output(), getId(), and setId().
|
private |
Definition at line 117 of file SgNetCdf.h.
Referenced by SgNcdfDimension(), debug_output(), getN(), and setN().
|
private |
Definition at line 116 of file SgNetCdf.h.
Referenced by debug_output(), getName(), and setName().