Home
last modified time | relevance | path

Searched refs:point_type (Results 126 – 150 of 5902) sorted by relevance

12345678910>>...237

/dports/devel/boost-libs/boost_1_72_0/libs/geometry/test/algorithms/distance/
H A Ddistance_se_pl_pl.cpp28 typedef bg::model::point<double, 2, cs_type> point_type; typedef
41 inline typename bg::distance_result<point_type, point_type, Strategy>::type
46 point_type p1, p2; in distance_from_wkt()
56 point_type p1, p2; in comparable_distance_from_wkt()
75 typedef test_distance_of_geometries<point_type, point_type> tester; in test_distance_point_point()
272 point_type in BOOST_AUTO_TEST_CASE()
277 point_type in BOOST_AUTO_TEST_CASE()
282 point_type in BOOST_AUTO_TEST_CASE()
287 point_type in BOOST_AUTO_TEST_CASE()
292 point_type in BOOST_AUTO_TEST_CASE()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/algorithms/distance/
H A Ddistance_se_pl_pl.cpp28 typedef bg::model::point<double, 2, cs_type> point_type; typedef
41 inline typename bg::distance_result<point_type, point_type, Strategy>::type
46 point_type p1, p2; in distance_from_wkt()
56 point_type p1, p2; in comparable_distance_from_wkt()
75 typedef test_distance_of_geometries<point_type, point_type> tester; in test_distance_point_point()
272 point_type in BOOST_AUTO_TEST_CASE()
277 point_type in BOOST_AUTO_TEST_CASE()
282 point_type in BOOST_AUTO_TEST_CASE()
287 point_type in BOOST_AUTO_TEST_CASE()
292 point_type in BOOST_AUTO_TEST_CASE()
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/Numerics/
H A DOneDimGridFunctor.h41 typedef Tg point_type; typedef
153 inline point_type dh() const { return m_grid->dh(); } in dh()
156 inline point_type r(int i) const { return m_grid->r(i); } in r()
158 inline point_type dr(int i) const { return m_grid->dr(i); } in dr()
164 inline value_type f(point_type r) in f()
174 inline value_type df(point_type r) in df()
186 inline value_type evaluate(point_type r, point_type rinv) { return Y = splint(r); } in evaluate()
195 inline value_type evaluateAll(point_type r, point_type rinv) { return Y = splint(r, dY, d2Y); } in evaluateAll()
207 virtual value_type splint(point_type r) const { return 0.0; } in splint()
221 inline value_type evaluate(point_type r, point_type rinv, value_type& du, value_type& d2u) in evaluate()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/geometry/strategies/agnostic/
H A Dhull_graham_andrew.hpp61 typedef typename point_type<InputRange>::type point_type; typedef
63 point_type left, right;
137 typedef typename point_type<InputRange>::type point_type; typedef
139 point_type const& most_left;
140 point_type const& most_right;
142 inline assign_range(point_type const& left, point_type const& right) in assign_range()
247 typedef OutputPoint point_type; typedef in boost::geometry::strategy::convex_hull::graham_andrew
291 geometry::less<point_type, 0>, in apply()
347 point_type const& left, point_type const& right) in build_half_hull()
368 point_type const& last = *rit++; in add_to_hull()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWidget/
H A DWidget.cpp21 Widget::Widget(const std::string& name, point_type w, point_type h): in Widget()
90 point_type zRange = 0.0f; in _calculateZ()
94 return (static_cast<point_type>(layer) / static_cast<point_type>(LAYER_TOP + 1)) * zRange; in _calculateZ()
112 void Widget::setDimensions(point_type x, point_type y, point_type w, point_type h, point_type z) { in setDimensions()
250 void Widget::setTexCoordRegion(point_type x, point_type y, point_type w, point_type h) { in setTexCoordRegion()
255 point_type tw = image->s(); in setTexCoordRegion()
256 point_type th = image->t(); in setTexCoordRegion()
380 void Widget::addX(point_type x) { in addX()
409 void Widget::addOrigin(point_type x, point_type y) { in addOrigin()
422 void Widget::addSize(point_type w, point_type h) { in addSize()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWidget/
H A DWidget.cpp21 Widget::Widget(const std::string& name, point_type w, point_type h): in Widget()
90 point_type zRange = 0.0f; in _calculateZ()
94 return (static_cast<point_type>(layer) / static_cast<point_type>(LAYER_TOP + 1)) * zRange; in _calculateZ()
112 void Widget::setDimensions(point_type x, point_type y, point_type w, point_type h, point_type z) { in setDimensions()
250 void Widget::setTexCoordRegion(point_type x, point_type y, point_type w, point_type h) { in setTexCoordRegion()
255 point_type tw = image->s(); in setTexCoordRegion()
256 point_type th = image->t(); in setTexCoordRegion()
380 void Widget::addX(point_type x) { in addX()
409 void Widget::addOrigin(point_type x, point_type y) { in addOrigin()
422 void Widget::addSize(point_type w, point_type h) { in addSize()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/geometry/algorithms/detail/distance/
H A Ddefault_strategies.hpp61 typename point_type<Geometry1>::type,
62 typename point_type<Geometry2>::type
86 typename point_type<Pointlike1>::type,
87 typename point_type<Pointlike2>::type
97 typename point_type<Pointlike>::type,
98 typename point_type<Box>::type
108 typename point_type<Box1>::type,
109 typename point_type<Box2>::type
121 typename point_type<Geometry1>::type,
122 typename point_type<Geometry2>::type,
[all …]
H A Dbackward_compatibility.hpp55 typename point_type<Segment>::type
62 typename point_type<Segment>::type, in apply()
66 typename point_type<Segment>::type p[2]; in apply()
150 typename point_type<Ring>::type, in apply()
185 typename point_type<Polygon>::type, in apply()
259 typename point_type<MultiPoint>::type,
260 typename point_type<Geometry>::type
269 typename point_type<MultiPoint>::type, in apply()
270 typename point_type<Geometry>::type, in apply()
301 typename point_type<MultiPoint>::type,
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/geometry/algorithms/detail/distance/
H A Ddefault_strategies.hpp61 typename point_type<Geometry1>::type,
62 typename point_type<Geometry2>::type
86 typename point_type<Pointlike1>::type,
87 typename point_type<Pointlike2>::type
97 typename point_type<Pointlike>::type,
98 typename point_type<Box>::type
108 typename point_type<Box1>::type,
109 typename point_type<Box2>::type
121 typename point_type<Geometry1>::type,
122 typename point_type<Geometry2>::type,
[all …]
H A Dbackward_compatibility.hpp55 typename point_type<Segment>::type
62 typename point_type<Segment>::type, in apply()
66 typename point_type<Segment>::type p[2]; in apply()
150 typename point_type<Ring>::type, in apply()
185 typename point_type<Polygon>::type, in apply()
259 typename point_type<MultiPoint>::type,
260 typename point_type<Geometry>::type
269 typename point_type<MultiPoint>::type, in apply()
270 typename point_type<Geometry>::type, in apply()
301 typename point_type<MultiPoint>::type,
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/geometry/algorithms/detail/distance/
H A Ddefault_strategies.hpp61 typename point_type<Geometry1>::type,
62 typename point_type<Geometry2>::type
86 typename point_type<Pointlike1>::type,
87 typename point_type<Pointlike2>::type
97 typename point_type<Pointlike>::type,
98 typename point_type<Box>::type
108 typename point_type<Box1>::type,
109 typename point_type<Box2>::type
121 typename point_type<Geometry1>::type,
122 typename point_type<Geometry2>::type,
[all …]
H A Dbackward_compatibility.hpp55 typename point_type<Segment>::type
62 typename point_type<Segment>::type, in apply()
66 typename point_type<Segment>::type p[2]; in apply()
150 typename point_type<Ring>::type, in apply()
185 typename point_type<Polygon>::type, in apply()
259 typename point_type<MultiPoint>::type,
260 typename point_type<Geometry>::type
269 typename point_type<MultiPoint>::type, in apply()
270 typename point_type<Geometry>::type, in apply()
301 typename point_type<MultiPoint>::type,
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/geometry/algorithms/detail/distance/
H A Ddefault_strategies.hpp61 typename point_type<Geometry1>::type,
62 typename point_type<Geometry2>::type
86 typename point_type<Pointlike1>::type,
87 typename point_type<Pointlike2>::type
97 typename point_type<Pointlike>::type,
98 typename point_type<Box>::type
108 typename point_type<Box1>::type,
109 typename point_type<Box2>::type
121 typename point_type<Geometry1>::type,
122 typename point_type<Geometry2>::type,
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/geometry/algorithms/detail/distance/
H A Ddefault_strategies.hpp61 typename point_type<Geometry1>::type,
62 typename point_type<Geometry2>::type
86 typename point_type<Pointlike1>::type,
87 typename point_type<Pointlike2>::type
97 typename point_type<Pointlike>::type,
98 typename point_type<Box>::type
108 typename point_type<Box1>::type,
109 typename point_type<Box2>::type
121 typename point_type<Geometry1>::type,
122 typename point_type<Geometry2>::type,
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/geometry/algorithms/detail/distance/
H A Ddefault_strategies.hpp61 typename point_type<Geometry1>::type,
62 typename point_type<Geometry2>::type
86 typename point_type<Pointlike1>::type,
87 typename point_type<Pointlike2>::type
97 typename point_type<Pointlike>::type,
98 typename point_type<Box>::type
108 typename point_type<Box1>::type,
109 typename point_type<Box2>::type
121 typename point_type<Geometry1>::type,
122 typename point_type<Geometry2>::type,
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/geometry/algorithms/detail/distance/
H A Ddefault_strategies.hpp61 typename point_type<Geometry1>::type,
62 typename point_type<Geometry2>::type
86 typename point_type<Pointlike1>::type,
87 typename point_type<Pointlike2>::type
97 typename point_type<Pointlike>::type,
98 typename point_type<Box>::type
108 typename point_type<Box1>::type,
109 typename point_type<Box2>::type
121 typename point_type<Geometry1>::type,
122 typename point_type<Geometry2>::type,
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/test/algorithms/
H A Dtest_for_each.hpp89 typedef typename bg::point_type<Geometry>::type point_type; in test_per_point_const() typedef
92 sum_x_functor<point_type> functor; in test_per_point_const()
100 typename bg::coordinate_type<point_type>::type sum_x = 0; in test_per_point_const()
105 [&sum_x](point_type const& p) in test_per_point_const()
125 typedef typename bg::point_type<Geometry>::type point_type; in test_per_point_non_const() typedef
138 bg::for_each_point(geometry, scale_y_functor<point_type>()); in test_per_point_non_const()
155 [](point_type& p) in test_per_point_non_const()
162 typename bg::coordinate_type<point_type>::type scale = 100; in test_per_point_non_const()
166 [&](point_type& p) in test_per_point_non_const()
205 typedef typename bg::point_type<Geometry>::type point_type; in test_per_segment_const() typedef
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/algorithms/detail/distance/
H A Dbackward_compatibility.hpp55 typename point_type<Segment>::type
62 typename point_type<Segment>::type, in apply()
66 typename point_type<Segment>::type p[2]; in apply()
150 typename point_type<Ring>::type, in apply()
185 typename point_type<Polygon>::type, in apply()
259 typename point_type<MultiPoint>::type,
260 typename point_type<Geometry>::type
269 typename point_type<MultiPoint>::type, in apply()
270 typename point_type<Geometry>::type, in apply()
301 typename point_type<MultiPoint>::type,
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/test/algorithms/
H A Dtest_for_each.hpp89 typedef typename bg::point_type<Geometry>::type point_type; in test_per_point_const() typedef
92 sum_x_functor<point_type> functor; in test_per_point_const()
100 typename bg::coordinate_type<point_type>::type sum_x = 0; in test_per_point_const()
105 [&sum_x](point_type const& p) in test_per_point_const()
125 typedef typename bg::point_type<Geometry>::type point_type; in test_per_point_non_const() typedef
138 bg::for_each_point(geometry, scale_y_functor<point_type>()); in test_per_point_non_const()
155 [](point_type& p) in test_per_point_non_const()
162 typename bg::coordinate_type<point_type>::type scale = 100; in test_per_point_non_const()
166 [&](point_type& p) in test_per_point_non_const()
205 typedef typename bg::point_type<Geometry>::type point_type; in test_per_segment_const() typedef
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/algorithms/detail/distance/
H A Dbackward_compatibility.hpp55 typename point_type<Segment>::type
62 typename point_type<Segment>::type, in apply()
66 typename point_type<Segment>::type p[2]; in apply()
150 typename point_type<Ring>::type, in apply()
185 typename point_type<Polygon>::type, in apply()
259 typename point_type<MultiPoint>::type,
260 typename point_type<Geometry>::type
269 typename point_type<MultiPoint>::type, in apply()
270 typename point_type<Geometry>::type, in apply()
301 typename point_type<MultiPoint>::type,
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/test/algorithms/relational_operations/within/
H A Dwithin.cpp88 typedef boost::geometry::model::box<point_type> box_type; in test_3d()
89 box_type box(point_type(0, 0, 0), point_type(4, 4, 4)); in test_3d()
90 BOOST_CHECK_EQUAL(bg::within(point_type(2, 2, 2), box), true); in test_3d()
91 BOOST_CHECK_EQUAL(bg::within(point_type(2, 4, 2), box), false); in test_3d()
92 BOOST_CHECK_EQUAL(bg::within(point_type(2, 2, 4), box), false); in test_3d()
95 box_type box2(point_type(2, 2, 2), point_type(3, 3, 3)); in test_3d()
150 typedef bg::model::d2::point_xy<double> point_type; in test_strategy() typedef
151 typedef bg::model::box<point_type> box_type; in test_strategy()
152 point_type p(3, 3); in test_strategy()
153 box_type b(point_type(0, 0), point_type(5, 5)); in test_strategy()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/test/algorithms/
H A Dtest_for_each.hpp89 typedef typename bg::point_type<Geometry>::type point_type; in test_per_point_const() typedef
92 sum_x_functor<point_type> functor; in test_per_point_const()
100 typename bg::coordinate_type<point_type>::type sum_x = 0; in test_per_point_const()
105 [&sum_x](point_type const& p) in test_per_point_const()
125 typedef typename bg::point_type<Geometry>::type point_type; in test_per_point_non_const() typedef
138 bg::for_each_point(geometry, scale_y_functor<point_type>()); in test_per_point_non_const()
155 [](point_type& p) in test_per_point_non_const()
162 typename bg::coordinate_type<point_type>::type scale = 100; in test_per_point_non_const()
166 [&](point_type& p) in test_per_point_non_const()
205 typedef typename bg::point_type<Geometry>::type point_type; in test_per_segment_const() typedef
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/test/algorithms/relational_operations/within/
H A Dwithin.cpp88 typedef boost::geometry::model::box<point_type> box_type; in test_3d()
89 box_type box(point_type(0, 0, 0), point_type(4, 4, 4)); in test_3d()
90 BOOST_CHECK_EQUAL(bg::within(point_type(2, 2, 2), box), true); in test_3d()
91 BOOST_CHECK_EQUAL(bg::within(point_type(2, 4, 2), box), false); in test_3d()
92 BOOST_CHECK_EQUAL(bg::within(point_type(2, 2, 4), box), false); in test_3d()
95 box_type box2(point_type(2, 2, 2), point_type(3, 3, 3)); in test_3d()
150 typedef bg::model::d2::point_xy<double> point_type; in test_strategy() typedef
151 typedef bg::model::box<point_type> box_type; in test_strategy()
152 point_type p(3, 3); in test_strategy()
153 box_type b(point_type(0, 0), point_type(5, 5)); in test_strategy()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/test/algorithms/
H A Dtest_for_each.hpp89 typedef typename bg::point_type<Geometry>::type point_type; in test_per_point_const() typedef
92 sum_x_functor<point_type> functor; in test_per_point_const()
100 typename bg::coordinate_type<point_type>::type sum_x = 0; in test_per_point_const()
105 [&sum_x](point_type const& p) in test_per_point_const()
125 typedef typename bg::point_type<Geometry>::type point_type; in test_per_point_non_const() typedef
138 bg::for_each_point(geometry, scale_y_functor<point_type>()); in test_per_point_non_const()
155 [](point_type& p) in test_per_point_non_const()
162 typename bg::coordinate_type<point_type>::type scale = 100; in test_per_point_non_const()
166 [&](point_type& p) in test_per_point_non_const()
205 typedef typename bg::point_type<Geometry>::type point_type; in test_per_segment_const() typedef
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/test/algorithms/
H A Dtest_for_each.hpp89 typedef typename bg::point_type<Geometry>::type point_type; in test_per_point_const() typedef
92 sum_x_functor<point_type> functor; in test_per_point_const()
100 typename bg::coordinate_type<point_type>::type sum_x = 0; in test_per_point_const()
105 [&sum_x](point_type const& p) in test_per_point_const()
125 typedef typename bg::point_type<Geometry>::type point_type; in test_per_point_non_const() typedef
138 bg::for_each_point(geometry, scale_y_functor<point_type>()); in test_per_point_non_const()
155 [](point_type& p) in test_per_point_non_const()
162 typename bg::coordinate_type<point_type>::type scale = 100; in test_per_point_non_const()
166 [&](point_type& p) in test_per_point_non_const()
205 typedef typename bg::point_type<Geometry>::type point_type; in test_per_segment_const() typedef
[all …]

12345678910>>...237