X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FBRepMesh%2FBRepMesh_PluginEntryType.hxx;h=2233c30ca3002e9a91d47f59eb01ff3b06d73bbe;hp=d657557262fac798901c2814ce26d4ef87511e2e;hb=fc9b36d63072bdbdf8e44a0854ffb4e240019f53;hpb=0b97567d2437ff4ac79333a706445192974ee855 diff --git a/src/BRepMesh/BRepMesh_PluginEntryType.hxx b/src/BRepMesh/BRepMesh_PluginEntryType.hxx index d657557262..2233c30ca3 100644 --- a/src/BRepMesh/BRepMesh_PluginEntryType.hxx +++ b/src/BRepMesh/BRepMesh_PluginEntryType.hxx @@ -1,17 +1,28 @@ +// Copyright (c) 1999-2014 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + #ifndef _BRepMesh_PluginEntryType_HeaderFile #define _BRepMesh_PluginEntryType_HeaderFile -#ifndef _Standard_Real_HeaderFile - #include -#endif +#include class TopoDS_Shape; class BRepMesh_DiscretRoot; //! Type definition for plugin exported function typedef Standard_Integer (*BRepMesh_PluginEntryType) (const TopoDS_Shape& theShape, - const Standard_Real theDeflection, - const Standard_Real theAngle, + const Standard_Real theLinDeflection, + const Standard_Real theAngDeflection, BRepMesh_DiscretRoot*& theMeshAlgoInstance); -#endif //_BRepMesh_PluginEntryType_HeaderFile +#endif