|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | STEPConstruct_Tool () |
| | Creates an empty tool
.
|
| Standard_EXPORT | STEPConstruct_Tool (const Handle(XSControl_WorkSession)&WS) |
| | Creates a tool and loads it with worksession
.
|
| const Handle_XSControl_WorkSession & | WS () const |
| | Returns currently loaded WorkSession
.
|
| Handle_Interface_InterfaceModel | Model () const |
| | Returns current model (Null if not loaded)
.
|
| const Interface_Graph & | Graph (const Standard_Boolean recompute=Standard_False) const |
| | Returns current graph (recomputing if necessary)
.
|
| const Handle_Transfer_TransientProcess & | TransientProcess () const |
| | Returns TransientProcess (reading; Null if not loaded)
.
|
| const Handle_Transfer_FinderProcess & | FinderProcess () const |
| | Returns FinderProcess (writing; Null if not loaded)
.
|
Protected Member Functions |
| Standard_EXPORT Standard_Boolean | SetWS (const Handle(XSControl_WorkSession)&WS) |
| | Load worksession; returns True if succeeded
Returns False if either FinderProcess of TransientProcess
cannot be obtained or are Null
.
|
Private Attributes |
| Handle_XSControl_WorkSession | myWS |
| Handle_Transfer_FinderProcess | myFinderProcess |
| Handle_Transfer_TransientProcess | myTransientProcess |
| Handle_Interface_HGraph | myHGraph |