Warning, /include/opencascade/BOPAlgo_ArgumentAnalyzer.lxx is written in an unsupported language. File is not indexed.
0001 // Copyright (c) 1999-2014 OPEN CASCADE SAS
0002 //
0003 // This file is part of Open CASCADE Technology software library.
0004 //
0005 // This library is free software; you can redistribute it and/or modify it under
0006 // the terms of the GNU Lesser General Public License version 2.1 as published
0007 // by the Free Software Foundation, with special exception defined in the file
0008 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
0009 // distribution for complete text of the license and disclaimer of any warranty.
0010 //
0011 // Alternatively, this file may be used under the terms of Open CASCADE
0012 // commercial license or contractual agreement.
0013
0014 inline Standard_Boolean& BOPAlgo_ArgumentAnalyzer::ArgumentTypeMode()
0015 {
0016 return myArgumentTypeMode;
0017 }
0018
0019 inline Standard_Boolean& BOPAlgo_ArgumentAnalyzer::SelfInterMode()
0020 {
0021 return mySelfInterMode;
0022 }
0023
0024 inline Standard_Boolean& BOPAlgo_ArgumentAnalyzer::SmallEdgeMode()
0025 {
0026 return mySmallEdgeMode;
0027 }
0028
0029 inline Standard_Boolean& BOPAlgo_ArgumentAnalyzer::RebuildFaceMode()
0030 {
0031 return myRebuildFaceMode;
0032 }
0033
0034 inline Standard_Boolean& BOPAlgo_ArgumentAnalyzer::TangentMode()
0035 {
0036 return myTangentMode;
0037 }
0038
0039 inline Standard_Boolean& BOPAlgo_ArgumentAnalyzer::MergeVertexMode()
0040 {
0041 return myMergeVertexMode;
0042 }
0043
0044 inline Standard_Boolean& BOPAlgo_ArgumentAnalyzer::MergeEdgeMode()
0045 {
0046 return myMergeEdgeMode;
0047 }
0048
0049 inline Standard_Boolean& BOPAlgo_ArgumentAnalyzer::ContinuityMode()
0050 {
0051 return myContinuityMode;
0052 }
0053
0054 inline Standard_Boolean& BOPAlgo_ArgumentAnalyzer::CurveOnSurfaceMode()
0055 {
0056 return myCurveOnSurfaceMode;
0057 }
0058
0059 // inline Standard_Boolean& BOPAlgo_ArgumentAnalyzer::MergeFaceMode()
0060 // {
0061 // return myMergeFaceMode;
0062 // }