summaryrefslogtreecommitdiff
path: root/inc/IFSelect_Modifier.hxx
blob: 21c29b23fd86049e2a6860a6fc6a8c6cb9f1a4bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to 
// this header file considered to be the "object code" form of the original source.

#ifndef _IFSelect_Modifier_HeaderFile
#define _IFSelect_Modifier_HeaderFile

#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Standard_DefineHandle_HeaderFile
#include <Standard_DefineHandle.hxx>
#endif
#ifndef _Handle_IFSelect_Modifier_HeaderFile
#include <Handle_IFSelect_Modifier.hxx>
#endif

#ifndef _IFSelect_GeneralModifier_HeaderFile
#include <IFSelect_GeneralModifier.hxx>
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#endif
#ifndef _Handle_Interface_InterfaceModel_HeaderFile
#include <Handle_Interface_InterfaceModel.hxx>
#endif
#ifndef _Handle_Interface_Protocol_HeaderFile
#include <Handle_Interface_Protocol.hxx>
#endif
class IFSelect_ContextModif;
class Interface_InterfaceModel;
class Interface_Protocol;
class Interface_CopyTool;


//! This class gives a frame for Actions which can work globally <br>
//!           on a File once completely defined (i.e. afterwards) <br>
//! <br>
//!           Remark : if no Selection is set as criterium, the Modifier is <br>
//!           set to work and should consider all the content of the Model <br>
//!           produced. <br>
class IFSelect_Modifier : public IFSelect_GeneralModifier {

public:

  //! This deferred method defines the action specific to each class <br>
//!           of Modifier. It is called by a ModelCopier, once the Model <br>
//!           generated and filled. ModelCopier has already checked the <br>
//!           criteria (Dispatch, Model Rank, Selection) before calling it. <br>
//! <br>
//!           <ctx> detains informations about original data and selection. <br>
//!           The result of copying, on which modifications are to be done, <br>
//!           is <target>. <br>
//!           <TC> allows to run additional copies as required <br>
//! <br>
//!           In case of Error, use methods CCheck from the ContextModif <br>
//!           to aknowledge an entity Check or a Global Check with messages <br>
  Standard_EXPORT   virtual  void Perform(IFSelect_ContextModif& ctx,const Handle(Interface_InterfaceModel)& target,const Handle(Interface_Protocol)& protocol,Interface_CopyTool& TC) const = 0;




  DEFINE_STANDARD_RTTI(IFSelect_Modifier)

protected:

  //! Calls inherited Initialize, transmits to it the information <br>
//!           <maychangegraph> <br>
  Standard_EXPORT   IFSelect_Modifier(const Standard_Boolean maychangegraph);



private: 




};





// other Inline functions and methods (like "C++: function call" methods)


#endif