Home
last modified time | relevance | path

Searched refs:LayerIndex (Results 1 – 25 of 119) sorted by relevance

12345

/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/settings/types/
H A DLayerIndex.h18 struct LayerIndex struct
23 constexpr LayerIndex() : value(0) {}; in LayerIndex() function
41 LayerIndex operator +(const LayerIndex& other) const
47 return LayerIndex(value + other);
50 LayerIndex operator -(const LayerIndex& other) const
56 return LayerIndex(value - other);
59 LayerIndex& operator +=(const LayerIndex& other)
70 LayerIndex& operator -=(const LayerIndex& other)
81 LayerIndex& operator ++()
92 LayerIndex operator --()
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/test/external/gli/core/
H A Dcopy.inl34 …for(size_t LayerIndex = 0, LayerCount = TextureSrc.layers(); LayerIndex < LayerCount; ++LayerIndex) local
40 LayerIndex, FaceIndex, BaseLevelSrc + LevelIndex,
41 LayerIndex, FaceIndex, BaseLevelDst + LevelIndex);
63 …for(size_t LayerIndex = 0, LayerCount = TextureSrc.layers(); LayerIndex < LayerCount; ++LayerIndex) local
69 LayerIndex, BaseFaceSrc + FaceIndex, LevelIndex,
70 LayerIndex, BaseFaceDst + FaceIndex, LevelIndex);
92 for(size_t LayerIndex = 0; LayerIndex < LayerCount; ++LayerIndex) local
98 BaseLayerSrc + LayerIndex, FaceIndex, LevelIndex,
99 BaseLayerDst + LayerIndex, FaceIndex, LevelIndex);
H A Dclear.inl24 for(size_t LayerIndex = 0, LayerCount = Texture.layers(); LayerIndex < LayerCount; ++LayerIndex) local
28 Texture.template clear<gen_type>(LayerIndex, FaceIndex, BaseLevel + LevelIndex, BlockData);
41 for(size_t LayerIndex = 0, LayerCount = Texture.layers(); LayerIndex < LayerCount; ++LayerIndex) local
45 Texture.template clear<gen_type>(LayerIndex, BaseFace + FaceIndex, LevelIndex, BlockData);
58 for(size_t LayerIndex = 0; LayerIndex < LayerCount; ++LayerIndex) local
62 Texture.template clear<gen_type>(LayerIndex + BaseLayer, FaceIndex, LevelIndex, BlockData);
H A Dtransform.inl46 for(size_type LayerIndex = 0, LayerCount = A.layers(); LayerIndex < LayerCount; ++LayerIndex) local
54 Output.store<vec_type>(TexelIndex, LayerIndex, LevelIndex, Func(
55 A.load<vec_type>(TexelIndex, LayerIndex, LevelIndex),
56 B.load<vec_type>(TexelIndex, LayerIndex, LevelIndex)));
105 for(size_type LayerIndex = 0, LayerCount = A.layers(); LayerIndex < LayerCount; ++LayerIndex) local
114 Output.store<vec_type>(TexelIndex, LayerIndex, LevelIndex, Func(
115 A.load<vec_type>(TexelIndex, LayerIndex, LevelIndex),
116 B.load<vec_type>(TexelIndex, LayerIndex, LevelIndex)));
197 for(size_type LayerIndex = 0, LayerCount = A.layers(); LayerIndex < LayerCount; ++LayerIndex) local
208 A.load<vec_type>(TexelIndex, LayerIndex, FaceIndex, LevelIndex),
[all …]
H A Dreduce.inl69 for(size_type LayerIndex = 0, LayerCount = A.layers(); LayerIndex < LayerCount; ++LayerIndex) local
76 SamplerA.template fetch(TexelIndex, LayerIndex, LevelIndex),
77 SamplerB.template fetch(TexelIndex, LayerIndex, LevelIndex)));
131 for(size_type LayerIndex = 0, LayerCount = A.layers(); LayerIndex < LayerCount; ++LayerIndex) local
139 SamplerA.template fetch(TexelIndex, LayerIndex, LevelIndex),
140 SamplerB.template fetch(TexelIndex, LayerIndex, LevelIndex)));
227 for(size_type LayerIndex = 0, LayerCount = A.layers(); LayerIndex < LayerCount; ++LayerIndex) local
299 for(size_type LayerIndex = 0, LayerCount = A.layers(); LayerIndex < LayerCount; ++LayerIndex) local
306 A.template load<vec_type>(TexelIndex, LayerIndex, LevelIndex),
367 for(size_type LayerIndex = 0, LayerCount = A.layers(); LayerIndex < LayerCount; ++LayerIndex) local
[all …]
H A Dcomparison.inl13 …for(texture::size_type LayerIndex = 0, LayerCount = TextureA.layers(); LayerIndex < LayerCount; ++ local
17 void const* PointerA = TextureA.data(LayerIndex, FaceIndex, LevelIndex);
18 void const* PointerB = TextureB.data(LayerIndex, FaceIndex, LevelIndex);
H A Dduplicate.inl23 …for(texture::size_type LayerIndex = 0, LayerCount = MaxLayer - BaseLayer + 1; LayerIndex < LayerCo… local
26 …memcpy(Dst.data(LayerIndex, FaceIndex, BaseLevel), Src.data(BaseLayer + LayerIndex, BaseFace + Fac…
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/settings/
H A DPathConfigStorage.h16 struct LayerIndex;
35 static std::vector<Ratio> getLineWidthFactorPerExtruder(const LayerIndex& layer_nr);
53 …igs(const SliceMeshStorage& mesh, const coord_t layer_thickness, const LayerIndex& layer_nr, const…
54 …dePathConfig::SpeedDerivatives first_layer_config, const LayerIndex& layer_nr, const LayerIndex& m…
74 …PathConfigStorage(const SliceDataStorage& storage, const LayerIndex& layer_nr, const coord_t layer…
77 …void handleInitialLayerSpeedup(const SliceDataStorage& storage, const LayerIndex& layer_nr, const …
H A DPathConfigStorage.cpp16 std::vector<Ratio> PathConfigStorage::getLineWidthFactorPerExtruder(const LayerIndex& layer_nr) in getLineWidthFactorPerExtruder()
34 …tePerimeterGapConfig(const SliceMeshStorage& mesh, int layer_thickness, const LayerIndex& layer_nr) in createPerimeterGapConfig()
152 PathConfigStorage::PathConfigStorage(const SliceDataStorage& storage, const LayerIndex& layer_nr, c… in PathConfigStorage()
256 …dePathConfig::SpeedDerivatives first_layer_config, const LayerIndex& layer_nr, const LayerIndex& m… in smoothAllSpeeds()
270 …rage::handleInitialLayerSpeedup(const SliceDataStorage& storage, const LayerIndex& layer_nr, const… in handleInitialLayerSpeedup()
285 if (layer_nr < static_cast<LayerIndex>(initial_speedup_layer_count)) in handleInitialLayerSpeedup()
292 …ort_infill_config[idx].smoothSpeed(first_layer_config_infill, std::max(LayerIndex(0), layer_nr), i… in handleInitialLayerSpeedup()
297 …support_roof_config.smoothSpeed(first_layer_config_roof, std::max(LayerIndex(0), layer_nr), initia… in handleInitialLayerSpeedup()
300 …support_bottom_config.smoothSpeed(first_layer_config_bottom, std::max(LayerIndex(0), layer_nr), in… in handleInitialLayerSpeedup()
315 …travel.smoothSpeed(initial_layer_travel_speed_config, std::max(LayerIndex(0), layer_nr), initial_s… in handleInitialLayerSpeedup()
[all …]
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/
H A Dskin.h35 …SkinInfillAreaComputation(const LayerIndex& layer_nr, SliceMeshStorage& mesh, bool process_infill);
179 … const LayerIndex layer_nr; //!< The index of the layer for which to generate the skins and infill.
201 …static coord_t getSkinLineWidth(const SliceMeshStorage& mesh, const LayerIndex& layer_nr); //!< Co…
202 …static coord_t getWallLineWidth0(const SliceMeshStorage& mesh, const LayerIndex& layer_nr); //!< C…
203 …static coord_t getWallLineWidthX(const SliceMeshStorage& mesh, const LayerIndex& layer_nr); //!< C…
204 …static coord_t getInfillSkinOverlap(const SliceMeshStorage& mesh, const LayerIndex& layer_nr, cons…
H A Dskin.cpp21 coord_t SkinInfillAreaComputation::getSkinLineWidth(const SliceMeshStorage& mesh, const LayerIndex&… in getSkinLineWidth()
212 if (bottom_layer_count > 0 || layer_nr < LayerIndex(initial_bottom_layer_count)) in generateSkinAndInfillAreas()
253 if (layer_nr < LayerIndex(initial_bottom_layer_count)) in calculateBottomSkin()
257LayerIndex bottom_check_start_layer_idx = std::max(LayerIndex(0), layer_nr - bottom_layer_count); in calculateBottomSkin()
624 const LayerIndex min_layer = mesh.settings.get<size_t>("initial_bottom_layers"); in generateGradualInfill()
625 const LayerIndex max_layer = mesh.layers.size() - 1 - mesh.settings.get<size_t>("top_layers"); in generateGradualInfill()
627 …for (LayerIndex layer_idx = 0; layer_idx < static_cast<LayerIndex>(mesh.layers.size()); layer_idx+… in generateGradualInfill()
707 LayerIndex min_layer = static_cast<LayerIndex>(bottom_most_layers + amount) - 1; in combineInfillLayers()
709LayerIndex max_layer = static_cast<LayerIndex>(mesh.layers.size()) - 1 - mesh.settings.get<size_t>… in combineInfillLayers()
716 if(layer_idx < static_cast<LayerIndex>(combine_count_here)) in combineInfillLayers()
[all …]
H A DGCodePathConfig.h15 struct LayerIndex;
61 …d smoothSpeed(SpeedDerivatives first_layer_config, const LayerIndex& layer_nr, const LayerIndex& m…
H A DTreeSupport.h52 const Polygons& getCollision(coord_t radius, LayerIndex layer_idx) const;
68 const Polygons& getAvoidance(coord_t radius, LayerIndex layer_idx) const;
81 const Polygons& getInternalModel(coord_t radius, LayerIndex layer_idx) const;
87 using RadiusLayerPair = std::pair<coord_t, LayerIndex>;
H A DsliceDataStorage.h243LayerIndex layer_nr_max_filled_layer; //!< the layer number of the uppermost layer with content (m…
278 bool getExtruderIsUsed(const size_t extruder_nr, const LayerIndex& layer_nr) const;
346 …Polygons getLayerOutlines(const LayerIndex layer_nr, const bool include_support, const bool includ…
362 std::vector<bool> getExtrudersUsed(LayerIndex layer_nr) const;
H A DWallsComputation.h28 WallsComputation(const Settings& settings, const LayerIndex layer_nr);
51 const LayerIndex layer_nr;
H A DFffPolygonGenerator.h12 struct LayerIndex;
161 …void processSkinsAndInfill(SliceMeshStorage& mesh, const LayerIndex layer_nr, bool process_infill);
H A DLayerPlan.h77 …ExtruderPlan(const size_t extruder, const LayerIndex layer_nr, const bool is_initial_layer, const …
179 LayerIndex layer_nr; //!< The layer number at which we are currently printing.
245 const LayerIndex layer_nr; //!< The layer number of this layer plan
322 …LayerPlan(const SliceDataStorage& storage, LayerIndex layer_nr, coord_t z, coord_t layer_height, s…
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgrastreamlayers.pas142 i,LayerIndex: integer;
234 LayerIndex := result.AddOwnedLayer(Layer);
237 result.LayerName[LayerIndex] := LayerName;
238 result.LayerVisible[LayerIndex] := (h.LayerOption and 1) = 1;
239 result.BlendOperation[LayerIndex]:= LayerBlendOp;
240 result.LayerOffset[LayerIndex] := Point(h.LayerOfsX,h.LayerOfsY);
242 result.LayerUniqueId[LayerIndex] := h.LayerUniqueId;
243 result.LayerOpacity[LayerIndex] := h.LayerOpacity shr 8;
244 result.LayerOriginalGuid[LayerIndex] := h.OriginalGuid;
245 result.LayerOriginalMatrix[LayerIndex] := h.OriginalMatrix;
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgrastreamlayers.pas142 i,LayerIndex: integer;
234 LayerIndex := result.AddOwnedLayer(Layer);
237 result.LayerName[LayerIndex] := LayerName;
238 result.LayerVisible[LayerIndex] := (h.LayerOption and 1) = 1;
239 result.BlendOperation[LayerIndex]:= LayerBlendOp;
240 result.LayerOffset[LayerIndex] := Point(h.LayerOfsX,h.LayerOfsY);
242 result.LayerUniqueId[LayerIndex] := h.LayerUniqueId;
243 result.LayerOpacity[LayerIndex] := h.LayerOpacity shr 8;
244 result.LayerOriginalGuid[LayerIndex] := h.OriginalGuid;
245 result.LayerOriginalMatrix[LayerIndex] := h.OriginalMatrix;
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/communication/
H A DCommunication.h12 struct LayerIndex;
65 …virtual void sendLayerComplete(const LayerIndex& layer_nr, const coord_t& z, const coord_t& thickn…
129 virtual void setLayerForSend(const LayerIndex& layer_nr) = 0;
H A DArcusCommunicationPrivate.h16 struct LayerIndex;
29 std::shared_ptr<proto::LayerOptimized> getOptimizedLayerById(LayerIndex layer_nr);
H A DCommandLine.h83 void sendLayerComplete(const LayerIndex&, const coord_t&, const coord_t&) override;
140 void setLayerForSend(const LayerIndex&) override;
/dports/cad/cura-engine/CuraEngine-fadb5d6b/tests/arcus/
H A DMockCommunication.h24 …MOCK_METHOD3(sendLayerComplete, void(const LayerIndex& layer_nr, const coord_t& z, const coord_t& …
30 MOCK_METHOD1(setLayerForSend, void(const LayerIndex& layer_nr));
/dports/cad/cura-engine/CuraEngine-fadb5d6b/tests/settings/
H A DSettingsTest.cpp102 …EXPECT_EQ(LayerIndex(3), settings.get<LayerIndex>("test_setting")) << "LayerIndex settings start c… in TEST_F()
108 …EXPECT_EQ(LayerIndex(-11), settings.get<LayerIndex>("test_setting")) << "LayerIndex settings still… in TEST_F()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/infill/
H A DSubDivCube.h14 struct LayerIndex;
90 …static coord_t distanceFromPointToMesh(SliceMeshStorage& mesh, const LayerIndex layer_nr, Point& l…

12345