Go to the documentation of this file.00001
00002 #ifndef bvgl_volume_of_intersection_h_
00003 #define bvgl_volume_of_intersection_h_
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #include <vgl/vgl_fwd.h>
00020 #include <vcl_vector.h>
00021 #include <vgl/vgl_sphere_3d.h>
00022
00023 template <typename T>
00024 T bvgl_volume_of_intersection(vgl_sphere_3d<T> const& A, vgl_sphere_3d<T> const& B);
00025
00026 #define BVGL_VOLUME_OF_INTERSECTION(T) extern "please include bbas/bvgl/bvgl_volume_of_intersection.txx first"
00027
00028 #endif // bvgl_volume_of_intersection_h_