From fe3f343965c8dd389f73b09ccc22c58b44b0a1b0 Mon Sep 17 00:00:00 2001 From: vbd Date: Mon, 10 Sep 2007 12:00:41 +0000 Subject: [PATCH] staffan : * doc update --- src/INTERP_KERNEL/TransformedTriangle.hxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/INTERP_KERNEL/TransformedTriangle.hxx b/src/INTERP_KERNEL/TransformedTriangle.hxx index b4d022ea0..7321fd8fa 100644 --- a/src/INTERP_KERNEL/TransformedTriangle.hxx +++ b/src/INTERP_KERNEL/TransformedTriangle.hxx @@ -26,18 +26,20 @@ class TransformedTriangleIntersectTest; namespace INTERP_UTILS { - /** - * Class representing one of the faces of the triangulated source polyhedron after having been transformed + /** \class TransformedTriangle + * \brief Class representing one of the faces of the triangulated source polyhedron after having been transformed * with the affine transform that takes the target tetrahedron to the unit tetrahedron. It contains the * logic for calculating the volume of intersection between the triangle and the unit tetrahedron. + * + * \see TransformedTriangle.hxx * * Reference : J. Grandy, "Conservative Remapping and Region Overlays by Intersecting Arbitrary Polyhedra", * Journal of Computational Physics (1999) */ /** \file TransformedTriangle.hxx - * ! READ ME FIRST ! - * OVERVIEW of how the class works : (details can be found in the commentaries above each method) + * + * OVERVIEW of how the class works : (details can be found in the documentation of each method) * * Constructor : * The constructor takes as arguments three pointers to double[3] vectors holding the transformed -- 2.39.2