Searched refs:is_endpoint_on_boundary (Results 1 – 3 of 3) sorted by relevance
404 bool const front_b = is_endpoint_on_boundary<boundary_front>( in apply()452 if ( is_endpoint_on_boundary<boundary_back>(it->point, boundary_checker) ) in apply()492 bool const front_b = is_endpoint_on_boundary<boundary_front>( in apply()551 bool const front_b = is_endpoint_on_boundary<boundary_front>( in apply()610 bool const prev_back_b = is_endpoint_on_boundary<boundary_back>( in apply()662 … bool const front_b = is_endpoint_on_boundary<boundary_front>(turn.point, boundary_checker); in handle_degenerated()686 … bool const back_b = is_endpoint_on_boundary<boundary_back>(turn.point, boundary_checker); in handle_degenerated()700 bool const front_b = is_endpoint_on_boundary<boundary_front>( in handle_degenerated()729 bool const front_b = is_endpoint_on_boundary<boundary_front>( in handle_degenerated()
683 bool const prev_back_b = is_endpoint_on_boundary<boundary_back>( in apply()775 bool const prev_back_b = is_endpoint_on_boundary<boundary_back>( in apply()891 bool const front_b = is_endpoint_on_boundary<boundary_front>( in apply()940 if ( is_endpoint_on_boundary<boundary_back>(it->point, boundary_checker) ) in apply()1010 bool const front_b = is_endpoint_on_boundary<boundary_front>( in apply()1101 bool const prev_back_b = is_endpoint_on_boundary<boundary_back>( in apply()1124 bool const prev_back_b = is_endpoint_on_boundary<boundary_back>( in apply()1150 bool const prev_back_b = is_endpoint_on_boundary<boundary_back>( in apply()
361 static inline bool is_endpoint_on_boundary(Point const& pt, in is_endpoint_on_boundary() function