mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
0024002: Overall code and build procedure refactoring -- automatic
Automatic upgrade of OCCT code by command "occt_upgrade . -nocdl": - WOK-generated header files from inc and sources from drv are moved to src - CDL files removed - All packages are converted to nocdlpack
This commit is contained in:
@@ -13,64 +13,79 @@
|
||||
|
||||
//#1 svv 10.01.00 : porting on DEC
|
||||
//smh#14 17.03.2000 : FRA62479 Clearing of gtool
|
||||
#include <Standard_ErrorHandler.hxx>
|
||||
#include <IFSelect_WorkSession.ixx>
|
||||
#include <IFSelect_DispPerOne.hxx>
|
||||
#include <IFSelect_DispPerCount.hxx>
|
||||
#include <IFSelect_DispGlobal.hxx>
|
||||
#include <IFSelect_ShareOutResult.hxx>
|
||||
#include <Interface_Graph.hxx>
|
||||
#include <IFGraph_SubPartsIterator.hxx>
|
||||
#include <IFSelect_PacketList.hxx>
|
||||
#include <Interface_ReportEntity.hxx>
|
||||
#include <Interface_Static.hxx>
|
||||
|
||||
#include <IFSelect_SignValidity.hxx>
|
||||
#include <Interface_Category.hxx>
|
||||
#include <Interface_Check.hxx>
|
||||
#include <Interface_CheckTool.hxx>
|
||||
#include <Interface_CheckIterator.hxx>
|
||||
#include <Interface_ShareTool.hxx>
|
||||
#include <Interface_ShareFlags.hxx>
|
||||
#include <Interface_GeneralLib.hxx>
|
||||
#include <Interface_GeneralModule.hxx>
|
||||
#include <Dico_IteratorOfDictionaryOfTransient.hxx>
|
||||
#include <Dico_DictionaryOfTransient.hxx>
|
||||
#include <Dico_IteratorOfDictionaryOfInteger.hxx>
|
||||
#include <Interface_CopyTool.hxx>
|
||||
#include <Interface_CopyControl.hxx>
|
||||
|
||||
#include <IFSelect_SelectDeduct.hxx>
|
||||
#include <IFSelect_SelectExtract.hxx>
|
||||
#include <IFSelect_SelectModelRoots.hxx>
|
||||
#include <IFSelect_SelectModelEntities.hxx>
|
||||
#include <IFSelect_SelectEntityNumber.hxx>
|
||||
#include <IFSelect_SelectPointed.hxx>
|
||||
#include <IFSelect_SelectControl.hxx>
|
||||
#include <IFSelect_SelectDiff.hxx>
|
||||
#include <IFSelect_SelectCombine.hxx>
|
||||
#include <IFSelect_SelectUnion.hxx>
|
||||
#include <IFSelect_SelectIntersection.hxx>
|
||||
#include <IFSelect_SelectSignature.hxx>
|
||||
|
||||
#include <Dico_IteratorOfDictionaryOfTransient.hxx>
|
||||
#include <IFGraph_SubPartsIterator.hxx>
|
||||
#include <IFSelect_CheckCounter.hxx>
|
||||
#include <IFSelect_Dispatch.hxx>
|
||||
#include <IFSelect_DispGlobal.hxx>
|
||||
#include <IFSelect_DispPerCount.hxx>
|
||||
#include <IFSelect_DispPerOne.hxx>
|
||||
#include <IFSelect_EditForm.hxx>
|
||||
#include <IFSelect_Editor.hxx>
|
||||
#include <IFSelect_GeneralModifier.hxx>
|
||||
#include <IFSelect_IntParam.hxx>
|
||||
#include <IFSelect_ModelCopier.hxx>
|
||||
#include <IFSelect_Modifier.hxx>
|
||||
#include <IFSelect_PacketList.hxx>
|
||||
#include <IFSelect_ParamEditor.hxx>
|
||||
#include <IFSelect_CheckCounter.hxx>
|
||||
#include <IFSelect_SelectCombine.hxx>
|
||||
#include <IFSelect_SelectControl.hxx>
|
||||
#include <IFSelect_SelectDeduct.hxx>
|
||||
#include <IFSelect_SelectDiff.hxx>
|
||||
#include <IFSelect_SelectEntityNumber.hxx>
|
||||
#include <IFSelect_SelectExtract.hxx>
|
||||
#include <IFSelect_SelectIntersection.hxx>
|
||||
#include <IFSelect_Selection.hxx>
|
||||
#include <IFSelect_SelectionIterator.hxx>
|
||||
#include <IFSelect_SelectModelEntities.hxx>
|
||||
#include <IFSelect_SelectModelRoots.hxx>
|
||||
#include <IFSelect_SelectPointed.hxx>
|
||||
#include <IFSelect_SelectSignature.hxx>
|
||||
#include <IFSelect_SelectUnion.hxx>
|
||||
#include <IFSelect_ShareOut.hxx>
|
||||
#include <IFSelect_ShareOutResult.hxx>
|
||||
#include <IFSelect_Signature.hxx>
|
||||
#include <IFSelect_SignatureList.hxx>
|
||||
#include <IFSelect_SignCounter.hxx>
|
||||
#include <IFSelect_SignValidity.hxx>
|
||||
#include <IFSelect_Transformer.hxx>
|
||||
#include <IFSelect_TransformStandard.hxx>
|
||||
|
||||
#include <TColStd_MapOfInteger.hxx>
|
||||
#include <OSD_Path.hxx>
|
||||
#include <IFSelect_WorkLibrary.hxx>
|
||||
#include <IFSelect_WorkSession.hxx>
|
||||
#include <Interface_Category.hxx>
|
||||
#include <Interface_Check.hxx>
|
||||
#include <Interface_CheckIterator.hxx>
|
||||
#include <Interface_CheckTool.hxx>
|
||||
#include <Interface_CopyControl.hxx>
|
||||
#include <Interface_CopyTool.hxx>
|
||||
#include <Interface_EntityIterator.hxx>
|
||||
#include <Interface_GeneralLib.hxx>
|
||||
#include <Interface_GeneralModule.hxx>
|
||||
#include <Interface_Graph.hxx>
|
||||
#include <Interface_GTool.hxx>
|
||||
#include <Interface_HGraph.hxx>
|
||||
#include <Interface_InterfaceModel.hxx>
|
||||
#include <Interface_Macros.hxx>
|
||||
#include <Interface_MSG.hxx>
|
||||
#include <Message_Messenger.hxx>
|
||||
#include <Interface_Protocol.hxx>
|
||||
#include <Interface_ReportEntity.hxx>
|
||||
#include <Interface_ShareFlags.hxx>
|
||||
#include <Interface_ShareTool.hxx>
|
||||
#include <Interface_Static.hxx>
|
||||
#include <Message.hxx>
|
||||
#include <Message_Messenger.hxx>
|
||||
#include <OSD_Path.hxx>
|
||||
#include <Standard_DomainError.hxx>
|
||||
#include <Standard_ErrorHandler.hxx>
|
||||
#include <Standard_Failure.hxx>
|
||||
#include <IFSelect_SignatureList.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
#include <TCollection_HAsciiString.hxx>
|
||||
#include <IFSelect_Dispatch.hxx>
|
||||
#include <IFSelect_Modifier.hxx>
|
||||
#include <IFSelect_Signature.hxx>
|
||||
#include <IFSelect_IntParam.hxx>
|
||||
#include <TColStd_MapOfInteger.hxx>
|
||||
|
||||
#define Flag_Incorrect 2
|
||||
// (Bit Map n0 2)
|
||||
|
Reference in New Issue
Block a user