![]() |
Prusa Slicer 2.6.0
|
Functions | |
| bool | verify_twin_halfedges_successive (const VD &vd, const Lines &lines) |
| bool | verify_inside_outside_annotations (const VD &vd) |
| bool | verify_vertices_on_contour (const VD &vd, const Lines &lines) |
| bool | verify_signed_distances (const VD &vd, const Lines &lines, const std::vector< double > &signed_distances) |
| bool | verify_offset_intersection_points (const VD &vd, const Lines &lines, const double offset_distance, const std::vector< Vec2d > &offset_intersection_points) |
References Slic3r::Voronoi::Boundary, Slic3r::Voronoi::cell_category(), Slic3r::Voronoi::edge_category(), Slic3r::Voronoi::Inside, Slic3r::Voronoi::OnContour, Slic3r::Voronoi::Outside, Slic3r::Voronoi::PointsInside, Slic3r::Voronoi::PointsOutside, Slic3r::Voronoi::PointsToContour, Slic3r::Voronoi::Unknown, and Slic3r::Voronoi::vertex_category().
Referenced by Slic3r::Voronoi::annotate_inside_outside(), Slic3r::Voronoi::edge_offset_contour_intersections(), Slic3r::Voronoi::signed_vertex_distances(), and Slic3r::Voronoi::skeleton_edges_rough().
Here is the call graph for this function:
Here is the caller graph for this function:| bool Slic3r::Voronoi::debug::verify_offset_intersection_points | ( | const VD & | vd, |
| const Lines & | lines, | ||
| const double | offset_distance, | ||
| const std::vector< Vec2d > & | offset_intersection_points | ||
| ) |
References Slic3r::Voronoi::detail::dist_to_site(), Slic3r::Voronoi::edge_offset_has_intersection(), and SCALED_EPSILON.
Referenced by Slic3r::Voronoi::edge_offset_contour_intersections().
Here is the call graph for this function:
Here is the caller graph for this function:| bool Slic3r::Voronoi::debug::verify_signed_distances | ( | const VD & | vd, |
| const Lines & | lines, | ||
| const std::vector< double > & | signed_distances | ||
| ) |
References Slic3r::Voronoi::detail::dist_to_site(), Slic3r::Voronoi::OnContour, Slic3r::Voronoi::Outside, SCALED_EPSILON, Slic3r::Voronoi::vertex_category(), and Slic3r::Voronoi::vertex_point().
Referenced by Slic3r::Voronoi::signed_vertex_distances().
Here is the call graph for this function:
Here is the caller graph for this function:| bool Slic3r::Voronoi::debug::verify_twin_halfedges_successive | ( | const VD & | vd, |
| const Lines & | lines | ||
| ) |
References Slic3r::Line::a, and Slic3r::Line::b.
Referenced by Slic3r::Voronoi::annotate_inside_outside().
Here is the caller graph for this function:References Slic3r::Voronoi::detail::on_site(), Slic3r::Voronoi::OnContour, Slic3r::Voronoi::vertex_category(), and Slic3r::Voronoi::vertex_point().
Referenced by Slic3r::Voronoi::annotate_inside_outside().
Here is the call graph for this function:
Here is the caller graph for this function: