#include <free_point_algorithm.hpp>
Inheritance diagram for free_point_algorithm:
Public Member Functions | |
free_point_algorithm (double x, double y) | |
virtual | ~free_point_algorithm () |
virtual bool | is_free () |
Protected Member Functions | |
virtual point | calculate () |
input of the algorithm | |
Private Attributes | |
double | m_x |
double | m_y |
input of the algorithm |
Definition at line 32 of file free_point_algorithm.hpp.
|
Definition at line 23 of file free_point_algorithm.cpp. |
|
Definition at line 28 of file free_point_algorithm.cpp. |
|
input of the algorithm
Implements point_algorithm. Definition at line 32 of file free_point_algorithm.cpp. |
|
Reimplemented from point_algorithm. Definition at line 37 of file free_point_algorithm.cpp. |
|
Definition at line 35 of file free_point_algorithm.hpp. Referenced by calculate(). |
|
input of the algorithm
Definition at line 36 of file free_point_algorithm.hpp. Referenced by calculate(). |