Home
last modified time | relevance | path

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

/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/settings/
H A DAdaptiveLayerHeights.h11 class AdaptiveLayer
34 explicit AdaptiveLayer(const coord_t layer_height);
67 std::vector<AdaptiveLayer> layers;
84 std::vector<AdaptiveLayer>* getLayers();
H A DAdaptiveLayerHeights.cpp19 AdaptiveLayer::AdaptiveLayer(const coord_t layer_height) : layer_height(layer_height) { } in AdaptiveLayer() function in cura::AdaptiveLayer
40 std::vector<AdaptiveLayer>* AdaptiveLayerHeights::getLayers() in getLayers()
73 AdaptiveLayer adaptive_layer(initial_layer_height); in calculateLayers()
167 AdaptiveLayer adaptive_layer(layer_height); in calculateLayers()
186 AdaptiveLayer adaptive_layer(layer_height_for_global_min_slope); in calculateLayers()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/tests/integration/
H A DSlicePhaseTest.cpp16 class AdaptiveLayer;
63 constexpr std::vector<AdaptiveLayer>* variable_layer_height_values = nullptr; in TEST_F()
123 constexpr std::vector<AdaptiveLayer>* variable_layer_height_values = nullptr; in TEST_F()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/
H A Dslicer.h19 class AdaptiveLayer; variable
494 …ize_t slice_layer_count, bool use_variable_layer_heights, std::vector<AdaptiveLayer> *adaptive_lay…
552 const std::vector<AdaptiveLayer>* adaptive_layers);
H A Dslicer.cpp792 bool use_variable_layer_heights, std::vector<AdaptiveLayer>* adaptive_layers) in Slicer()
912 const std::vector<AdaptiveLayer>* adaptive_layers) in buildLayersWithHeight()
H A DWeaver.cpp31 std::vector<AdaptiveLayer> layer_thicknesses; in weave()
H A DFffPolygonGenerator.cpp147 std::vector<AdaptiveLayer>* adaptive_layer_height_values = {}; in sliceModel()