Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/opencascade/ShapeFix_Shape.lxx is written in an unsupported language. File is not indexed.

0001 // Created on: 1999-06-25
0002 // Created by: data exchange team
0003 // Copyright (c) 1999-1999 Matra Datavision
0004 // Copyright (c) 1999-2014 OPEN CASCADE SAS
0005 //
0006 // This file is part of Open CASCADE Technology software library.
0007 //
0008 // This library is free software; you can redistribute it and/or modify it under
0009 // the terms of the GNU Lesser General Public License version 2.1 as published
0010 // by the Free Software Foundation, with special exception defined in the file
0011 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
0012 // distribution for complete text of the license and disclaimer of any warranty.
0013 //
0014 // Alternatively, this file may be used under the terms of Open CASCADE
0015 // commercial license or contractual agreement.
0016 
0017 #include <ShapeFix_Solid.hxx>
0018 #include <ShapeFix_Shell.hxx>
0019 #include <ShapeFix_Face.hxx>
0020 #include <ShapeFix_Wire.hxx>
0021 
0022 //=======================================================================
0023 //function : FixSolidTool
0024 //purpose  : 
0025 //=======================================================================
0026 
0027 inline Handle(ShapeFix_Solid) ShapeFix_Shape::FixSolidTool() const
0028 {
0029   return myFixSolid;
0030 }
0031 
0032 //=======================================================================
0033 //function : FixShellTool
0034 //purpose  : 
0035 //=======================================================================
0036 
0037 inline Handle(ShapeFix_Shell) ShapeFix_Shape::FixShellTool() const 
0038 {
0039   return myFixSolid->FixShellTool();
0040 }
0041 //=======================================================================
0042 //function : FixFaceTool
0043 //purpose  : 
0044 //=======================================================================
0045 
0046 inline Handle(ShapeFix_Face) ShapeFix_Shape::FixFaceTool() const
0047 {
0048   return myFixSolid->FixShellTool()->FixFaceTool();
0049 }
0050 //=======================================================================
0051 //function : FixWireTool
0052 //purpose  : 
0053 //=======================================================================
0054 
0055 inline Handle(ShapeFix_Wire) ShapeFix_Shape::FixWireTool() const
0056 {
0057   return myFixSolid->FixShellTool()->FixFaceTool()->FixWireTool();
0058 }
0059 //=======================================================================
0060 //function : FixEdgeTool
0061 //purpose  : 
0062 //=======================================================================
0063 
0064 inline Handle(ShapeFix_Edge) ShapeFix_Shape::FixEdgeTool() const
0065 {
0066   return myFixSolid->FixShellTool()->FixFaceTool()->FixWireTool()->FixEdgeTool();
0067 }
0068 //=======================================================================
0069 //function : FixSolidMode
0070 //purpose  : 
0071 //=======================================================================
0072 
0073 inline Standard_Integer& ShapeFix_Shape::FixSolidMode() 
0074 {
0075   return myFixSolidMode;
0076 }
0077 
0078 //=======================================================================
0079 //function : FixFreeShellMode
0080 //purpose  : 
0081 //=======================================================================
0082 
0083 inline Standard_Integer& ShapeFix_Shape::FixFreeShellMode() 
0084 {
0085   return myFixShellMode;
0086 }
0087 //=======================================================================
0088 //function : FixFreeFaceMode
0089 //purpose  : 
0090 //=======================================================================
0091 
0092 inline Standard_Integer& ShapeFix_Shape::FixFreeFaceMode() 
0093 {
0094   return myFixFaceMode;
0095 }
0096 
0097 //=======================================================================
0098 //function : FixFreeWireMode
0099 //purpose  : 
0100 //=======================================================================
0101 
0102 inline Standard_Integer& ShapeFix_Shape::FixFreeWireMode() 
0103 {
0104   return myFixWireMode;
0105 }
0106 
0107 //=======================================================================
0108 //function : FixSameParameterMode
0109 //purpose  : 
0110 //=======================================================================
0111 
0112 inline Standard_Integer& ShapeFix_Shape::FixSameParameterMode() 
0113 {
0114   return myFixSameParameterMode;
0115 }
0116 //=======================================================================
0117 //function : FixVertexPositionMode
0118 //purpose  : 
0119 //=======================================================================
0120 
0121 inline Standard_Integer& ShapeFix_Shape::FixVertexPositionMode() 
0122 {
0123   return myFixVertexPositionMode;
0124 }
0125 
0126 //=======================================================================
0127 //function : FixVertexTolMode
0128 //purpose  : 
0129 //=======================================================================
0130 
0131 inline Standard_Integer& ShapeFix_Shape::FixVertexTolMode() 
0132 {
0133   return myFixVertexTolMode;
0134 }