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

Go to the source code of this file.

Macros

#define NUM_PARAM   1
 
#define PARAM_MAXDIST   "MaxDist"
 

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 NUM_PARAM   1

Definition of cartesian DistanceToAverageModel algorithm.

Author
Mauro E S Muņoz (mauro.nosp@m.@cri.nosp@m.a.org.nosp@m..br)
Date
2003-09-12
Id:
distance_to_average.cpp 3998 2008-01-29 15:19:16Z rdg

LICENSE INFORMATION

Copyright(c) 2003 by CRIA - Centro de Referencia em Informacao 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 40 of file distance_to_average.cpp.

#define PARAM_MAXDIST   "MaxDist"

Definition at line 41 of file distance_to_average.cpp.

Referenced by DistanceToAverage::initialize().

Function Documentation

OM_ALG_DLL_EXPORT AlgorithmImpl* algorithmFactory ( )

Definition at line 111 of file distance_to_average.cpp.

OM_ALG_DLL_EXPORT AlgMetadata const* algorithmMetadata ( )

Definition at line 118 of file distance_to_average.cpp.

References metadata.

Variable Documentation

AlgMetadata metadata
static

Definition at line 69 of file distance_to_average.cpp.

Referenced by algorithmMetadata().

AlgParamMetadata parameters[NUM_PARAM]
static
Initial value:
= {
{
"Maximum distance",
Real,
"Maximum cartesian distance to be considered",
"Maximum cartesian distance to be considered",
1,
0.0,
1,
1.0,
"0.1"
},
}
#define PARAM_MAXDIST

Definition at line 47 of file distance_to_average.cpp.