Macros | |
#define | BOOST_GEOMETRY_REGISTER_LINESTRING(Linestring) |
{linestring} More... | |
#define | BOOST_GEOMETRY_REGISTER_LINESTRING_TEMPLATED(Linestring) |
{templated linestring} More... | |
#define BOOST_GEOMETRY_REGISTER_LINESTRING | ( | Linestring | ) |
{linestring}
{BOOST_GEOMETRY_REGISTER_LINESTRING, linestring} The linestring may contain template parameters, which must be specified then.
Linestring | {linestring} |
{ [heading Example] [register_linestring] [register_linestring_output] }
#define BOOST_GEOMETRY_REGISTER_LINESTRING_TEMPLATED | ( | Linestring | ) |
{templated linestring}
{BOOST_GEOMETRY_REGISTER_LINESTRING_TEMPLATED, templated linestring} {linestring, point}
Linestring | {linestring (without template parameters)} |
{ [heading Example] [register_linestring_templated] [register_linestring_templated_output] }