Cosmetic changes
This commit is contained in:
parent
dabbcdc7b4
commit
c853631219
2 changed files with 189 additions and 187 deletions
|
|
@ -54,6 +54,8 @@ public:
|
||||||
* @param _vEO is a vector of pointers to eo, that will be evaluated
|
* @param _vEO is a vector of pointers to eo, that will be evaluated
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
virtual void operator() ( EOT& _eot ) const = 0;
|
||||||
|
|
||||||
///@name eoObject methods
|
///@name eoObject methods
|
||||||
//@{
|
//@{
|
||||||
/** Return the class id */
|
/** Return the class id */
|
||||||
|
|
|
||||||
|
|
@ -186,16 +186,16 @@ public:
|
||||||
|
|
||||||
/** applies randomly operator, to the object.
|
/** applies randomly operator, to the object.
|
||||||
*/
|
*/
|
||||||
virtual void operator()( eoPop<EOType> & _eop) const = 0;
|
virtual void operator()( eoPop<EOType> & _eop) const = 0;
|
||||||
|
|
||||||
/** @name Methods from eoObject
|
/** @name Methods from eoObject
|
||||||
readFrom and printOn are directly inherited from eoObject.
|
readFrom and printOn are directly inherited from eoObject.
|
||||||
|
*/
|
||||||
|
//@{
|
||||||
|
/** Inherited from eoObject
|
||||||
|
@see eoObject
|
||||||
*/
|
*/
|
||||||
//@{
|
string className() const {return "eoNaryOp";};
|
||||||
/** Inherited from eoObject
|
|
||||||
@see eoObject
|
|
||||||
*/
|
|
||||||
string className() const {return "eoNaryOp";};
|
|
||||||
//@}
|
//@}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Reference in a new issue