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

Method GetTypesHolder

generator/feature_builder.cpp:163–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163TypesHolder FeatureBuilder::GetTypesHolder() const
164{
165 CHECK(IsValid(), (*this));
166
167 TypesHolder holder(m_params.GetGeomType());
168 for (auto const t : m_params.m_types)
169 holder.Add(t);
170
171 return holder;
172}
173
174bool FeatureBuilder::PreSerialize()
175{

Callers 2

IsGoodScaleMethod · 0.80
CalculateMidPointsMethod · 0.80

Calls 3

IsValidFunction · 0.50
GetGeomTypeMethod · 0.45
AddMethod · 0.45

Tested by

no test coverage detected