Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/opencascade/Transfer_ActorOfFinderProcess.hxx was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // Created on: 1996-09-04
0002 // Created by: Christian CAILLET
0003 // Copyright (c) 1996-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 #ifndef _Transfer_ActorOfFinderProcess_HeaderFile
0018 #define _Transfer_ActorOfFinderProcess_HeaderFile
0019 
0020 #include <Standard.hxx>
0021 
0022 #include <Transfer_ActorOfProcessForFinder.hxx>
0023 class Transfer_Binder;
0024 class Transfer_Finder;
0025 class Transfer_ProcessForFinder;
0026 class Transfer_FinderProcess;
0027 class Standard_Transient;
0028 
0029 
0030 class Transfer_ActorOfFinderProcess;
0031 DEFINE_STANDARD_HANDLE(Transfer_ActorOfFinderProcess, Transfer_ActorOfProcessForFinder)
0032 
0033 //! The original class was renamed. Compatibility only
0034 //!
0035 //! ModeTrans : a simple way of transmitting a transfer mode from
0036 //! a user. To be interpreted for each norm
0037 class Transfer_ActorOfFinderProcess : public Transfer_ActorOfProcessForFinder
0038 {
0039 
0040 public:
0041 
0042   
0043   Standard_EXPORT Transfer_ActorOfFinderProcess();
0044   
0045   //! Returns the Transfer Mode, modifiable
0046   Standard_EXPORT Standard_Integer& ModeTrans();
0047   
0048   Standard_EXPORT virtual Handle(Transfer_Binder) Transferring
0049                    (const Handle(Transfer_Finder)& start,
0050                     const Handle(Transfer_ProcessForFinder)& TP,
0051                     const Message_ProgressRange& theProgress = Message_ProgressRange()) Standard_OVERRIDE;
0052   
0053   Standard_EXPORT virtual Handle(Transfer_Binder) Transfer
0054                    (const Handle(Transfer_Finder)& start,
0055                     const Handle(Transfer_FinderProcess)& TP,
0056                     const Message_ProgressRange& theProgress = Message_ProgressRange());
0057   
0058   Standard_EXPORT virtual Handle(Standard_Transient) TransferTransient
0059                    (const Handle(Standard_Transient)& start,
0060                     const Handle(Transfer_FinderProcess)& TP,
0061                     const Message_ProgressRange& theProgress = Message_ProgressRange());
0062 
0063 
0064 
0065 
0066   DEFINE_STANDARD_RTTIEXT(Transfer_ActorOfFinderProcess,Transfer_ActorOfProcessForFinder)
0067 
0068 protected:
0069 
0070 
0071   Standard_Integer themodetrans;
0072 
0073 
0074 private:
0075 
0076 
0077 
0078 
0079 };
0080 
0081 
0082 
0083 
0084 
0085 
0086 
0087 #endif // _Transfer_ActorOfFinderProcess_HeaderFile