Open CASCADE Technology 6.5.2
Public Member Functions | Protected Member Functions
STEPConstruct_Tool Class Reference

Provides basic functionalities for tools which are intended
for encoding/decoding specific STEP constructs

#include <STEPConstruct_Tool.hxx>

Inheritance diagram for STEPConstruct_Tool:
Inheritance graph
[legend]

Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
 STEPConstruct_Tool ()
 Creates an empty tool

 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_GraphGraph (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_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


Constructor & Destructor Documentation

STEPConstruct_Tool::STEPConstruct_Tool ( )
STEPConstruct_Tool::STEPConstruct_Tool ( const Handle< XSControl_WorkSession > &  WS)

Member Function Documentation

const Handle_Transfer_FinderProcess& STEPConstruct_Tool::FinderProcess ( ) const
const Interface_Graph& STEPConstruct_Tool::Graph ( const Standard_Boolean  recompute = Standard_False) const
Handle_Interface_InterfaceModel STEPConstruct_Tool::Model ( ) const
void STEPConstruct_Tool::operator delete ( void *  anAddress) [inline]
void* STEPConstruct_Tool::operator new ( size_t  size) [inline]
void* STEPConstruct_Tool::operator new ( size_t  ,
void *  anAddress 
) [inline]
Standard_Boolean STEPConstruct_Tool::SetWS ( const Handle< XSControl_WorkSession > &  WS) [protected]
const Handle_Transfer_TransientProcess& STEPConstruct_Tool::TransientProcess ( ) const
const Handle_XSControl_WorkSession& STEPConstruct_Tool::WS ( ) const

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines