openModeller  Version 1.4.0
aquamaps.cpp File Reference
#include "aquamaps.hh"
#include <openmodeller/Configuration.hh>
#include <openmodeller/Exceptions.hh>
#include <openmodeller/os_specific.hh>
#include <string.h>
#include <stdio.h>
#include <math.h>
#include <sstream>
#include <fstream>
#include <sqlite3.h>
#include <algorithm>
Include dependency graph for aquamaps.cpp:

Go to the source code of this file.

Defines

#define NUM_PARAM   7
#define PARAM_USE_SURFACE_LAYERS   "UseSurfaceLayers"
#define PARAM_USE_DEPTH_RANGE   "UseDepthRange"
#define PARAM_USE_ICE_CONCENTRATION   "UseIceConcentration"
#define PARAM_USE_DISTANCE_TO_LAND   "UseDistanceToLand"
#define PARAM_USE_PRIMARY_PRODUCTION   "UsePrimaryProduction"
#define PARAM_USE_SALINITY   "UseSalinity"
#define PARAM_USE_TEMPERATURE   "UseTemperature"

Functions

OM_ALG_DLL_EXPORT AlgorithmImplalgorithmFactory ()
OM_ALG_DLL_EXPORT AlgMetadata
const * 
algorithmMetadata ()

Variables

static AlgParamMetadata parameters [NUM_PARAM]
static AlgMetadata metadata

Define Documentation

#define NUM_PARAM   7

Definition at line 50 of file aquamaps.cpp.

#define PARAM_USE_DEPTH_RANGE   "UseDepthRange"

Definition at line 56 of file aquamaps.cpp.

Referenced by AquaMaps::initialize().

#define PARAM_USE_DISTANCE_TO_LAND   "UseDistanceToLand"

Definition at line 58 of file aquamaps.cpp.

Referenced by AquaMaps::initialize().

#define PARAM_USE_ICE_CONCENTRATION   "UseIceConcentration"

Definition at line 57 of file aquamaps.cpp.

Referenced by AquaMaps::initialize().

#define PARAM_USE_PRIMARY_PRODUCTION   "UsePrimaryProduction"

Definition at line 59 of file aquamaps.cpp.

Referenced by AquaMaps::initialize().

#define PARAM_USE_SALINITY   "UseSalinity"

Definition at line 60 of file aquamaps.cpp.

Referenced by AquaMaps::initialize().

#define PARAM_USE_SURFACE_LAYERS   "UseSurfaceLayers"

Definition at line 55 of file aquamaps.cpp.

Referenced by AquaMaps::initialize().

#define PARAM_USE_TEMPERATURE   "UseTemperature"

Definition at line 61 of file aquamaps.cpp.

Referenced by AquaMaps::initialize().


Function Documentation

OM_ALG_DLL_EXPORT AlgorithmImpl* algorithmFactory ( )

Definition at line 216 of file aquamaps.cpp.

OM_ALG_DLL_EXPORT AlgMetadata const* algorithmMetadata ( )

Definition at line 223 of file aquamaps.cpp.

Referenced by main().


Variable Documentation

Definition at line 154 of file aquamaps.cpp.

Referenced by algorithmMetadata().

Definition at line 63 of file aquamaps.cpp.