Home
last modified time | relevance | path

Searched defs:vgl_intersection (Results 1 – 3 of 3) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/core/vgl/
H A Dvgl_intersection.h36 inline bool vgl_intersection(vgl_point_2d<T> const& p0, in vgl_intersection() function
43 inline bool vgl_intersection(vgl_point_3d<T> const& p0, in vgl_intersection() function
102 bool vgl_intersection(vgl_line_segment_3d<T> const& l1, in vgl_intersection() function
168 bool vgl_intersection(vgl_plane_3d<T> const& plane0, in vgl_intersection() function
179 bool vgl_intersection(vgl_plane_3d<T> const& plane0, in vgl_intersection() function
217 inline bool vgl_intersection(vgl_box_2d<T> const& b, vgl_point_2d<T> const& p) in vgl_intersection() function
224 inline bool vgl_intersection(vgl_point_2d<T> const& p, vgl_box_2d<T> const& b) in vgl_intersection() function
231 inline bool vgl_intersection(vgl_box_3d<T> const& b, vgl_point_3d<T> const& p) in vgl_intersection() function
238 inline bool vgl_intersection(vgl_point_3d<T> const& p, vgl_box_3d<T> const& b) in vgl_intersection() function
310 std::vector<vgl_point_2d<T> > vgl_intersection(vgl_line_2d<T> const& line, in vgl_intersection() function
[all …]
H A Dvgl_intersection.hxx53 bool vgl_intersection(vgl_box_3d<T> const& box, in vgl_intersection() function
171 bool vgl_intersection(vgl_box_3d<T> const& box, in vgl_intersection() function
272 bool vgl_intersection(const vgl_box_2d<Type>& box, in vgl_intersection() function
453 bool vgl_intersection(vgl_box_2d<T> const& box, in vgl_intersection() function
558 bool vgl_intersection(vgl_line_segment_3d<T> const& l1, in vgl_intersection() function
612 bool vgl_intersection(vgl_ray_3d<T> const& r1, in vgl_intersection() function
746 bool vgl_intersection(vgl_ray_3d<T> const& ray, in vgl_intersection() function
785 bool vgl_intersection( const vgl_line_2d<T> &line0, in vgl_intersection() function
810 bool vgl_intersection(vgl_plane_3d<T> const& plane0, in vgl_intersection() function
901 bool vgl_intersection(vgl_point_2d<T> const& p1, in vgl_intersection() function
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vgl/algo/
H A Dvgl_intersection.hxx31 vgl_point_3d<T> vgl_intersection(std::vector<vgl_plane_3d<T> > const& p) in vgl_intersection() function
44 vgl_intersection(const std::list<vgl_plane_3d<T> >& planes) in vgl_intersection() function
120 vgl_intersection(const std::list<vgl_plane_3d<T> >& planes, std::vector<T> ws, in vgl_intersection() function
214 bool vgl_intersection(vgl_box_3d<T> const& b, std::list<vgl_point_3d<T> >& poly) in vgl_intersection() function
292 bool vgl_intersection(std::vector<vgl_ray_3d<T> > const& rays, vgl_point_3d<T>& inter_pt){ in vgl_intersection() function
327 bool vgl_intersection(std::vector<vgl_ray_3d<T> > const& rays, vnl_matrix<T> const& covar, vgl_poin… in vgl_intersection() function