From 78f2de12d1efaf95ec3094d1a06c19657e620310 Mon Sep 17 00:00:00 2001 From: fps Date: Fri, 13 Apr 2012 11:50:41 +0000 Subject: [PATCH] Add link to documentation of InterpolationOptions --- src/INTERP_KERNEL/InterpolationOptions.hxx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/INTERP_KERNEL/InterpolationOptions.hxx b/src/INTERP_KERNEL/InterpolationOptions.hxx index 2ca98ceca..d9c51d70a 100644 --- a/src/INTERP_KERNEL/InterpolationOptions.hxx +++ b/src/INTERP_KERNEL/InterpolationOptions.hxx @@ -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: -- 2.39.2