AUTHORS, index.h and moFitComparator have been updated
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@616 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
4429a00f4d
commit
6c119796e0
263 changed files with 2315 additions and 1611 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moLinearCoolingSchedule" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moLinearCoolingSchedule" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -22,7 +22,7 @@ Inherits \fBmoCoolingSchedule\fP.
|
|||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (double &__temp)"
|
||||
.br
|
||||
.RI "\fIFunction which proceeds to the cooling. \fP"
|
||||
.RI "\fI\fBFunction\fP which proceeds to the cooling. \fP"
|
||||
.in -1c
|
||||
.SS "Private Attributes"
|
||||
|
||||
|
|
@ -61,9 +61,9 @@ Simple constructor.
|
|||
Definition at line 31 of file moLinearCoolingSchedule.h.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "bool moLinearCoolingSchedule::operator() (double & __temp)\fC [inline]\fP"
|
||||
.SS "bool moLinearCoolingSchedule::operator() (double & __temp)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Function which proceeds to the cooling.
|
||||
\fBFunction\fP which proceeds to the cooling.
|
||||
.PP
|
||||
It decreases the temperature and indicates if it is greater than the threshold.
|
||||
.PP
|
||||
|
|
@ -78,6 +78,8 @@ if the new temperature (current temperature - quantity) is greater than the thre
|
|||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Implements \fBeoUF< double &, bool >\fP.
|
||||
.PP
|
||||
Definition at line 41 of file moLinearCoolingSchedule.h.
|
||||
.PP
|
||||
|
|
@ -85,4 +87,4 @@ References quantity, and threshold.
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue