|
bpp-core3
3.0.0
|
An event object which indicates that an optimization event occured. More...
#include <Bpp/Numeric/Function/Optimizer.h>
Collaboration diagram for bpp::OptimizationEvent:Public Member Functions | |
| OptimizationEvent (OptimizerInterface *optimizer) | |
| OptimizationEvent (const OptimizationEvent &oe) | |
| OptimizationEvent & | operator= (const OptimizationEvent &oe) |
| virtual | ~OptimizationEvent () |
| OptimizerInterface * | getOptimizer () |
| const OptimizerInterface * | getOptimizer () const |
Private Attributes | |
| OptimizerInterface * | optimizer_ |
| Stores a pointer toward the optimizer that cast the event. More... | |
An event object which indicates that an optimization event occured.
Definition at line 22 of file Optimizer.h.
|
inline |
| optimizer | A pointer toward the optimizer that launched the event. |
Definition at line 36 of file Optimizer.h.
|
inline |
Definition at line 37 of file Optimizer.h.
|
inlinevirtual |
Definition at line 43 of file Optimizer.h.
|
inline |
Definition at line 49 of file Optimizer.h.
References optimizer_.
|
inline |
Definition at line 54 of file Optimizer.h.
References optimizer_.
|
inline |
Definition at line 38 of file Optimizer.h.
References optimizer_.
|
private |
Stores a pointer toward the optimizer that cast the event.
A regular pointer is used, as the Optimizer itself may not be managed by a smart pointer.
Definition at line 30 of file Optimizer.h.
Referenced by getOptimizer(), and operator=().