Macros | |
#define | BOOST_GEOMETRY_REGISTER_MULTI_POINT(MultiPoint) |
{multi_point} More... | |
#define | BOOST_GEOMETRY_REGISTER_MULTI_POINT_TEMPLATED(MultiPoint) |
{templated multi_point} More... | |
#define BOOST_GEOMETRY_REGISTER_MULTI_POINT | ( | MultiPoint | ) |
{multi_point}
{BOOST_GEOMETRY_REGISTER_MULTI_POINT, multi_point} The multi_point may contain template parameters, which must be specified then.
MultiPoint | {multi_point} |
{ [heading Example] [register_multi_point] [register_multi_point_output] }
#define BOOST_GEOMETRY_REGISTER_MULTI_POINT_TEMPLATED | ( | MultiPoint | ) |
{templated multi_point}
{BOOST_GEOMETRY_REGISTER_MULTI_POINT_TEMPLATED, templated multi_point} {multi_point, point}
MultiPoint | {multi_point (without template parameters)} |
{ [heading Example] [register_multi_point_templated] [register_multi_point_templated_output] }