Home
last modified time | relevance | path

Searched refs:theModified (Results 1 – 13 of 13) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/BRepTools/
H A DBRepTools_History.cxx85 const TopoDS_Shape& theInitial, const TopoDS_Shape& theModified) in AddModified() argument
87 if (!prepareModified(theInitial, theModified)) in AddModified()
100 Standard_ASSERT_VOID(!aModifications->Contains(theModified), in AddModified()
103 aModifications->Append(theModified); in AddModified()
145 const TopoDS_Shape& theInitial, const TopoDS_Shape& theModified) in ReplaceModified() argument
147 if (!prepareModified(theInitial, theModified)) in ReplaceModified()
154 aModifications->Append(theModified); in ReplaceModified()
367 const TopoDS_Shape& theInitial, const TopoDS_Shape& theModified) in prepareModified() argument
378 myShapeToGenerated(theInitial).Remove(theModified)) in prepareModified()
H A DBRepTools_History.hxx164 const TopoDS_Shape& theInitial, const TopoDS_Shape& theModified);
175 const TopoDS_Shape& theInitial, const TopoDS_Shape& theModified);
256 const TopoDS_Shape& theInitial, const TopoDS_Shape& theModified);
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBRepTools_History.hxx164 const TopoDS_Shape& theInitial, const TopoDS_Shape& theModified);
175 const TopoDS_Shape& theInitial, const TopoDS_Shape& theModified);
256 const TopoDS_Shape& theInitial, const TopoDS_Shape& theModified);
H A DBRepFill_TrimShellCorner.hxx64 Standard_EXPORT void Modified (const TopoDS_Shape& S, TopTools_ListOfShape& theModified);
H A DTObj_Model.hxx217 Standard_EXPORT void SetModified (const Standard_Boolean theModified);
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBRepTools_History.hxx164 const TopoDS_Shape& theInitial, const TopoDS_Shape& theModified);
175 const TopoDS_Shape& theInitial, const TopoDS_Shape& theModified);
256 const TopoDS_Shape& theInitial, const TopoDS_Shape& theModified);
H A DBRepFill_TrimShellCorner.hxx68 Standard_EXPORT void Modified (const TopoDS_Shape& S, TopTools_ListOfShape& theModified);
H A DTObj_Model.hxx210 Standard_EXPORT void SetModified (const Standard_Boolean theModified);
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_TrimShellCorner.hxx64 Standard_EXPORT void Modified (const TopoDS_Shape& S, TopTools_ListOfShape& theModified);
H A DBRepFill_TrimShellCorner.cxx402 TopTools_ListOfShape& theModified) in Modified() argument
404 theModified.Clear(); in Modified()
407 theModified = myHistMap.Find(theShape); in Modified()
/dports/cad/opencascade/opencascade-7.6.0/src/TObj/
H A DTObj_Model.hxx217 Standard_EXPORT void SetModified (const Standard_Boolean theModified);
H A DTObj_Model.cxx858 void TObj_Model::SetModified (const Standard_Boolean theModified) in SetModified() argument
864 if (theModified) in SetModified()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_MakeOffset_1.cxx256 TopTools_MapOfShape& theModified) in UpdateImages() argument
269 theModified.Add (aS); in UpdateImages()
289 theModified.Add (aS); in UpdateImages()