]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Add link to documentation of InterpolationOptions
authorfps <fps@opencascade.com>
Fri, 13 Apr 2012 11:50:41 +0000 (11:50 +0000)
committerfps <fps@opencascade.com>
Fri, 13 Apr 2012 11:50:41 +0000 (11:50 +0000)
src/INTERP_KERNEL/InterpolationOptions.hxx

index 2ca98ceca7471358787188ad31757f86e0f8bac6..d9c51d70af1883a1716c823a516a920ef3211f38 100644 (file)
@@ -33,6 +33,13 @@ namespace INTERP_KERNEL
   /// that result from the split.
   typedef enum  { PLANAR_FACE_5 = 5, PLANAR_FACE_6 = 6, GENERAL_24 = 24, GENERAL_48 = 48 } SplittingPolicy;
   
+  /*!
+   * \class InterpolationOptions
+   * Class defining the options for all interpolation algorithms.
+   * 
+   * List of options, possible values and default values can be found on this page:
+   * \ref InterpKerIntersectors
+   */
   class INTERPKERNEL_EXPORT InterpolationOptions
   {
   private: