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

Method IsValid

libs/indexer/feature_data.cpp:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258bool FeatureParamsBase::IsValid() const
259{
260 return layer >= LAYER_LOW && layer <= LAYER_HIGH;
261}
262
263string FeatureParamsBase::DebugString() const
264{

Callers 8

SetGeometryParamsMethod · 0.45
feature.cppFile · 0.45
CoverRectFunction · 0.45
CoverSpiralFunction · 0.45
GetIntersectionFunction · 0.45
GetValueMethod · 0.45
GetTypeMethod · 0.45
FindMethod · 0.45

Calls 3

IsValidFunction · 0.50
emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected