Open CASCADE Technology
6.9.1
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <Handle_Transfer_TransientProcess.hxx>
#include <Handle_Interface_InterfaceModel.hxx>
#include <Handle_Transfer_ActorOfTransientProcess.hxx>
#include <Handle_Standard_Transient.hxx>
#include <Handle_Interface_Protocol.hxx>
#include <Standard_Boolean.hxx>
Data Structures | |
class | Transfer_TransferOutput |
A TransferOutput is a Tool which manages the transfer of entities created by an Interface, stored in an InterfaceModel, into a set of Objects suitable for an Application Objects to be transferred are given, by method Transfer (which calls Transfer from TransientProcess) A default action is available to get all roots of the Model Result is given as a TransferIterator (see TransferProcess) Also, it is possible to pilot directly the TransientProcess. More... | |