summaryrefslogtreecommitdiff
path: root/inc/Transfer_TransferInput.hxx
blob: 90faf3de28e0907257978ca6086c102e31992484 (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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
// 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 _Transfer_TransferInput_HeaderFile
#define _Transfer_TransferInput_HeaderFile

#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Standard_Macro_HeaderFile
#include <Standard_Macro.hxx>
#endif

#ifndef _Handle_Transfer_TransientProcess_HeaderFile
#include <Handle_Transfer_TransientProcess.hxx>
#endif
#ifndef _Handle_Interface_InterfaceModel_HeaderFile
#include <Handle_Interface_InterfaceModel.hxx>
#endif
#ifndef _Handle_Interface_Protocol_HeaderFile
#include <Handle_Interface_Protocol.hxx>
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#endif
#ifndef _Handle_Transfer_FinderProcess_HeaderFile
#include <Handle_Transfer_FinderProcess.hxx>
#endif
class Transfer_TransferFailure;
class Interface_EntityIterator;
class Transfer_TransferIterator;
class Transfer_TransientProcess;
class Interface_InterfaceModel;
class Interface_Protocol;
class Transfer_FinderProcess;


//! A TransferInput is a Tool which fills an InterfaceModel with <br>
//!           the result of the Transfer of CasCade Objects, once determined <br>
//!           The Result comes from a TransferProcess, either from <br>
//!           Transient (the Complete Result is considered, it must contain <br>
//!           only Transient Objects) <br>
class Transfer_TransferInput  {
public:

  void* operator new(size_t,void* anAddress) 
  {
    return anAddress;
  }
  void* operator new(size_t size) 
  {
    return Standard::Allocate(size); 
  }
  void  operator delete(void *anAddress) 
  {
    if (anAddress) Standard::Free((Standard_Address&)anAddress); 
  }

  //! Creates a TransferInput ready to use <br>
  Standard_EXPORT   Transfer_TransferInput();
  //! Takes the transient items stored in a TransferIterator <br>
  Standard_EXPORT     Interface_EntityIterator Entities(Transfer_TransferIterator& list) const;
  //! Fills an InterfaceModel with the Complete Result of a Transfer <br>
//!           stored in a TransientProcess (Starting Objects are Transient) <br>
//!           The complete result is exactly added to the model <br>
  Standard_EXPORT     void FillModel(const Handle(Transfer_TransientProcess)& proc,const Handle(Interface_InterfaceModel)& amodel) const;
  //! Fills an InterfaceModel with results of the Transfer recorded <br>
//!           in a TransientProcess (Starting Objects are Transient) : <br>
//!           Root Result if <roots> is True (Default), Complete Result else <br>
//!           The entities added to the model are determined from the result <br>
//!           by by adding the referenced entities <br>
  Standard_EXPORT     void FillModel(const Handle(Transfer_TransientProcess)& proc,const Handle(Interface_InterfaceModel)& amodel,const Handle(Interface_Protocol)& proto,const Standard_Boolean roots = Standard_True) const;
  //! Fills an InterfaceModel with the Complete Result of a Transfer <br>
//!           stored in a TransientProcess (Starting Objects are Transient) <br>
//!           The complete result is exactly added to the model <br>
  Standard_EXPORT     void FillModel(const Handle(Transfer_FinderProcess)& proc,const Handle(Interface_InterfaceModel)& amodel) const;
  //! Fills an InterfaceModel with results of the Transfer recorded <br>
//!           in a TransientProcess (Starting Objects are Transient) : <br>
//!           Root Result if <roots> is True (Default), Complete Result else <br>
//!           The entities added to the model are determined from the result <br>
//!           by by adding the referenced entities <br>
  Standard_EXPORT     void FillModel(const Handle(Transfer_FinderProcess)& proc,const Handle(Interface_InterfaceModel)& amodel,const Handle(Interface_Protocol)& proto,const Standard_Boolean roots = Standard_True) const;





protected:





private:





};





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


#endif