new design for the doc and the sources: licence ...

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@661 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2007-10-08 09:26:25 +00:00
commit 39cd826ea3
281 changed files with 9521 additions and 4839 deletions

View file

@ -1,4 +1,4 @@
.TH "peoParaPopEval" 3 "5 Jul 2007" "Version 0.1" "ParadisEO-PEO" \" -*- nroff -*-
.TH "peoParaPopEval" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-PEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -98,7 +98,7 @@ The \fBpeoParaPopEval\fP represents a wrapper for creating a functor capable of
The class offers the possibility of chosing between a single-function evaluation and an aggregate evaluation function, including several sub-evalution functions.
.PP
Definition at line 26 of file peoParaPopEval.h.
Definition at line 54 of file peoParaPopEval.h.
.SH "Constructor & Destructor Documentation"
.PP
.SS "template<class EOT> \fBpeoParaPopEval\fP< EOT >::\fBpeoParaPopEval\fP (\fBeoEvalFunc\fP< EOT > & __eval_func)"
@ -112,7 +112,7 @@ Constructor function - an EO-derived evaluation functor has to be specified; an
.PP
.PP
Definition at line 102 of file peoParaPopEval.h.
Definition at line 130 of file peoParaPopEval.h.
.PP
References peoParaPopEval< EOT >::one_func.
.SS "template<class EOT> \fBpeoParaPopEval\fP< EOT >::\fBpeoParaPopEval\fP (const std::vector< \fBeoEvalFunc\fP< EOT > * > & __funcs, \fBpeoAggEvalFunc\fP< EOT > & __merge_eval)"
@ -128,7 +128,7 @@ Constructor function - a vector of EO-derived evaluation functors has to be spec
.PP
.PP
Definition at line 111 of file peoParaPopEval.h.
Definition at line 139 of file peoParaPopEval.h.
.SH "Member Function Documentation"
.PP
.SS "template<class EOT> void \fBpeoParaPopEval\fP< EOT >::operator() (\fBeoPop\fP< EOT > & __pop)\fC [virtual]\fP"
@ -144,7 +144,7 @@ Operator for applying the evaluation functor (direct or aggregate) for each indi
.PP
Implements \fBpeoPopEval< EOT >\fP.
.PP
Definition at line 122 of file peoParaPopEval.h.
Definition at line 150 of file peoParaPopEval.h.
.PP
References peoParaPopEval< EOT >::funcs, peoParaPopEval< EOT >::progression, Service::requestResourceRequest(), Communicable::stop(), peoParaPopEval< EOT >::tasks, and peoParaPopEval< EOT >::total.
.SS "template<class EOT> void \fBpeoParaPopEval\fP< EOT >::packData ()\fC [virtual]\fP"
@ -155,7 +155,7 @@ There is no need to explicitly call the function.
.PP
Reimplemented from \fBService\fP.
.PP
Definition at line 143 of file peoParaPopEval.h.
Definition at line 171 of file peoParaPopEval.h.
.PP
References peoParaPopEval< EOT >::progression, and peoParaPopEval< EOT >::tasks.
.SS "template<class EOT> void \fBpeoParaPopEval\fP< EOT >::unpackData ()\fC [virtual]\fP"
@ -166,7 +166,7 @@ There is no need to explicitly call the function.
.PP
Reimplemented from \fBService\fP.
.PP
Definition at line 157 of file peoParaPopEval.h.
Definition at line 185 of file peoParaPopEval.h.
.PP
References peoParaPopEval< EOT >::ad_sol, peoParaPopEval< EOT >::num_func, and peoParaPopEval< EOT >::sol.
.SS "template<class EOT> void \fBpeoParaPopEval\fP< EOT >::packResult ()\fC [virtual]\fP"
@ -177,7 +177,7 @@ There is no need to explicitly call the function.
.PP
Reimplemented from \fBService\fP.
.PP
Definition at line 174 of file peoParaPopEval.h.
Definition at line 202 of file peoParaPopEval.h.
.PP
References peoParaPopEval< EOT >::ad_sol, and peoParaPopEval< EOT >::sol.
.SS "template<class EOT> void \fBpeoParaPopEval\fP< EOT >::unpackResult ()\fC [virtual]\fP"
@ -188,7 +188,7 @@ There is no need to explicitly call the function.
.PP
Reimplemented from \fBService\fP.
.PP
Definition at line 183 of file peoParaPopEval.h.
Definition at line 211 of file peoParaPopEval.h.
.PP
References peoParaPopEval< EOT >::ad_sol, Service::getOwner(), peoParaPopEval< EOT >::merge_eval, peoParaPopEval< EOT >::progression, Communicable::resume(), Thread::setActive(), and peoParaPopEval< EOT >::total.
.SS "template<class EOT> void \fBpeoParaPopEval\fP< EOT >::notifySendingData ()\fC [virtual]\fP"
@ -199,7 +199,7 @@ There is no need to explicitly call the function.
.PP
Reimplemented from \fBService\fP.
.PP
Definition at line 214 of file peoParaPopEval.h.
Definition at line 242 of file peoParaPopEval.h.
.SS "template<class EOT> void \fBpeoParaPopEval\fP< EOT >::notifySendingAllResourceRequests ()\fC [virtual]\fP"
.PP
Auxiliary function for notifications between the process requesting an evaluation operation and the processes that performs the actual evaluation phase.
@ -208,10 +208,10 @@ There is no need to explicitly call the function.
.PP
Reimplemented from \fBService\fP.
.PP
Definition at line 219 of file peoParaPopEval.h.
Definition at line 247 of file peoParaPopEval.h.
.PP
References Service::getOwner(), and Thread::setPassive().
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-PEO from the source code.
Generated automatically by Doxygen for ParadisEO-PEOMovingObjects from the source code.