MCPcopy Create free account
hub / github.com/comaps/comaps / MakePoint

Function MakePoint

generator/feature_maker_base.cpp:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69FeatureBuilder MakePoint(FeatureBuilder const & feature)
70{
71 FeatureBuilder tmp(feature);
72 TransformToPoint(tmp);
73 return tmp;
74}
75
76FeatureBuilder MakeLine(FeatureBuilder const & feature)
77{

Callers 1

UNIT_CLASS_TESTFunction · 0.85

Calls 1

TransformToPointFunction · 0.85

Tested by 1

UNIT_CLASS_TESTFunction · 0.68