Open CASCADE Technology 6.6.0
|
#include <Standard.hxx>
#include <Standard_DefineHandle.hxx>
#include <Handle_XSControl_SelectForTransfer.hxx>
#include <Handle_XSControl_TransferReader.hxx>
#include <Handle_Transfer_ActorOfTransientProcess.hxx>
#include <IFSelect_SelectExtract.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Integer.hxx>
#include <Handle_Standard_Transient.hxx>
#include <Handle_Interface_InterfaceModel.hxx>
Data Structures | |
class | XSControl_SelectForTransfer |
This selection selects the entities which are recognised for transfer by an Actor for Read : current one or another one. An Actor is an operator which runs transfers from interface entities to objects for Imagine. It has a method to recognize the entities it can process (by default, it recognises all, this method can be redefined). A TransferReader brings an Actor, according to the currently selected norm and transfer conditions. This selection considers, either the current Actor (brought by the TransferReader, updated as required), or a precise one. More... |