Home
last modified time | relevance | path

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 Dvsph_spherical_coord.h27 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 Dvsph_spherical_coord.cxx15 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 Dvsph_spherical_triangle.h39 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 Dvsph_spherical_coord_sptr.h4 class vsph_spherical_coord; variable
6 typedef vbl_smart_ptr<vsph_spherical_coord> vsph_spherical_coord_sptr;
H A Dvsph_view_sphere.hxx16 : 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 Dvsph_unit_sphere.h193 vsph_spherical_coord coord_sys_;
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/vsph/Templates/
H A Dvbl_smart_ptr+vsph_spherical_coord-.cxx4 VBL_SMART_PTR_INSTANTIATE(vsph_spherical_coord);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/vsph/tests/
H A Dtest_spherical_triangle.cxx14 vsph_spherical_coord sph_cs(origin, radius); in test_spherical_triangle()
H A Dtest_spherical_coord.cxx13 vsph_spherical_coord coord(origin, radius); in test_spherical_coord()
H A Dtest_view_sphere.cxx33 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 Dicam_view_sphere.cxx41 vsph_spherical_coord coord; in set_cameras()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/conf/
H A Dvolm_conf_query.cxx284 vsph_spherical_coord sph_coord; in project()