Home
last modified time | relevance | path

Searched refs:SupportPointGenerator (Results 1 – 7 of 7) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/SLA/
H A DSupportPointGenerator.cpp57 SupportPointGenerator::SupportPointGenerator( in SupportPointGenerator() function in Slic3r::sla::SupportPointGenerator
64 : SupportPointGenerator(emesh, config, throw_on_cancel, statusfn) in SupportPointGenerator()
71 SupportPointGenerator::SupportPointGenerator( in SupportPointGenerator() function in Slic3r::sla::SupportPointGenerator
73 const SupportPointGenerator::Config &config, in SupportPointGenerator()
83 void SupportPointGenerator::execute(const std::vector<ExPolygons> &slices, in execute()
119 static std::vector<SupportPointGenerator::MyLayer> make_layers( in make_layers()
126 std::vector<SupportPointGenerator::MyLayer> layers; in make_layers()
143 SupportPointGenerator::MyLayer &layer = layers[layer_id]; in make_layers()
166 SupportPointGenerator::MyLayer &layer_above = layers[layer_id]; in make_layers()
167 SupportPointGenerator::MyLayer &layer_below = layers[layer_id - 1]; in make_layers()
[all …]
H A DSupportPointGenerator.hpp19 class SupportPointGenerator { class
31 SupportPointGenerator(const IndexedMesh& emesh, const std::vector<ExPolygons>& slices,
34SupportPointGenerator(const IndexedMesh& emesh, const Config& config, std::function<void(void)> th…
199 SupportPointGenerator::Config m_config;
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/tests/sla_print/
H A Dsla_supptgen_tests.cpp62 sla::SupportPointGenerator::Config cfg;
89 sla::SupportPointGenerator::Config cfg;
120 sla::SupportPointGenerator::Config cfg;
139 sla::SupportPointGenerator::Config cfg;
H A Dsla_test_utils.cpp121 sla::SupportPointGenerator::Config autogencfg; in test_supports()
123 sla::SupportPointGenerator point_gen{emesh, autogencfg, [] {}, [](int) {}}; in test_supports()
467 const sla::SupportPointGenerator::Config &cfg) in calc_support_pts()
477 sla::SupportPointGenerator spgen{emesh, cfg, []{}, [](int){}}; in calc_support_pts()
H A Dsla_print_tests.cpp47 sla::SupportPointGenerator::Config autogencfg;
49 sla::SupportPointGenerator point_gen{emesh, autogencfg, [] {}, [](int) {}}; in __anona73616cb0202()
H A Dsla_test_utils.hpp195 const sla::SupportPointGenerator::Config &cfg = {});
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DSLAPrintSteps.cpp324 sla::SupportPointGenerator::Config config; in support_points()
345 sla::SupportPointGenerator auto_supports( in support_points()