Home
last modified time | relevance | path

Searched refs:SupportPoints (Results 1 – 8 of 8) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/tests/sla_print/
H A Dsla_supptgen_tests.cpp19 sla::SupportPoints pts = calc_support_pts(mesh);
36 double min_point_distance(const sla::SupportPoints &pts) in min_point_distance()
63 sla::SupportPoints pts = calc_support_pts(mesh, cfg);
90 sla::SupportPoints pts = calc_support_pts(mesh, cfg);
95 sla::SupportPoints overh_pts; overh_pts.reserve(pts.size());
121 sla::SupportPoints pts = calc_support_pts(mesh, cfg);
140 sla::SupportPoints pts = calc_support_pts(mesh, cfg);
H A Dsla_test_utils.hpp193 sla::SupportPoints calc_support_pts(
H A Dsla_test_utils.cpp465 sla::SupportPoints calc_support_pts( in calc_support_pts()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/SLA/
H A DSupportTree.hpp123 SupportPoints pts;
128 const SupportPoints &sp, in SupportableMesh()
134 const SupportPoints &sp, in SupportableMesh()
H A DSupportPoint.hpp63 using SupportPoints = std::vector<SupportPoint>; typedef
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DSLAPrint.hpp94 sla::SupportPoints transformed_support_points() const;
H A DSLAPrint.cpp1169 sla::SupportPoints SLAPrintObject::transformed_support_points() const in transformed_support_points()
H A DModel.hpp247 sla::SupportPoints sla_support_points;