#include <fack.hpp>
Public Member Functions | |
float | calc_weight (int_pair pos) const |
surf_and_weight (pt< cfsurf > surf, float weight, float oscillation_amplitude, float oscillation_speed, pt< circle_t > circle) | |
surf_and_weight () | |
bool | operator< (const surf_and_weight &s) const |
Public Attributes | |
pt< cfsurf > | surf |
float | oscillation_amplitude |
float | oscillation_speed |
pt< circle_t > | circle |
Private Attributes | |
float | weight |
|
|
|
|
|
Definition at line 2602 of file fack.hpp. References circle, weight, int_pair::x, and int_pair::y. |
|
Definition at line 183 of file fack.cc. References surf. |
|
Definition at line 2581 of file fack.hpp. Referenced by calc_weight(). |
|
Definition at line 2578 of file fack.hpp. Referenced by sum_each_pixel(). |
|
|
|
Definition at line 2577 of file fack.hpp. Referenced by operator<(), and sum_each_pixel(). |
|
Definition at line 2597 of file fack.hpp. Referenced by calc_weight(). |