openModeller  Version 1.4.0
niche_mosaic.cpp File Reference
#include "niche_mosaic.hh"
#include <openmodeller/Configuration.hh>
#include <openmodeller/Random.hh>
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <time.h>
Include dependency graph for niche_mosaic.cpp:

Go to the source code of this file.

Defines

#define NUM_PARAM   1
#define NUMITERATIONS_ID   "NumberOfIterations"

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   1

Declaration of class NicheMosaic

Author:
Missae Yamamoto (missae at dpi . inpe . br)
Id:
niche_mosaic.cpp 5707 2013-04-02 12:25:34Z rdg

LICENSE INFORMATION

Copyright(c) 2009 by INPE - Instituto Nacional de Pesquisas Espaciais

http://www.inpe.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 niche_mosaic.cpp.

#define NUMITERATIONS_ID   "NumberOfIterations"

Definition at line 43 of file niche_mosaic.cpp.

Referenced by NicheMosaic::initialize().


Function Documentation

OM_ALG_DLL_EXPORT AlgorithmImpl* algorithmFactory ( )

Definition at line 105 of file niche_mosaic.cpp.

OM_ALG_DLL_EXPORT AlgMetadata const* algorithmMetadata ( )

Definition at line 112 of file niche_mosaic.cpp.

References metadata.


Variable Documentation

Initial value:
 {

  "NICHE_MOSAIC",   
  "Niche Mosaic",   
  "0.1",    

  
  "This algorithm is still experimental. You may not use it in publications without the author's permission.",

  
  "This algorithm is still experimental. You may not use it in publications without the author's permission.",

  "Missae Yamamoto",  

  
  "",

  "Missae Yamamoto",         
  "missae [at] dpi.inpe.br", 

  0,  
  0,  

  NUM_PARAM,   
  parameters
}

Definition at line 73 of file niche_mosaic.cpp.

Initial value:
 {

  
  {
    NUMITERATIONS_ID,       
    "Number of iterations", 
    Integer,                

    
    "Number of iterations.",

    
    "Number of iterations.",

    1,       
    1000,    
    0,       
    0,       
    "2000"   
  },
}

Definition at line 48 of file niche_mosaic.cpp.