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

Method SetCenter

generator/feature_builder.cpp:81–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void FeatureBuilder::SetCenter(m2::PointD const & p)
82{
83 ResetGeometry();
84 m_center = p;
85 m_params.SetGeomType(GeomType::Point);
86 m_limitRect.Add(p);
87}
88
89void FeatureBuilder::AssignPoints(PointSeq points)
90{

Callers 11

ProcessRawEntriesMethod · 0.45
TransformToPointFunction · 0.45
AddFakeNodesMethod · 0.45
BuildFromNodeMethod · 0.45
BuildFromRelationMethod · 0.45
MakeFbForTestFunction · 0.45
UNIT_CLASS_TESTFunction · 0.45
MakeNodeFeatureBuilderFunction · 0.45
AddNodeMethod · 0.45
SerializeMethod · 0.45
AddMethod · 0.45

Calls 2

SetGeomTypeMethod · 0.80
AddMethod · 0.45

Tested by 6

MakeFbForTestFunction · 0.36
UNIT_CLASS_TESTFunction · 0.36
MakeNodeFeatureBuilderFunction · 0.36
AddNodeMethod · 0.36
SerializeMethod · 0.36
AddMethod · 0.36