X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FGeometric2D%2FInterpKernelGeo2DNode.hxx;h=d8e112bd4e3a92641f6941ad47493830ef6a1416;hb=13ebf2627c6ae0cfaedd47fdbb17f61802e77dd5;hp=51f907532bf10bc79a3d3b8eb0ce8d7114541f0c;hpb=70082c441e3547a7e0d3fcab440a43e3e6889371;p=modules%2Fmed.git diff --git a/src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DNode.hxx b/src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DNode.hxx index 51f907532..d8e112bd4 100644 --- a/src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DNode.hxx +++ b/src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DNode.hxx @@ -32,17 +32,17 @@ namespace INTERP_KERNEL { typedef enum - { - IN_1 = 7, - ON_1 = 8, - ON_LIM_1 = 12, - ON_TANG_1 = 9, - OUT_1 = 10, - UNKNOWN = 11 - } TypeOfLocInPolygon; + { + IN_1 = 7, + ON_1 = 8, + ON_LIM_1 = 12, + ON_TANG_1 = 9, + OUT_1 = 10, + UNKNOWN = 11 + } TypeOfLocInPolygon; class Bounds; - + /*! * Representation of a 2D point, and potentially its location relative to a polygon. * As nodes can be shared between edges it is handled with ref counting.