General Purpose Geodetic Library
SgNetCdf.cpp File Reference
#include <math.h>
#include <QtCore/QFile>
#include <SgIdentities.h>
#include <SgLogger.h>
#include <SgMJD.h>
#include <SgNetCdf.h>
#include <SgVersion.h>

Go to the source code of this file.

Functions

static const QString dimensionUnityName ("DimUnity")
 
size_t ncdfaux_type_2_size (nc_type type)
 
void ncdfaux_data_allocate (void *&dest, nc_type type, size_t num)
 
void ncdfaux_data_allocate_n_copy (void *&dest, const void *src, nc_type type, size_t num)
 
void ncdfaux_data_free (void *&dest, nc_type type)
 
QString ncdfaux_type_2_string (nc_type xtype)
 

Variables

static const int dimensionUnityValue = 1
 
const SgNcdfDimension dUnity (dimensionUnityName, dimensionUnityValue, -1)
 

Function Documentation

◆ dimensionUnityName()

static const QString dimensionUnityName ( "DimUnity"  )
static

◆ ncdfaux_data_allocate()

◆ ncdfaux_data_allocate_n_copy()

void ncdfaux_data_allocate_n_copy ( void *&  dest,
const void *  src,
nc_type  type,
size_t  num 
)

◆ ncdfaux_data_free()

◆ ncdfaux_type_2_size()

◆ ncdfaux_type_2_string()

QString ncdfaux_type_2_string ( nc_type  xtype)

Variable Documentation

◆ dimensionUnityValue

const int dimensionUnityValue = 1
static

Definition at line 38 of file SgNetCdf.cpp.

Referenced by SgNcdfVariable::check4multiplication().

◆ dUnity