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

Method MakeEmpty

libs/geometry/rect2d.hpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 void MakeEmpty()
72 {
73 m_minX = m_minY = impl::min_max_value<T, IsSigned>().get_max();
74 m_maxX = m_maxY = impl::min_max_value<T, IsSigned>().get_min();
75 }
76
77 void MakeInfinite()
78 {

Callers 9

ResetGeometryMethod · 0.80
GetBordersRectFunction · 0.80
RecalcBoundaryRectMethod · 0.80
CalcLimitRectMethod · 0.80
ClearCachesMethod · 0.80
CreateFromMapObjectMethod · 0.80
PopMethod · 0.80

Calls 2

get_maxMethod · 0.45
get_minMethod · 0.45

Tested by

no test coverage detected