Searched refs:vsph_spherical_coord (Results 1 – 12 of 12) sorted by relevance
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/vsph/ |
H A D | vsph_spherical_coord.h | 27 class vsph_spherical_coord : public vbl_ref_count 35 vsph_spherical_coord() : radius_(1.0), origin_(vgl_point_3d<double>(0,0,0)) {} in vsph_spherical_coord() function 37 vsph_spherical_coord(vgl_point_3d<double> origin, double radius = 1.0) 41 vsph_spherical_coord(vsph_spherical_coord const& rhs) in vsph_spherical_coord() function 45 ~vsph_spherical_coord() override = default; 85 std::ostream& operator<<(std::ostream& os, vsph_spherical_coord const& p);
|
H A D | vsph_spherical_coord.cxx | 15 void vsph_spherical_coord::spherical_coord(vgl_point_3d<double> cp, vsph_sph_point_3d& sp) in spherical_coord() 35 vgl_point_3d<double> vsph_spherical_coord::cart_coord(vsph_sph_point_3d const& p) const in cart_coord() 45 bool vsph_spherical_coord::move_point(vsph_sph_point_3d& p) in move_point() 55 vgl_vector_3d<double> vsph_spherical_coord::radial_vector(vsph_sph_point_3d const& p){ in radial_vector() 62 void vsph_spherical_coord::print(std::ostream& os) const in print() 67 void vsph_spherical_coord::b_read(vsl_b_istream& is) in b_read() 84 void vsph_spherical_coord::b_write(vsl_b_ostream& os) in b_write() 91 std::ostream& operator<<(std::ostream& os, vsph_spherical_coord const& p) in operator <<()
|
H A D | vsph_spherical_triangle.h | 39 vsph_spherical_coord& sph_cs){ in vsph_spherical_triangle() 42 … const& v0, vsph_sph_point_3d const& v1,vsph_sph_point_3d const& v2, vsph_spherical_coord& sph_cs){ in set() 53 vsph_sph_point_3d centroid(vsph_spherical_coord & scs) const{ in centroid() 65 bool contains(vsph_sph_point_3d const& pt, vsph_spherical_coord& scs) const{ in contains()
|
H A D | vsph_spherical_coord_sptr.h | 4 class vsph_spherical_coord; variable 6 typedef vbl_smart_ptr<vsph_spherical_coord> vsph_spherical_coord_sptr;
|
H A D | vsph_view_sphere.hxx | 16 : coord_sys_(new vsph_spherical_coord(center ,radius)),uid_(0) { } in vsph_view_sphere() 20 : coord_sys_(new vsph_spherical_coord(bb.centroid(),radius)),uid_(0) { } in vsph_view_sphere() 397 this->coord_sys_ = new vsph_spherical_coord(*rhs.coord_sys_); in operator =() 430 if (!coord_sys_) coord_sys_ = new vsph_spherical_coord(); in b_read()
|
H A D | vsph_unit_sphere.h | 193 vsph_spherical_coord coord_sys_;
|
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/vsph/Templates/ |
H A D | vbl_smart_ptr+vsph_spherical_coord-.cxx | 4 VBL_SMART_PTR_INSTANTIATE(vsph_spherical_coord);
|
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/vsph/tests/ |
H A D | test_spherical_triangle.cxx | 14 vsph_spherical_coord sph_cs(origin, radius); in test_spherical_triangle()
|
H A D | test_spherical_coord.cxx | 13 vsph_spherical_coord coord(origin, radius); in test_spherical_coord()
|
H A D | test_view_sphere.cxx | 33 vsph_spherical_coord_sptr coord=new vsph_spherical_coord(origin, radius); in test_view_sphere()
|
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/icam/ |
H A D | icam_view_sphere.cxx | 41 vsph_spherical_coord coord; in set_cameras()
|
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/conf/ |
H A D | volm_conf_query.cxx | 284 vsph_spherical_coord sph_coord; in project()
|