openModeller  Version 1.5.0
bioclim.cpp File Reference
#include "bioclim.hh"
#include <openmodeller/Configuration.hh>
#include <openmodeller/Exceptions.hh>
#include <string.h>
#include <stdio.h>
#include <math.h>
Include dependency graph for bioclim.cpp:

Go to the source code of this file.

Macros

#define NUM_PARAM   1
 
#define CUTOFF_ID   "StandardDeviationCutoff"
 

Functions

OM_ALG_DLL_EXPORT AlgorithmImplalgorithmFactory ()
 
OM_ALG_DLL_EXPORT AlgMetadata
const * 
algorithmMetadata ()
 

Variables

static AlgParamMetadata parameters [NUM_PARAM]
 
static AlgMetadata metadata
 

Macro Definition Documentation

#define CUTOFF_ID   "StandardDeviationCutoff"

Definition at line 43 of file bioclim.cpp.

Referenced by Bioclim::initialize().

#define NUM_PARAM   1

Declaration of Bioclimatic Envelope Algorithm - Nix, 1986.

Author
Mauro Muñoz mauro.nosp@m.@cri.nosp@m.a.org.nosp@m..br
Date
2004-05-05
Id:
bioclim.cpp 5988 2014-08-15 14:41:15Z rdg

LICENSE INFORMATION

Copyright(c) 2004 by CRIA - Centro de Referência em Informação Ambiental

http://www.cria.org.br

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details:

http://www.gnu.org/copyleft/gpl.html

Definition at line 41 of file bioclim.cpp.

Function Documentation

OM_ALG_DLL_EXPORT AlgorithmImpl* algorithmFactory ( )

Definition at line 138 of file bioclim.cpp.

OM_ALG_DLL_EXPORT AlgMetadata const* algorithmMetadata ( )

Definition at line 145 of file bioclim.cpp.

References metadata.

Variable Documentation

AlgMetadata metadata
static

Definition at line 79 of file bioclim.cpp.

Referenced by algorithmMetadata().

AlgParamMetadata parameters[NUM_PARAM]
static
Initial value:
= {
{
"Standard deviation cutoff",
Real,
"The envelope is determined by multiplying this parameter and the\
standard deviation.",
"Standard deviation cutoff for all bioclimatic envelopes.\n\
Examples of (fraction of inclusion, parameter value) are:\n\
(50.0%, 0.674); (68.3%, 1.000); (90.0%, 1.645); (95.0%, 1.960);\
(99.7%, 3.000)",
1,
0.0,
0,
0.0,
"0.674"
},
}
#define CUTOFF_ID
Definition: bioclim.cpp:43

Definition at line 49 of file bioclim.cpp.