Searched refs:m_touches (Results 1 – 3 of 3) sorted by relevance
73 bool m_touches; member in boost::geometry::strategy::within::oriented_winding::counter78 return m_touches ? 0 : m_count == 0 ? -1 : 1; in code()96 , m_touches(false) in counter()118 state.m_touches = true; in check_touch()176 state.m_touches = true; in apply()190 return ! state.m_touches; in apply()
75 bool m_touches; member in boost::geometry::strategy::within::cartesian_winding::counter79 return m_touches ? 0 : m_count == 0 ? -1 : 1; in code()87 , m_touches(false) in counter()160 state.m_touches = true; in apply()174 return ! state.m_touches; in apply()223 state.m_touches = true; in check_touch()
70 bool m_touches; member in boost::geometry::strategy::within::detail::spherical_winding_base::counter74 if (m_touches) in code()105 , m_touches(false) in counter()218 state.m_touches = true; in apply()250 return ! state.m_touches; in apply()344 state.m_touches = true; in check_touch()356 state.m_touches = true; in check_touch()368 state.m_touches = true; in check_touch()