Home
last modified time | relevance | path

Searched refs:Sweep (Results 1 – 25 of 1683) sorted by relevance

12345678910>>...68

/dports/misc/libsweep-lidar/sweep-sdk-1.3.0/sweepjs/
H A Dsweepjs.h10 class Sweep final : public Nan::ObjectWrap {
35 Sweep(const char* port);
36 Sweep(const char* port, int32_t bitrate);
39 Sweep(const Sweep&) = delete;
40 Sweep& operator=(const Sweep&) = delete;
43 Sweep(Sweep&&) = delete;
44 Sweep& operator=(Sweep&&) = delete;
50 NODE_MODULE(sweepjs, Sweep::Init)
H A Dsweepjs.cc41 Sweep::Sweep(const char* port) { in Sweep() function in Sweep
48 Sweep::Sweep(const char* port, int32_t bitrate) { in Sweep() function in Sweep
55 NAN_MODULE_INIT(Sweep::Init) { in NAN_MODULE_INIT()
78 NAN_METHOD(Sweep::New) { in NAN_METHOD()
88 Sweep* self = nullptr; in NAN_METHOD()
98 self = new Sweep(port); in NAN_METHOD()
117 NAN_METHOD(Sweep::startScanning) { in NAN_METHOD()
127 NAN_METHOD(Sweep::stopScanning) { in NAN_METHOD()
193 NAN_METHOD(Sweep::scan) { in NAN_METHOD()
204 NAN_METHOD(Sweep::getMotorReady) { in NAN_METHOD()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/tests/pipe/bugs/
H A Dbug24909_110 restore [locate_data_file bug24909_sweep3-draw-Sweep-0-spine.brep] Sweep-0-spine
12 mksweep Sweep-0-spine
15 restore [locate_data_file bug24909_sweep3-draw-Sweep-0-section-00-Sketch.brep] Sweep-0-section-00-S…
17 addsweep Sweep-0-section-00-Sketch
19 restore [locate_data_file bug24909_sweep3-draw-Sweep-0-section-01-Sketch001.brep] Sweep-0-section-0…
20 addsweep Sweep-0-section-01-Sketch001
22 buildsweep Sweep
H A Dbug251109 restore [locate_data_file bug25110_unsweepable1-draw-Sweep-0-spine.brep] Sweep-0-spine
10 restore [locate_data_file bug25110_unsweepable1-draw-Sweep-0-section-00-Circle.brep] Sweep-0-sectio…
12 mksweep Sweep-0-spine
14 addsweep Sweep-0-section-00-Circle
16 buildsweep Sweep -C -S
/dports/comms/nanovna-saver/nanovna-saver-0.3.8/test/
H A Dtest_sweep.py22 from NanoVNASaver.Settings.Sweep import Sweep, Properties
27 sweep = Sweep()
31 self.assertTrue(Sweep(3600000) == sweep)
32 self.assertFalse(Sweep(3600001) == sweep)
33 self.assertRaises(ValueError, Sweep, -1)
34 sweep = Sweep(segments=3)
39 sweep = Sweep(segments=3, properties=Properties(logarithmic=True))
/dports/cad/opencascade/opencascade-7.6.0/src/BRepTest/
H A DBRepTest_SweepCommands.cxx538 if (Sweep != 0) { in mksweep()
539 delete Sweep; in mksweep()
540 Sweep = 0; in mksweep()
570 if (Sweep == 0) { in setsweep()
594 Sweep->SetMode(Surf); in setsweep()
602 Sweep->SetMode(D); in setsweep()
696 if (Sweep == 0) { in addsweep()
813 if (Sweep == 0) { in buildsweep()
843 Sweep->Build(); in buildsweep()
884 if (!Sweep->IsDone()) in errorsweep()
[all …]
/dports/math/poly2tri/poly2tri-e6e63dd29ef0805b3e40fe1832c2f1fe2307943a/poly2tri/sweep/
H A Dsweep.cc42 void Sweep::Triangulate(SweepContext& tcx) in Triangulate()
52 void Sweep::SweepPoints(SweepContext& tcx) in SweepPoints()
63 void Sweep::FinalizationPolygon(SweepContext& tcx) in FinalizationPolygon()
76 Node& Sweep::PointEvent(SweepContext& tcx, Point& point) in PointEvent()
201 void Sweep::Fill(SweepContext& tcx, Node& node) in Fill()
307 double Sweep::BasinAngle(const Node& node) const in BasinAngle()
314 double Sweep::HoleAngle(const Node& node) const in HoleAngle()
331 bool Sweep::Legalize(SweepContext& tcx, Triangle& t) in Legalize()
477 void Sweep::FillBasin(SweepContext& tcx, Node& node) in FillBasin()
547 bool Sweep::IsShallow(SweepContext& tcx, Node& node) in IsShallow()
[all …]
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/poly2tri/sweep/
H A Dsweep.cpp42 void Sweep::Triangulate(SweepContext& tcx) in Triangulate()
52 void Sweep::SweepPoints(SweepContext& tcx) in SweepPoints()
63 void Sweep::FinalizationPolygon(SweepContext& tcx) in FinalizationPolygon()
76 Node& Sweep::PointEvent(SweepContext& tcx, Point& point) in PointEvent()
203 void Sweep::Fill(SweepContext& tcx, Node& node) in Fill()
308 double Sweep::BasinAngle(const Node& node) const in BasinAngle()
315 double Sweep::HoleAngle(const Node& node) const in HoleAngle()
332 bool Sweep::Legalize(SweepContext& tcx, Triangle& t) in Legalize()
478 void Sweep::FillBasin(SweepContext& tcx, Node& node) in FillBasin()
548 bool Sweep::IsShallow(SweepContext& tcx, Node& node) in IsShallow()
[all …]
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/poly2tri/poly2tri/poly2tri/sweep/
H A Dsweep.cc40 void Sweep::Triangulate(SweepContext& tcx) in Triangulate()
50 void Sweep::SweepPoints(SweepContext& tcx) in SweepPoints()
61 void Sweep::FinalizationPolygon(SweepContext& tcx) in FinalizationPolygon()
74 Node& Sweep::PointEvent(SweepContext& tcx, Point& point) in PointEvent()
199 void Sweep::Fill(SweepContext& tcx, Node& node) in Fill()
305 double Sweep::BasinAngle(const Node& node) const in BasinAngle()
312 double Sweep::HoleAngle(const Node& node) const in HoleAngle()
329 bool Sweep::Legalize(SweepContext& tcx, Triangle& t) in Legalize()
475 void Sweep::FillBasin(SweepContext& tcx, Node& node) in FillBasin()
545 bool Sweep::IsShallow(SweepContext& tcx, Node& node) in IsShallow()
[all …]
/dports/devel/upp/upp/bazaar/plugin/assimp/contrib/poly2tri/poly2tri/sweep/
H A Dsweep.cc40 void Sweep::Triangulate(SweepContext& tcx) in Triangulate()
50 void Sweep::SweepPoints(SweepContext& tcx) in SweepPoints()
61 void Sweep::FinalizationPolygon(SweepContext& tcx) in FinalizationPolygon()
74 Node& Sweep::PointEvent(SweepContext& tcx, Point& point) in PointEvent()
204 void Sweep::Fill(SweepContext& tcx, Node& node) in Fill()
310 double Sweep::BasinAngle(const Node& node) const in BasinAngle()
317 double Sweep::HoleAngle(const Node& node) const in HoleAngle()
334 bool Sweep::Legalize(SweepContext& tcx, Triangle& t) in Legalize()
480 void Sweep::FillBasin(SweepContext& tcx, Node& node) in FillBasin()
550 bool Sweep::IsShallow(SweepContext& tcx, Node& node) in IsShallow()
[all …]
/dports/graphics/wdune/wdune-1.926/src/
H A Dsweep.cpp40 void Sweep::Triangulate(SweepContext& tcx) in Triangulate()
50 void Sweep::SweepPoints(SweepContext& tcx) in SweepPoints()
61 void Sweep::FinalizationPolygon(SweepContext& tcx) in FinalizationPolygon()
74 TriNode& Sweep::PointEvent(SweepContext& tcx, Point& point) in PointEvent()
199 void Sweep::Fill(SweepContext& tcx, TriNode& node) in Fill()
305 double Sweep::BasinAngle(const TriNode& node) const in BasinAngle()
312 double Sweep::HoleAngle(const TriNode& node) const in HoleAngle()
329 bool Sweep::Legalize(SweepContext& tcx, Triangle& t) in Legalize()
475 void Sweep::FillBasin(SweepContext& tcx, TriNode& node) in FillBasin()
545 bool Sweep::IsShallow(SweepContext& tcx, TriNode& node) in IsShallow()
[all …]
/dports/multimedia/assimp/assimp-5.1.3/contrib/poly2tri/poly2tri/sweep/
H A Dsweep.cc45 void Sweep::Triangulate(SweepContext& tcx) in Triangulate()
55 void Sweep::SweepPoints(SweepContext& tcx) in SweepPoints()
66 void Sweep::FinalizationPolygon(SweepContext& tcx) in FinalizationPolygon()
79 Node& Sweep::PointEvent(SweepContext& tcx, Point& point) in PointEvent()
209 void Sweep::Fill(SweepContext& tcx, Node& node) in Fill()
315 double Sweep::BasinAngle(const Node& node) const in BasinAngle()
322 double Sweep::HoleAngle(const Node& node) const in HoleAngle()
339 bool Sweep::Legalize(SweepContext& tcx, Triangle& t) in Legalize()
485 void Sweep::FillBasin(SweepContext& tcx, Node& node) in FillBasin()
555 bool Sweep::IsShallow(SweepContext& tcx, Node& node) in IsShallow()
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/poly2tri/sweep/
H A Dsweep.cc42 void Sweep::Triangulate(SweepContext& tcx) in Triangulate()
52 void Sweep::SweepPoints(SweepContext& tcx) in SweepPoints()
63 void Sweep::FinalizationPolygon(SweepContext& tcx) in FinalizationPolygon()
76 Node& Sweep::PointEvent(SweepContext& tcx, Point& point) in PointEvent()
201 void Sweep::Fill(SweepContext& tcx, Node& node) in Fill()
307 double Sweep::BasinAngle(const Node& node) const in BasinAngle()
314 double Sweep::HoleAngle(const Node& node) const in HoleAngle()
331 bool Sweep::Legalize(SweepContext& tcx, Triangle& t) in Legalize()
477 void Sweep::FillBasin(SweepContext& tcx, Node& node) in FillBasin()
547 bool Sweep::IsShallow(SweepContext& tcx, Node& node) in IsShallow()
[all …]
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/3rdparty/poly2tri/sweep/
H A Dsweep.cpp41 void Sweep::Triangulate(SweepContext& tcx) in Triangulate()
51 void Sweep::SweepPoints(SweepContext& tcx) in SweepPoints()
62 void Sweep::FinalizationPolygon(SweepContext& tcx) in FinalizationPolygon()
200 void Sweep::Fill(SweepContext& tcx, Node& node) in Fill()
255 bool Sweep::LargeHole_DontFill(Node* node) { in LargeHole_DontFill()
309 double Sweep::BasinAngle(Node& node) in BasinAngle()
316 double Sweep::HoleAngle(Node& node) in HoleAngle()
333 bool Sweep::Legalize(SweepContext& tcx, Triangle& t) in Legalize()
479 void Sweep::FillBasin(SweepContext& tcx, Node& node) in FillBasin()
549 bool Sweep::IsShallow(SweepContext& tcx, Node& node) in IsShallow()
[all …]
/dports/graphics/qgis/qgis-3.22.3/external/poly2tri/sweep/
H A Dsweep.cc42 void Sweep::Triangulate(SweepContext& tcx) in Triangulate()
52 void Sweep::SweepPoints(SweepContext& tcx) in SweepPoints()
63 void Sweep::FinalizationPolygon(SweepContext& tcx) in FinalizationPolygon()
78 Node& Sweep::PointEvent(SweepContext& tcx, Point& point) in PointEvent()
211 void Sweep::Fill(SweepContext& tcx, Node& node) in Fill()
316 double Sweep::BasinAngle(const Node& node) const in BasinAngle()
323 double Sweep::HoleAngle(const Node& node) const in HoleAngle()
340 bool Sweep::Legalize(SweepContext& tcx, Triangle& t) in Legalize()
486 void Sweep::FillBasin(SweepContext& tcx, Node& node) in FillBasin()
556 bool Sweep::IsShallow(SweepContext& tcx, Node& node) in IsShallow()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/external/poly2tri/sweep/
H A Dsweep.cc42 void Sweep::Triangulate(SweepContext& tcx) in Triangulate()
52 void Sweep::SweepPoints(SweepContext& tcx) in SweepPoints()
63 void Sweep::FinalizationPolygon(SweepContext& tcx) in FinalizationPolygon()
76 Node& Sweep::PointEvent(SweepContext& tcx, Point& point) in PointEvent()
201 void Sweep::Fill(SweepContext& tcx, Node& node) in Fill()
307 double Sweep::BasinAngle(const Node& node) const in BasinAngle()
314 double Sweep::HoleAngle(const Node& node) const in HoleAngle()
331 bool Sweep::Legalize(SweepContext& tcx, Triangle& t) in Legalize()
477 void Sweep::FillBasin(SweepContext& tcx, Node& node) in FillBasin()
547 bool Sweep::IsShallow(SweepContext& tcx, Node& node) in IsShallow()
[all …]
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/contrib/poly2tri/poly2tri/sweep/
H A Dsweep.cc40 void Sweep::Triangulate(SweepContext& tcx) in Triangulate()
50 void Sweep::SweepPoints(SweepContext& tcx) in SweepPoints()
61 void Sweep::FinalizationPolygon(SweepContext& tcx) in FinalizationPolygon()
74 Node& Sweep::PointEvent(SweepContext& tcx, Point& point) in PointEvent()
204 void Sweep::Fill(SweepContext& tcx, Node& node) in Fill()
310 double Sweep::BasinAngle(const Node& node) const in BasinAngle()
317 double Sweep::HoleAngle(const Node& node) const in HoleAngle()
334 bool Sweep::Legalize(SweepContext& tcx, Triangle& t) in Legalize()
480 void Sweep::FillBasin(SweepContext& tcx, Node& node) in FillBasin()
550 bool Sweep::IsShallow(SweepContext& tcx, Node& node) in IsShallow()
[all …]
/dports/games/spring/spring_98.0/rts/lib/assimp/contrib/poly2tri/poly2tri/sweep/
H A Dsweep.cc40 void Sweep::Triangulate(SweepContext& tcx) in Triangulate()
50 void Sweep::SweepPoints(SweepContext& tcx) in SweepPoints()
61 void Sweep::FinalizationPolygon(SweepContext& tcx) in FinalizationPolygon()
74 Node& Sweep::PointEvent(SweepContext& tcx, Point& point) in PointEvent()
204 void Sweep::Fill(SweepContext& tcx, Node& node) in Fill()
258 float Sweep::BasinAngle(Node& node) in BasinAngle()
265 float Sweep::HoleAngle(Node& node) in HoleAngle()
282 bool Sweep::Legalize(SweepContext& tcx, Triangle& t) in Legalize()
428 void Sweep::FillBasin(SweepContext& tcx, Node& node) in FillBasin()
498 bool Sweep::IsShallow(SweepContext& tcx, Node& node) in IsShallow()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/contrib/poly2tri/poly2tri/sweep/
H A Dsweep.cc40 void Sweep::Triangulate(SweepContext& tcx) in Triangulate()
50 void Sweep::SweepPoints(SweepContext& tcx) in SweepPoints()
61 void Sweep::FinalizationPolygon(SweepContext& tcx) in FinalizationPolygon()
74 Node& Sweep::PointEvent(SweepContext& tcx, Point& point) in PointEvent()
204 void Sweep::Fill(SweepContext& tcx, Node& node) in Fill()
258 double Sweep::BasinAngle(Node& node) in BasinAngle()
265 double Sweep::HoleAngle(Node& node) in HoleAngle()
282 bool Sweep::Legalize(SweepContext& tcx, Triangle& t) in Legalize()
428 void Sweep::FillBasin(SweepContext& tcx, Node& node) in FillBasin()
498 bool Sweep::IsShallow(SweepContext& tcx, Node& node) in IsShallow()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/contrib/poly2tri/poly2tri/sweep/
H A Dsweep.cc40 void Sweep::Triangulate(SweepContext& tcx) in Triangulate()
50 void Sweep::SweepPoints(SweepContext& tcx) in SweepPoints()
61 void Sweep::FinalizationPolygon(SweepContext& tcx) in FinalizationPolygon()
74 Node& Sweep::PointEvent(SweepContext& tcx, Point& point) in PointEvent()
204 void Sweep::Fill(SweepContext& tcx, Node& node) in Fill()
258 double Sweep::BasinAngle(Node& node) in BasinAngle()
265 double Sweep::HoleAngle(Node& node) in HoleAngle()
282 bool Sweep::Legalize(SweepContext& tcx, Triangle& t) in Legalize()
428 void Sweep::FillBasin(SweepContext& tcx, Node& node) in FillBasin()
498 bool Sweep::IsShallow(SweepContext& tcx, Node& node) in IsShallow()
[all …]
/dports/net/concourse-fly/concourse-6.7.1/tsa/
H A Dsweeper_test.go62 handles, err := sweeper.Sweep(ctx, worker, "")
80 handles, err := sweeper.Sweep(ctx, worker, tsa.SweepContainers)
97 _, err := sweeper.Sweep(ctx, worker, tsa.SweepContainers)
111 _, err := sweeper.Sweep(ctx, worker, tsa.SweepContainers)
125 _, err := sweeper.Sweep(ctx, worker, tsa.SweepContainers)
140 _, err := sweeper.Sweep(ctx, worker, tsa.SweepContainers)
160 handles, err := sweeper.Sweep(ctx, worker, tsa.SweepVolumes)
177 _, err := sweeper.Sweep(ctx, worker, tsa.SweepVolumes)
191 _, err := sweeper.Sweep(ctx, worker, tsa.SweepVolumes)
205 _, err := sweeper.Sweep(ctx, worker, tsa.SweepVolumes)
[all …]
/dports/misc/concourse/concourse-6.7.2/tsa/
H A Dsweeper_test.go62 handles, err := sweeper.Sweep(ctx, worker, "")
80 handles, err := sweeper.Sweep(ctx, worker, tsa.SweepContainers)
97 _, err := sweeper.Sweep(ctx, worker, tsa.SweepContainers)
111 _, err := sweeper.Sweep(ctx, worker, tsa.SweepContainers)
125 _, err := sweeper.Sweep(ctx, worker, tsa.SweepContainers)
140 _, err := sweeper.Sweep(ctx, worker, tsa.SweepContainers)
160 handles, err := sweeper.Sweep(ctx, worker, tsa.SweepVolumes)
177 _, err := sweeper.Sweep(ctx, worker, tsa.SweepVolumes)
191 _, err := sweeper.Sweep(ctx, worker, tsa.SweepVolumes)
205 _, err := sweeper.Sweep(ctx, worker, tsa.SweepVolumes)
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DSweep.schelp1 class:: Sweep
10 When rate == 1, Sweep may be used to get a continually-updating measurement
36 SinOsc.ar(Sweep.kr(trig, 700) + 500, 0, 0.2)
47 BufRd.ar(1, b, Sweep.ar(trig, BufSampleRate.ir(0)))
56 pos = Sweep.ar(trig, rate.neg) + (BufFrames.ir(0) * LFNoise0.kr(0.2));
65 rate = Sweep.kr(trig, 2) + 0.5;
66 BufRd.ar(1, b, Sweep.ar(trig, BufSampleRate.ir(0) * rate))
74 Sweep can be used as a resettable link::Classes/Phasor:: or link::Classes/Line:: - one that can sta…
78 var phasor = Sweep.ar(t_trig, run / dur).linlin(0, 1, start, end, \minmax);
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/study/
H A Dsweepable.py23 from cirq.study.sweeps import ListSweep, Points, Sweep, UnitSweep, Zip, dict_to_product_sweep
25 SweepLike = Union[ParamResolverOrSimilarType, Sweep]
50 def to_sweeps(sweepable: Sweepable) -> List[Sweep]:
56 if isinstance(sweepable, Sweep):
90 if isinstance(sweep_or_resolver_list, Sweep):
101 def _resolver_to_sweep(resolver: ParamResolver) -> Sweep:
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/study/
H A Dsweepable.py23 from cirq.study.sweeps import ListSweep, Points, Sweep, UnitSweep, Zip, dict_to_product_sweep
25 SweepLike = Union[ParamResolverOrSimilarType, Sweep]
50 def to_sweeps(sweepable: Sweepable) -> List[Sweep]:
56 if isinstance(sweepable, Sweep):
92 if isinstance(sweep_or_resolver_list, Sweep):
104 def _resolver_to_sweep(resolver: ParamResolver) -> Sweep:

12345678910>>...68