Home
last modified time | relevance | path

Searched defs:Point_ (Results 1 – 20 of 20) sorted by relevance

/dports/devel/upp/upp/uppsrc/Core/
H A DGtypes.h119 Point_& operator+=(Sz p) { x += p.cx; y += p.cy; return *this; } argument
174 Point_() {} in Point_() argument
175 Point_(T x, T y) : x(x), y(y) {} in Point_() function
177 Point_(const Point_<int>& pt) : x((T)pt.x), y((T)pt.y) {} in Point_() argument
178 Point_(const Point_<short>& pt) : x((T)pt.x), y((T)pt.y) {} in Point_() function
179 Point_(const Point_<double>& pt) : x((T)pt.x), y((T)pt.y) {} in Point_() argument
180 Point_(const Point_<int64>& pt) : x((T)pt.x), y((T)pt.y) {} in Point_() argument
182 Point_(const Size_<T>& sz) : x(sz.cx), y(sz.cy) {} in Point_() function
195 int Compare(const Point_&) const { NEVER(); return 0; } in Compare() argument
204 Point_(POINT pt) : x((T)pt.x), y((T)pt.y) {} in Point_() argument
[all …]
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/src/
H A Dsimpleocv.h115 struct Point_ struct
117 Point_() in Point_() function
121 Point_(_Tp _x, _Tp _y) in Point_() argument
130 typedef Point_<int> Point; argument
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/src/
H A Dsimpleocv.h115 struct Point_ struct
117 Point_() in Point_() argument
121 Point_(_Tp _x, _Tp _y) in Point_() function
130 typedef Point_<int> Point; argument
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/
H A Dsimpleocv.h116 struct Point_ struct
118 Point_() in Point_() argument
122 Point_(_Tp _x, _Tp _y) in Point_() function
131 typedef Point_<int> Point; argument
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/
H A Dsimpleocv.h116 struct Point_ struct
118 Point_() in Point_() argument
122 Point_(_Tp _x, _Tp _y) in Point_() argument
131 typedef Point_<int> Point; argument
/dports/misc/ncnn/ncnn-20211208/src/
H A Dsimpleocv.h116 struct Point_ struct
118 Point_() in Point_() argument
122 Point_(_Tp _x, _Tp _y) in Point_() function
137 typedef Point_<int> Point; argument
/dports/math/cgal/CGAL-5.3/include/CGAL/NewKernel_d/Wrapper/
H A DWeighted_point_d.h32 typedef typename Get_type<R_, Point_tag>::type Point_; typedef
111 typedef typename Get_type<R_, Point_tag>::type Point_; typedef
H A DSphere_d.h29 typedef typename Get_type<R_, Point_tag>::type Point_; typedef
H A DSegment_d.h32 typedef typename Get_type<R_, Point_tag>::type Point_; typedef
H A DVector_d.h35 typedef typename Get_type<R_, Point_tag>::type Point_; typedef
/dports/math/cgal/CGAL-5.3/include/CGAL/NewKernel_d/Types/
H A DLine.h20 typedef typename Get_type<R_, Point_tag>::type Point_; typedef
H A DRay.h20 typedef typename Get_type<R_, Point_tag>::type Point_; typedef
H A DIso_box.h22 typedef typename Get_type<R_, Point_tag>::type Point_; typedef
H A DSegment.h20 typedef typename Get_type<R_, Point_tag>::type Point_; typedef
H A DSphere.h19 typedef typename Get_type<R_, Point_tag>::type Point_; typedef
H A DWeighted_point.h20 typedef typename Get_type<R_, Point_tag>::type Point_; typedef
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Geometry/include/simmath/internal/
H A DGeo_Point.h57 Point_() {} in Point_() function
60 Point_(const Vec3P& location) : p(location) {} in Point_() function
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dtypes.hpp157 template<typename _Tp> class Point_ class
1160 Point_<_Tp>::Point_() in Point_() function in cv::Point_
1164 Point_<_Tp>::Point_(_Tp _x, _Tp _y) in Point_() function in cv::Point_
1168 Point_<_Tp>::Point_(const Point_& pt) in Point_() function in cv::Point_
1172 Point_<_Tp>::Point_(Point_&& pt) CV_NOEXCEPT in Point_() function in cv::Point_
1176 Point_<_Tp>::Point_(const Size_<_Tp>& sz) in Point_() function in cv::Point_
1180 Point_<_Tp>::Point_(const Vec<_Tp,2>& v) in Point_() function in cv::Point_
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Dinterpolation_functions.h293 const Point_& /*p*/, in farin_c1_interpolation()
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Geometry/src/
H A DGeo_Point.cpp1376 template class Geo::Point_<float>; member in SimTK::Geo
1377 template class Geo::Point_<double>; member in SimTK::Geo