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

Go to the source code of this file.

Macros

#define NUM_PARAM   0
 

Functions

OM_ALG_DLL_EXPORT AlgorithmImplalgorithmFactory ()
 
OM_ALG_DLL_EXPORT AlgMetadata
const * 
algorithmMetadata ()
 

Variables

static AlgMetadata metadata
 

Macro Definition Documentation

#define NUM_PARAM   0

Declaration of Envelope Score Algorithm - Yesson & Sutton 2007.

Author
EnvelopeScore implementation by Tim Sutton and Chris Yesson
Date
2007-08-22
Id:
envelope_score.cpp 5988 2014-08-15 14:41:15Z rdg

LICENSE INFORMATION

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

http://www.cria.org.br

Envelope Score implementation (c) 2007 Chris Yesson and Tim Sutton

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 44 of file envelope_score.cpp.

Function Documentation

OM_ALG_DLL_EXPORT AlgorithmImpl* algorithmFactory ( )

Definition at line 112 of file envelope_score.cpp.

OM_ALG_DLL_EXPORT AlgMetadata const* algorithmMetadata ( )

Definition at line 119 of file envelope_score.cpp.

References metadata.

Variable Documentation

AlgMetadata metadata
static

Definition at line 56 of file envelope_score.cpp.

Referenced by algorithmMetadata().