openModeller  Version 1.4.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.

Defines

#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

Define 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@cria.org.br>
Date:
2004-05-05
Id:
bioclim.cpp 5929 2014-03-17 21:44:53Z 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

Definition at line 79 of file bioclim.cpp.

Initial value:
 {

  
  {
    CUTOFF_ID,                   
    "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"    
  },
}

Definition at line 49 of file bioclim.cpp.