From 587d084d6c705128eb56478a32bf90e693713faf Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Wed, 11 Mar 2015 16:27:44 +0100 Subject: [PATCH] Doxygen --- Code/include/Meshing/Skeleton3D.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Code/include/Meshing/Skeleton3D.hpp b/Code/include/Meshing/Skeleton3D.hpp index 2858808..93df9e1 100644 --- a/Code/include/Meshing/Skeleton3D.hpp +++ b/Code/include/Meshing/Skeleton3D.hpp @@ -24,7 +24,7 @@ namespace detail { ///////////////////////////////////////////////////////////// /// \ingroup meshing - /// \relates Skeleton3D + /// \relates pae::Skeleton3D /// \brief compute on which side of the plane is the point (depending on the orientation of the plane /// /// \param plane the caracteristic elements of the plane a, b, c, d in the plane equation : ax + by + cz + d = 0. @@ -37,7 +37,7 @@ namespace detail ////////////////////////////////////////////////////////// /// \ingroup meshing - /// \relates Skeleton3D + /// \relates pae::Skeleton3D /// \brief compute the equation of the optimal plane for a given set of points. For 3 points it only computes the equation of a plane, beyond 3 points with ACP decomposition it returns the mean plane. /// /// \param points the given set of points to estimate the equation of the plane @@ -49,7 +49,7 @@ namespace detail ////////////////////////////////////////////////////////// /// \ingroup meshing - /// \relates Skeleton3D + /// \relates pae::Skeleton3D /// \brief sort all the points of all the circles of the junction according to the side of the plane where they are. For one side of one circle the points are sorted in the order on the circle. See the example /// /// \param plane the caracteristic elements of the plane a, b, c, d in the plane equation : ax + by + cz + d = 0. @@ -65,7 +65,7 @@ namespace detail ///////////////////////////////////////////////////////// /// \ingroup meshing - /// \relates Skeleton3D + /// \relates pae::Skeleton3D /// \brief push the face to the mesh with the correct orientation /// \param mesh mesh to add the face /// \face face to be added @@ -80,7 +80,7 @@ namespace detail ///////////////////////////////////////////////////////////////// /// \ingroup meshing -/// \relates Skeleton3D +/// \relates pae::Skeleton3D /// \brief mesh one junction given the circles associated, the center of the junction and its radius. // /// \param mesh the existing mesh to complete.