angel  mercurial changeset:
angel::fixed_temperature_t Class Reference

Functor that returns fixed temperature. More...

#include <sa.hpp>

List of all members.

Public Member Functions

 fixed_temperature_t (double p_t)
 Set t in constructor.
double operator() (int it) const
 Fixed temperature in iteration it.

Private Attributes

double t

Detailed Description

Functor that returns fixed temperature.

Definition at line 52 of file sa.hpp.


Constructor & Destructor Documentation

Set t in constructor.

Definition at line 56 of file sa.hpp.


Member Function Documentation

double angel::fixed_temperature_t::operator() ( int  it) const [inline]

Fixed temperature in iteration it.

Definition at line 58 of file sa.hpp.

References t.


Member Data Documentation

Definition at line 53 of file sa.hpp.

Referenced by operator()().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines