#include <algorithm.hpp>
Inheritance diagram for algorithm:
Public Member Functions | |
algorithm () | |
virtual | ~algorithm () |
virtual void | update ()=0 |
Private Member Functions | |
algorithm (const algorithm &other) | |
const algorithm & | operator= (const algorithm &orher) |
Definition at line 33 of file algorithm.hpp.
|
|
|
Definition at line 23 of file algorithm.cpp. |
|
Definition at line 27 of file algorithm.cpp. |
|
|
|
Implements observer. Implemented in line_algorithm, and point_algorithm. |