Open CASCADE Technology 7.8.0
|
Extends Controller from STEPControl in order to provide ActorWrite adapted for writing assemblies from DECAF Note that ActorRead from STEPControl is used for reading (inherited automatically) More...
#include <STEPCAFControl_Controller.hxx>
Public Member Functions | |
STEPCAFControl_Controller () | |
Initializes the use of STEP Norm (the first time) | |
Public Member Functions inherited from STEPControl_Controller | |
STEPControl_Controller () | |
Initializes the use of STEP Norm (the first time) and returns a Controller. | |
Handle< Interface_InterfaceModel > | NewModel () const override |
Creates a new empty Model ready to receive data of the Norm. It is taken from STEP Template Model. | |
Handle< Transfer_ActorOfTransientProcess > | ActorRead (const Handle< Interface_InterfaceModel > &theModel) const override |
Returns the Actor for Read attached to the pair (norm,appli) | |
virtual void | Customise (Handle< XSControl_WorkSession > &WS) override |
Customises a WorkSession, by adding to it the recorded items (by AddSessionItem) | |
virtual IFSelect_ReturnStatus | TransferWriteShape (const TopoDS_Shape &shape, const Handle< Transfer_FinderProcess > &FP, const Handle< Interface_InterfaceModel > &model, const Standard_Integer modetrans=0, const Message_ProgressRange &theProgress=Message_ProgressRange()) const override |
Takes one Shape and transfers it to the InterfaceModel (already created by NewModel for instance) <modeshape> is to be interpreted by each kind of XstepAdaptor Returns a status : 0 OK 1 No result 2 Fail -1 bad modeshape -2 bad model (requires a StepModel) modeshape : 1 Facetted BRep, 2 Shell, 3 Manifold Solid. | |
Public Member Functions inherited from XSControl_Controller | |
void | SetNames (const Standard_CString theLongName, const Standard_CString theShortName) |
Changes names if a name is empty, the formerly set one remains Remark : Does not call Record or AutoRecord. | |
void | AutoRecord () const |
Records <me> is a general dictionary under Short and Long Names (see method Name) | |
void | Record (const Standard_CString name) const |
Records <me> in a general dictionary under a name Error if <name> already used for another one. | |
Standard_CString | Name (const Standard_Boolean rsc=Standard_False) const |
Returns a name, as given when initializing : rsc = False (D) : True Name attached to the Norm (long name) rsc = True : Name of the resource set (i.e. short name) | |
const Handle< Interface_Protocol > & | Protocol () const |
Returns the Protocol attached to the Norm (from field) | |
const Handle< IFSelect_WorkLibrary > & | WorkLibrary () const |
Returns the SignType attached to the norm (from field) | |
virtual Handle< Transfer_ActorOfFinderProcess > | ActorWrite () const |
Returns the Actor for Write attached to the pair (norm,appli) Read from field. Can be redefined. | |
void | SetModeWrite (const Standard_Integer modemin, const Standard_Integer modemax, const Standard_Boolean shape=Standard_True) |
Sets mininum and maximum values for modetrans (write) Erases formerly recorded bounds and values Actually only for shape Then, for each value a little help can be attached. | |
void | SetModeWriteHelp (const Standard_Integer modetrans, const Standard_CString help, const Standard_Boolean shape=Standard_True) |
Attaches a short line of help to a value of modetrans (write) | |
Standard_Boolean | ModeWriteBounds (Standard_Integer &modemin, Standard_Integer &modemax, const Standard_Boolean shape=Standard_True) const |
Returns recorded min and max values for modetrans (write) Actually only for shapes Returns True if bounds are set, False else (then, free value) | |
Standard_Boolean | IsModeWrite (const Standard_Integer modetrans, const Standard_Boolean shape=Standard_True) const |
Tells if a value of <modetrans> is a good value(within bounds) Actually only for shapes. | |
Standard_CString | ModeWriteHelp (const Standard_Integer modetrans, const Standard_Boolean shape=Standard_True) const |
Returns the help line recorded for a value of modetrans empty if help not defined or not within bounds or if values are free. | |
virtual Standard_Boolean | RecognizeWriteTransient (const Handle< Standard_Transient > &obj, const Standard_Integer modetrans=0) const |
Tells if <obj> (an application object) is a valid candidate for a transfer to a Model. By default, asks the ActorWrite if known (through a TransientMapper). Can be redefined. | |
virtual IFSelect_ReturnStatus | TransferWriteTransient (const Handle< Standard_Transient > &obj, const Handle< Transfer_FinderProcess > &FP, const Handle< Interface_InterfaceModel > &model, const Standard_Integer modetrans=0, const Message_ProgressRange &theProgress=Message_ProgressRange()) const |
Takes one Transient Object and transfers it to an InterfaceModel (already created, e.g. by NewModel) (result is recorded in the model by AddWithRefs) FP records produced results and checks. | |
virtual Standard_Boolean | RecognizeWriteShape (const TopoDS_Shape &shape, const Standard_Integer modetrans=0) const |
Tells if a shape is valid for a transfer to a model Asks the ActorWrite (through a ShapeMapper) | |
void | AddSessionItem (const Handle< Standard_Transient > &theItem, const Standard_CString theName, const Standard_Boolean toApply=Standard_False) |
Records a Session Item, to be added for customisation of the Work Session. It must have a specific name. <setapplied> is used if is a GeneralModifier, to decide If set to true, will be applied to the hook list "send". Else, it is not applied to any hook list. Remark : this method is to be called at Create time, the recorded items will be used by Customise Warning : if <name> conflicts, the last recorded item is kept. | |
Handle< Standard_Transient > | SessionItem (const Standard_CString theName) const |
Returns an item given its name to record in a Session If <name> is unknown, returns a Null Handle. | |
const NCollection_DataMap< TCollection_AsciiString, Handle< Standard_Transient > > & | AdaptorSession () const |
Public Member Functions inherited from Standard_Transient | |
Standard_Transient () | |
Empty constructor. | |
Standard_Transient (const Standard_Transient &) | |
Copy constructor – does nothing. | |
Standard_Transient & | operator= (const Standard_Transient &) |
Assignment operator, needed to avoid copying reference counter. | |
virtual | ~Standard_Transient () |
Destructor must be virtual. | |
virtual const opencascade::handle< Standard_Type > & | DynamicType () const |
Returns a type descriptor about this object. | |
Standard_Boolean | IsInstance (const opencascade::handle< Standard_Type > &theType) const |
Returns a true value if this is an instance of Type. | |
Standard_Boolean | IsInstance (const Standard_CString theTypeName) const |
Returns a true value if this is an instance of TypeName. | |
Standard_Boolean | IsKind (const opencascade::handle< Standard_Type > &theType) const |
Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism. | |
Standard_Boolean | IsKind (const Standard_CString theTypeName) const |
Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism. | |
Standard_Transient * | This () const |
Returns non-const pointer to this object (like const_cast). For protection against creating handle to objects allocated in stack or call from constructor, it will raise exception Standard_ProgramError if reference counter is zero. | |
Standard_Integer | GetRefCount () const noexcept |
Get the reference counter of this object. | |
void | IncrementRefCounter () noexcept |
Increments the reference counter of this object. | |
Standard_Integer | DecrementRefCounter () noexcept |
Decrements the reference counter of this object; returns the decremented value. | |
virtual void | Delete () const |
Memory deallocator for transient classes. | |
Static Public Member Functions | |
static Standard_Boolean | Init () |
Standard Initialisation. It creates a Controller for STEP-XCAF and records it to various names, available to select it later Returns True when done, False if could not be done. | |
Static Public Member Functions inherited from STEPControl_Controller | |
static Standard_Boolean | Init () |
Standard Initialisation. It creates a Controller for STEP and records it to various names, available to select it later Returns True when done, False if could not be done. | |
Static Public Member Functions inherited from XSControl_Controller | |
static Handle< XSControl_Controller > | Recorded (const Standard_CString name) |
Returns the Controller attached to a given name Returns a Null Handle if <name> is unknown. | |
Static Public Member Functions inherited from Standard_Transient | |
static constexpr const char * | get_type_name () |
Returns a type descriptor about this object. | |
static const opencascade::handle< Standard_Type > & | get_type_descriptor () |
Returns type descriptor of Standard_Transient class. | |
Extends Controller from STEPControl in order to provide ActorWrite adapted for writing assemblies from DECAF Note that ActorRead from STEPControl is used for reading (inherited automatically)
STEPCAFControl_Controller::STEPCAFControl_Controller | ( | ) |
Initializes the use of STEP Norm (the first time)
|
static |
Standard Initialisation. It creates a Controller for STEP-XCAF and records it to various names, available to select it later Returns True when done, False if could not be done.