#include <point_concept.hpp>
Public Member Functions | |
BOOST_CONCEPT_USAGE (Point) | |
BCCL macro to apply the Point concept. More... | |
Point concept.
A legacy point, defining the necessary specializations to fulfil to the concept.
Suppose that the following point is defined:
It can then be adapted to the concept as following:
Note that it is done like above to show the system. Users will normally use the registration macro.
A read-only legacy point, using a macro to fulfil to the ConstPoint concept. It cannot be modified by the library but can be used in all algorithms where points are not modified.
The point looks like the following:
It uses the macro as following:
|
inline |
BCCL macro to apply the Point concept.