** Warning **

Issuing rollback() due to DESTROY without explicit disconnect() of DBD::mysql::db handle dbname=lxr_eic at /usr/local/share/lxr/lxr-2.3.7/lib/LXR/Common.pm line 1161, <GEN550> line 1.

Last-Modified: Fri, 17 Sep 2026 09:38:42 GMT Content-Type: text/html; charset=utf-8 /master/include/opencascade/TopOpeBRepBuild_FuseFace.lxx
Back to home page

EIC code displayed by LXR

 
 

    


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

0001 // Created on: 1998-07-30
0002 // Created by: LECLERE Florence
0003 // Copyright (c) 1998-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 <StdFail_NotDone.hxx>
0018 
0019 //=================================================================================================
0020 
0021 inline TopOpeBRepBuild_FuseFace::TopOpeBRepBuild_FuseFace()
0022     : myInternal(false),
0023       myModified(false),
0024       myDone(false)
0025 {
0026 }
0027 
0028 //=================================================================================================
0029 
0030 inline TopOpeBRepBuild_FuseFace::TopOpeBRepBuild_FuseFace(const NCollection_List<TopoDS_Shape>& LIF,
0031                                                           const NCollection_List<TopoDS_Shape>& LRF,
0032                                                           const int                             CXM)
0033 {
0034   Init(LIF, LRF, CXM);
0035 }
0036 
0037 //=================================================================================================
0038 
0039 inline bool TopOpeBRepBuild_FuseFace::IsDone() const
0040 {
0041   return myDone;
0042 }
0043 
0044 //=================================================================================================
0045 
0046 inline bool TopOpeBRepBuild_FuseFace::IsModified() const
0047 {
0048   return myModified;
0049 }
0050 
0051 //=================================================================================================
0052 
0053 inline const NCollection_List<TopoDS_Shape>& TopOpeBRepBuild_FuseFace::LFuseFace() const
0054 {
0055   return myLFF;
0056 }
0057 
0058 //=================================================================================================
0059 
0060 inline const NCollection_List<TopoDS_Shape>& TopOpeBRepBuild_FuseFace::LInternEdge() const
0061 {
0062   return myLIE;
0063 }
0064 
0065 //=================================================================================================
0066 
0067 inline const NCollection_List<TopoDS_Shape>& TopOpeBRepBuild_FuseFace::LExternEdge() const
0068 {
0069   return myLEE;
0070 }
0071 
0072 //=================================================================================================
0073 
0074 inline const NCollection_List<TopoDS_Shape>& TopOpeBRepBuild_FuseFace::LModifEdge() const
0075 {
0076   return myLME;
0077 }
0078 
0079 //=================================================================================================
0080 
0081 inline const NCollection_List<TopoDS_Shape>& TopOpeBRepBuild_FuseFace::LInternVertex() const
0082 {
0083   return myLIV;
0084 }
0085 
0086 //=================================================================================================
0087 
0088 inline const NCollection_List<TopoDS_Shape>& TopOpeBRepBuild_FuseFace::LExternVertex() const
0089 {
0090   return myLEV;
0091 }
0092 
0093 //=================================================================================================
0094 
0095 inline const NCollection_List<TopoDS_Shape>& TopOpeBRepBuild_FuseFace::LModifVertex() const
0096 {
0097   return myLMV;
0098 }