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

Method RemoveInvalidTypes

generator/feature_builder.cpp:155–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155bool FeatureBuilder::RemoveInvalidTypes()
156{
157 if (!m_params.FinishAddingTypes())
158 return false;
159
160 return RemoveUselessTypes(m_params.m_types, m_params.GetGeomType(), m_params.IsEmptyNames());
161}
162
163TypesHolder FeatureBuilder::GetTypesHolder() const
164{

Callers 3

HandleMethod · 0.80
UNIT_CLASS_TESTFunction · 0.80
AddMethod · 0.80

Calls 4

RemoveUselessTypesFunction · 0.85
FinishAddingTypesMethod · 0.80
IsEmptyNamesMethod · 0.80
GetGeomTypeMethod · 0.45

Tested by 2

UNIT_CLASS_TESTFunction · 0.64
AddMethod · 0.64