Home
last modified time | relevance | path

Searched refs:NestConfig (Results 1 – 5 of 5) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libnest2d/include/libnest2d/
H A Dlibnest2d.hpp61 struct NestConfig { struct
67 NestConfig() = default;
68 NestConfig(const typename Placer::Config &cfg) : placer_config{cfg} {} in NestConfig() function
69 NestConfig(const typename Selector::Config &cfg) : selector_config{cfg} {} in NestConfig() function
70 NestConfig(const typename Placer::Config & pcfg, in NestConfig() argument
93 const NestConfig<Placer, Selector> &cfg = {}, in nest()
110 const NestConfig<NfpPlacer, FirstFitSelection> &cfg,
116 const NestConfig<BottomLeftPlacer, FirstFitSelection> &cfg,
127 const NestConfig<Placer, Selector> &cfg = {}, in nest()
/dports/devel/libnest2d-ultimaker/libnest2d-4d6fb4d/include/libnest2d/
H A Dlibnest2d.hpp60 struct NestConfig { struct
66 NestConfig() = default;
67 NestConfig(const typename Placer::Config &cfg) : placer_config{cfg} {} in NestConfig() function
68 NestConfig(const typename Selector::Config &cfg) : selector_config{cfg} {} in NestConfig() argument
69 NestConfig(const typename Placer::Config & pcfg, in NestConfig() argument
92 const NestConfig<Placer, Selector> &cfg = {}, in nest()
109 const NestConfig<NfpPlacer, FirstFitSelection> &cfg,
115 const NestConfig<BottomLeftPlacer, FirstFitSelection> &cfg,
126 const NestConfig<Placer, Selector> &cfg = {}, in nest()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libnest2d/src/
H A Dlibnest2d.cpp17 const NestConfig<NfpPlacer, FirstFitSelection> &cfg,
24 const NestConfig<BottomLeftPlacer, FirstFitSelection> &cfg,
/dports/devel/libnest2d-ultimaker/libnest2d-4d6fb4d/src/
H A Dlibnest2d.cpp17 const NestConfig<NfpPlacer, FirstFitSelection> &cfg,
24 const NestConfig<BottomLeftPlacer, FirstFitSelection> &cfg,
/dports/devel/py-pynest2d/pynest2d-d31a381/src/
H A DPynest2D.sip145NestConfig<> nest_config(*a3); //NestConfig wraps a placer and selector config. Only with the defa…