#include <query_point.hpp>
Definition at line 203 of file query_point.hpp.
Public Member Functions | |
| RecolorTriangleFunction (const Geometry::Triangle &t) | |
| Constructor. | |
| void | operator() (const QueryPoint &q) |
| Recolors the supplied query point if it lies in the closure of the triangle. | |
Private Attributes | |
| const Geometry::Triangle * | t |
| A pointer to the triangle. | |
|
|
Constructor.
Definition at line 222 of file query_point.hpp. References Arak::Geometry::Triangle. |
|
|
Recolors the supplied query point if it lies in the closure of the triangle.
Definition at line 230 of file query_point.hpp. References Arak::QueryPoint::recolor(). |
|
|
A pointer to the triangle. We use a pointer here so the default assignment operator works for objects of this type; this is required to use this functor in combination with the boost::function_output_iterator adaptor. Definition at line 213 of file query_point.hpp. |
1.3.6