Home
last modified time | relevance | path

Searched refs:getPoints (Results 1 – 25 of 968) sorted by relevance

12345678910>>...39

/dports/math/pdal/PDAL-2.3.0/pdal/
H A DQuadIndex.cpp131 void getPoints(
137 void getPoints(
148 void getPoints(
157 void getPoints(
286 void Tree::getPoints( in getPoints() function in pdal::Tree
306 void Tree::getPoints( in getPoints() function in pdal::Tree
380 void Tree::getPoints( in getPoints() function in pdal::Tree
394 if (nw) nw->getPoints( in getPoints()
403 if (ne) ne->getPoints( in getPoints()
412 if (se) se->getPoints( in getPoints()
[all …]
H A DQuadIndex.hpp111 PointIdList getPoints(
116 PointIdList getPoints(
122 PointIdList getPoints(
133 PointIdList getPoints(
145 PointIdList getPoints(
152 PointIdList getPoints( in getPoints() function in pdal::QuadIndex
156 return getPoints(box.minx, box.miny, box.maxx, box.maxy, depthEnd); in getPoints()
163 PointIdList getPoints(
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/link/
H A DBasicLink.java93 if (index < getGeometry().getPoints().size()) { in removePoint()
94 getGeometry().getPoints().remove(index); in removePoint()
136 return getGeometry().getPoints().size(); in getPointCount()
171 if (i == getGeometry().getPoints().size()) { in findNearestSegment()
174 …int2 = new Point2D.Double((int) (getGeometry().getPoints().get(i)).getX(), (int) (getGeometry().ge… in findNearestSegment()
204 if (getGeometry().getPoints() == null) { in addPoint()
207 getGeometry().getPoints().add(point); in addPoint()
230 if (getGeometry().getPoints() == null) { in insertPoint()
232 getGeometry().getPoints().add(point); in insertPoint()
240 getGeometry().getPoints().remove(i); in insertPoint()
[all …]
/dports/cad/uranium/Uranium-3ed9c4de/tests/Math/
H A DTestPolygon.py72 points = mirrored_poly.getPoints()
132 for n in range(0, len(p1.getPoints())):
141 p2 = Polygon(numpy.roll(p2.getPoints(), 1, axis = 0)) #Shift p2.
142 p1 = Polygon(numpy.roll(p1.getPoints(), 1, axis = 0)) #Shift p1.
158 assert len(result.getPoints()) == len(data["answer"]) # Same amount of vertices.
162 for vertex in range(0, len(result.getPoints())):
163 for dimension in range(0, len(result.getPoints()[vertex])):
172 …result = Polygon(numpy.roll(result.getPoints(), 1, axis = 0)) #Perform the rotation for the next c…
191 assert len(result.getPoints()) == len(data["answer"]) # Same amount of vertices.
195 for vertex in range(0, len(result.getPoints())):
[all …]
/dports/cad/librepcb/librepcb-0.1.6/tests/unittests/common/import/
H A Ddxfreadertest.cpp81 EXPECT_EQ(0, reader.getPoints().count()); in TEST_F()
97 ASSERT_EQ(1, reader.getPoints().count()); in TEST_F()
120 ASSERT_EQ(1, reader.getPoints().count()); in TEST_F()
144 ASSERT_EQ(1, reader.getPoints().count()); in TEST_F()
167 ASSERT_EQ(1, reader.getPoints().count()); in TEST_F()
192 ASSERT_EQ(0, reader.getPoints().count()); in TEST_F()
219 ASSERT_EQ(0, reader.getPoints().count()); in TEST_F()
249 ASSERT_EQ(0, reader.getPoints().count()); in TEST_F()
278 ASSERT_EQ(0, reader.getPoints().count()); in TEST_F()
307 ASSERT_EQ(0, reader.getPoints().count()); in TEST_F()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.assClozeGap.php329 if ($item->getPoints() > $maxpoints) {
330 $maxpoints = $item->getPoints();
335 if ($item->getPoints() == $maxpoints) {
360 …if (isset($best_solutions[$answer->getPoints()]) && is_array($best_solutions[$answer->getPoints()]…
361 … array_push($best_solutions[$answer->getPoints()], $answer->getAnswertext());
363 $best_solutions[$answer->getPoints()] = array();
364 … array_push($best_solutions[$answer->getPoints()], $answer->getAnswertext());
378 if ($answer->getPoints() >= $maxpoints) {
379 $maxpoints = $answer->getPoints();
H A Dclass.assTextSubset.php401 if ($answer->getPoints() > 0) {
402 array_push($points, $answer->getPoints());
451 if (strcmp($value, $answer) == 0 && $this->answers[$key]->getPoints() > 0) {
456 … if (levenshtein($value, $answer) <= 1 && $this->answers[$key]->getPoints() > 0) {
461 … if (levenshtein($value, $answer) <= 2 && $this->answers[$key]->getPoints() > 0) {
673 $answer_obj->getPoints(),
702 if (!is_array($join[$answer->getPoints() . ""])) {
703 $join[$answer->getPoints() . ""] = array();
705 array_push($join[$answer->getPoints() . ""], $answer->getAnswertext());
804 "points" => (float) $answer_obj->getPoints(),
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.assClozeGap.php329 if ($item->getPoints() > $maxpoints) {
330 $maxpoints = $item->getPoints();
335 if ($item->getPoints() == $maxpoints) {
360 …if (isset($best_solutions[$answer->getPoints()]) && is_array($best_solutions[$answer->getPoints()]…
361 … array_push($best_solutions[$answer->getPoints()], $answer->getAnswertext());
363 $best_solutions[$answer->getPoints()] = array();
364 … array_push($best_solutions[$answer->getPoints()], $answer->getAnswertext());
378 if ($answer->getPoints() >= $maxpoints) {
379 $maxpoints = $answer->getPoints();
H A Dclass.assTextSubset.php407 if ($answer->getPoints() > 0) {
408 array_push($points, $answer->getPoints());
457 if (strcmp($value, $answer) == 0 && $this->answers[$key]->getPoints() > 0) {
462 … if (levenshtein($value, $answer) <= 1 && $this->answers[$key]->getPoints() > 0) {
467 … if (levenshtein($value, $answer) <= 2 && $this->answers[$key]->getPoints() > 0) {
679 $answer_obj->getPoints(),
708 if (!is_array($join[$answer->getPoints() . ""])) {
709 $join[$answer->getPoints() . ""] = array();
711 array_push($join[$answer->getPoints() . ""], $answer->getAnswertext());
810 "points" => (float) $answer_obj->getPoints(),
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/stat/clustering/
H A DKMeansPlusPlusClusterer.java120 if (!cluster.getPoints().isEmpty()) { in cluster()
125 for (final T point : cluster.getPoints()) { in cluster()
186 if (cluster.getPoints().isEmpty()) { in cluster()
202 newCenter = cluster.getCenter().centroidOf(cluster.getPoints()); in cluster()
388 if (!cluster.getPoints().isEmpty()) { in getPointFromLargestVarianceCluster()
393 for (final T point : cluster.getPoints()) { in getPointFromLargestVarianceCluster()
413 final List<T> selectedPoints = selected.getPoints(); in getPointFromLargestVarianceCluster()
432 final int number = cluster.getPoints().size(); in getPointFromLargestNumberCluster()
448 final List<T> selectedPoints = selected.getPoints(); in getPointFromLargestNumberCluster()
469 final List<T> points = cluster.getPoints(); in getFarthestPoint()
[all …]
/dports/cad/ldview/ldview-4.4/LDLib/
H A DLDModelParser.cpp1240 points[0] = shapeLine->getPoints()[2]; in parseTriangle()
1241 points[1] = shapeLine->getPoints()[1]; in parseTriangle()
1242 points[2] = shapeLine->getPoints()[0]; in parseTriangle()
1263 points[0] = shapeLine->getPoints()[2]; in parseTriangle()
1264 points[1] = shapeLine->getPoints()[1]; in parseTriangle()
1265 points[2] = shapeLine->getPoints()[0]; in parseTriangle()
1335 points[0] = shapeLine->getPoints()[3]; in parseQuad()
1336 points[1] = shapeLine->getPoints()[2]; in parseQuad()
1337 points[2] = shapeLine->getPoints()[1]; in parseQuad()
1338 points[3] = shapeLine->getPoints()[0]; in parseQuad()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/
H A DilAssLacCompositeEvaluator.php97 if ($max_points < $answer->getPoints()) {
98 $max_points = $answer->getPoints();
109 …ts = $question->getTextgapPoints($answer->getAnswertext(), $result['value'], $answer->getPoints());
119 …etNumericgapPoints($answer->getAnswertext(), $result["value"], $answer->getPoints(), $answer->getL…
129 $reached_points = $answer->getPoints();
157 $max_points = $answer->getPoints();
/dports/cad/cura/Cura-58bae31/cura/Arranging/
H A DNest2DArrange.py48 if not hull_polygon or hull_polygon.getPoints is None:
52 for point in hull_polygon.getPoints():
75 … if clipped_area.getPoints() is not None: # numpy array has to be explicitly checked against None
76 for point in clipped_area.getPoints():
88 …if hull_polygon is not None and hull_polygon.getPoints() is not None: # numpy array has to be exp…
89 for point in hull_polygon.getPoints():
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/
H A DilAssLacCompositeEvaluator.php97 if ($max_points < $answer->getPoints()) {
98 $max_points = $answer->getPoints();
109 …ts = $question->getTextgapPoints($answer->getAnswertext(), $result['value'], $answer->getPoints());
119 …etNumericgapPoints($answer->getAnswertext(), $result["value"], $answer->getPoints(), $answer->getL…
129 $reached_points = $answer->getPoints();
157 $max_points = $answer->getPoints();
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic-swift-bean/gen-swift/test/fixtures/basic_swift_bean/
H A DLegacyService.java26 ListenableFuture<Map<String, List<Integer>>> getPoints( in getPoints() method
30 default ListenableFuture<Map<String, List<Integer>>> getPoints( in getPoints() method
47 Map<String, List<Integer>> getPoints( in getPoints() method
51 default Map<String, List<Integer>> getPoints( in getPoints() method
68 …reactor.core.publisher.Mono<Map<String, List<Integer>>> getPoints(final Set<String> key, final lon… in getPoints() method
70 …default reactor.core.publisher.Mono<Map<String, List<Integer>>> getPoints(final Set<String> key, f… in getPoints() method
H A DLegacyServiceReactiveBlockingWrapper.java31 …public Map<String, List<Integer>> getPoints( final Set<String> key, final long legacyStuff) throws… in getPoints() method in LegacyServiceReactiveBlockingWrapper
32 return _delegate.getPoints(key, legacyStuff).block(); in getPoints()
36 public Map<String, List<Integer>> getPoints( in getPoints() method in LegacyServiceReactiveBlockingWrapper
40 return _delegate.getPoints(key, legacyStuff).block(); in getPoints()
H A DLegacyServiceReactiveAsyncWrapper.java31 …public com.google.common.util.concurrent.ListenableFuture<Map<String, List<Integer>>> getPoints(fi… in getPoints() method in LegacyServiceReactiveAsyncWrapper
32 …return com.facebook.thrift.util.FutureUtil.toListenableFuture(_delegate.getPoints(key, legacyStuff… in getPoints()
36 public com.google.common.util.concurrent.ListenableFuture<Map<String, List<Integer>>> getPoints( in getPoints() method in LegacyServiceReactiveAsyncWrapper
40 …return com.facebook.thrift.util.FutureUtil.toListenableFuture(_delegate.getPoints(key,legacyStuff,… in getPoints()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/stat/clustering/
H A DKMeansPlusPlusClustererTest.java79 Assert.assertEquals(8, cluster.getPoints().size()); in dimension2()
84 Assert.assertEquals(5, cluster.getPoints().size()); in dimension2()
89 Assert.assertEquals(8, cluster.getPoints().size()); in dimension2()
114 Assert.assertEquals(2, (clusters.get(0).getPoints().size())); in testPerformClusterAnalysisDegenerate()
117 Assert.assertTrue(clusters.get(0).getPoints().contains(pt1)); in testPerformClusterAnalysisDegenerate()
118 Assert.assertTrue(clusters.get(0).getPoints().contains(pt2)); in testPerformClusterAnalysisDegenerate()
163 sum += cluster.getPoints().size(); in testCertainSpace()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/ml/clustering/
H A DKMeansPlusPlusClusterer.java222 if (cluster.getPoints().isEmpty()) { in cluster()
238 … newCenter = centroidOf(cluster.getPoints(), cluster.getCenter().getPoint().length); in cluster()
419 if (!cluster.getPoints().isEmpty()) { in getPointFromLargestVarianceCluster()
424 for (final T point : cluster.getPoints()) { in getPointFromLargestVarianceCluster()
444 final List<T> selectedPoints = selected.getPoints(); in getPointFromLargestVarianceCluster()
464 final int number = cluster.getPoints().size(); in getPointFromLargestNumberCluster()
480 final List<T> selectedPoints = selected.getPoints(); in getPointFromLargestNumberCluster()
501 final List<T> points = cluster.getPoints(); in getFarthestPoint()
518 return selectedCluster.getPoints().remove(selectedPoint); in getFarthestPoint()
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/export/qti12/
H A Dclass.assImagemapQuestionExport.php211 $a_xml_writer->xmlElement("setvar", $attrs, $answer->getPoints());
256 if ($answer->getPoints() > $maxpoints) {
257 $maxpoints = $answer->getPoints();
285 if ($answer->getPoints() < $answer->getPointsUnchecked()) {
304 if ($answer->getPoints() < $answer->getPointsUnchecked()) {
335 if ($answer->getPoints() > $maxpoints) {
336 $maxpoints = $answer->getPoints();
370 if ($answer->getPoints() >= $answer->getPointsUnchecked()) {
389 if ($answer->getPoints() >= $answer->getPointsUnchecked()) {
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/export/qti12/
H A Dclass.assImagemapQuestionExport.php211 $a_xml_writer->xmlElement("setvar", $attrs, $answer->getPoints());
256 if ($answer->getPoints() > $maxpoints) {
257 $maxpoints = $answer->getPoints();
282 if ($answer->getPoints() < $answer->getPointsUnchecked()) {
301 if ($answer->getPoints() < $answer->getPointsUnchecked()) {
332 if ($answer->getPoints() > $maxpoints) {
333 $maxpoints = $answer->getPoints();
367 if ($answer->getPoints() >= $answer->getPointsUnchecked()) {
386 if ($answer->getPoints() >= $answer->getPointsUnchecked()) {
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/quadrature/caching/test/
H A Dpoint_test.cc51 PointProvider<double, dim, 0>::getPoints(quad.id(), simplex); in codim0Test()
87 PointProviderType::getPoints(quad1.id(), simplex); in sameOutputTest()
89 PointProviderType::getPoints(quad2.id(), simplex); in sameOutputTest()
134 PointProvider2Type::getPoints(quadQuad.id(), quadrilateral); in transformationTest()
158 PointProvider2Type::getPoints(quadTri.id(), triangle); in transformationTest()
178 PointProvider1Type::getPoints(quadLine.id(), quadrilateral); in transformationTest()
198 PointProvider1Type::getPoints(quadLine2.id(), triangle); in transformationTest()
/dports/www/ilias/ILIAS-5.4.25/Services/COPage/classes/
H A Dclass.ilPageQuestionProcessor.php186 $points += $answer->getPoints();
198 $points += $answer->getPoints();
220 $answer->getPoints()
237 $answer->getPoints(),
253 $answerpoints = $answer->getPoints();
293 $points = $q->getPoints();
305 $points += $answer->getPoints();
/dports/www/ilias6/ILIAS-6.14/Services/COPage/classes/
H A Dclass.ilPageQuestionProcessor.php186 $points += $answer->getPoints();
198 $points += $answer->getPoints();
220 $answer->getPoints()
237 $answer->getPoints(),
253 $answerpoints = $answer->getPoints();
293 $points = $q->getPoints();
305 $points += $answer->getPoints();
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/influxdb/influxdb-php/tests/unit/
H A DResultSetTest.php75 $points = $this->resultSet->getPoints($measurementName);
89 $points = $this->resultSet->getPoints();
120 $points = $this->resultSet->getPoints($measurementName);
138 $points = $this->resultSet->getPoints('', $tags);
149 $points = $this->resultSet->getPoints('', $tags);

12345678910>>...39