, including all inherited members.
bounding_box(vcl_vector< vsol_point_2d_sptr > const &points) | bsol_algs | [static] |
bounding_box(vcl_vector< vsol_line_2d_sptr > const &lines) | bsol_algs | [static] |
bounding_box(vcl_vector< vsol_point_3d_sptr > const &points) | bsol_algs | [static] |
box_union(vsol_box_2d_sptr const &a, vsol_box_2d_sptr const &b, vsol_box_2d_sptr &a_union_b) | bsol_algs | [static] |
box_with_margin(vsol_box_2d_sptr const &b, const double margin, vsol_box_2d_sptr &bmod) | bsol_algs | [static] |
bsol_algs() | bsol_algs | [private] |
closest_point(vsol_point_2d_sptr const &p, vcl_vector< vsol_point_2d_sptr > const &point_set, double &d) | bsol_algs | [static] |
closest_point(vsol_point_3d_sptr const &p, vcl_vector< vsol_point_3d_sptr > const &point_set, double &d) | bsol_algs | [static] |
homography(vsol_polygon_2d_sptr const &p, vgl_h_matrix_2d< double > const &H, vsol_polygon_2d_sptr &Hp) | bsol_algs | [static] |
homography(vsol_box_2d_sptr const &b, vgl_h_matrix_2d< double > const &H, vsol_box_2d_sptr &Hb) | bsol_algs | [static] |
hull_of_poly_set(vcl_vector< vsol_polygon_2d_sptr > const &polys, vsol_polygon_2d_sptr &hull) | bsol_algs | [static] |
in(vsol_box_2d_sptr const &a, double x, double y) | bsol_algs | [static] |
in(vsol_box_3d_sptr const &a, double x, double y, double z) | bsol_algs | [static] |
intersection(vsol_box_2d_sptr const &a, vsol_box_2d_sptr const &b, vsol_box_2d_sptr &a_int_b) | bsol_algs | [static] |
meet(vsol_box_2d_sptr const &a, vsol_box_2d_sptr const &b) | bsol_algs | [static] |
poly_from_box(vsol_box_2d_sptr const &box) | bsol_algs | [static] |
poly_from_vgl(vgl_polygon< double > const &poly) | bsol_algs | [static] |
print(vsol_box_2d_sptr const &b) | bsol_algs | [static] |
print(vsol_box_3d_sptr const &b) | bsol_algs | [static] |
print(vsol_point_2d_sptr const &p) | bsol_algs | [static] |
print(vsol_point_3d_sptr const &p) | bsol_algs | [static] |
tangent(vsol_digital_curve_2d_sptr const &dc, unsigned index, double &dx, double &dy) | bsol_algs | [static] |
transform_about_centroid(vsol_polygon_2d_sptr const &p, vgl_h_matrix_2d< double > const &H) | bsol_algs | [static] |
transform_about_point(vsol_polygon_2d_sptr const &p, vsol_point_2d_sptr const &c, vgl_h_matrix_2d< double > const &H) | bsol_algs | [static] |
vgl_from_poly(vsol_polygon_2d_sptr const &poly) | bsol_algs | [static] |
~bsol_algs() | bsol_algs | |