Open CASCADE Technology  6.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions
IGESToBRep_Actor Class Reference

This class performs the transfer of an Entity from
IGESToBRep

I.E. for each type of Entity, it invokes the appropriate Tool
then returns the Binder which contains the Result
More...

#include <IGESToBRep_Actor.hxx>

Inheritance diagram for IGESToBRep_Actor:
Inheritance graph
[legend]

Public Member Functions

 IGESToBRep_Actor ()
 
void SetModel (const Handle< Interface_InterfaceModel > &model)
 
void SetContinuity (const Standard_Integer continuity=0)
 —Purpose By default continuity = 0
if continuity = 1 : try C1
if continuity = 2 : try C2
More...
 
Standard_Integer GetContinuity () const
 Return "thecontinuity"
More...
 
virtual Standard_Boolean Recognize (const Handle< Standard_Transient > &start)
 
virtual Handle_Transfer_Binder Transfer (const Handle< Standard_Transient > &start, const Handle< Transfer_TransientProcess > &TP)
 
Standard_Real UsedTolerance () const
 Returns the tolerance which was actually used, either from
the file or from statics
More...
 
- Public Member Functions inherited from Transfer_ActorOfTransientProcess
 Transfer_ActorOfTransientProcess ()
 
virtual Handle_Transfer_Binder Transferring (const Handle< Standard_Transient > &start, const Handle< Transfer_ProcessForTransient > &TP)
 
virtual Handle_Standard_Transient TransferTransient (const Handle< Standard_Transient > &start, const Handle< Transfer_TransientProcess > &TP)
 
- Public Member Functions inherited from Transfer_ActorOfProcessForTransient
 Transfer_ActorOfProcessForTransient ()
 
Handle_Transfer_SimpleBinderOfTransient TransientResult (const Handle< Standard_Transient > &res) const
 
Handle_Transfer_Binder NullResult () const
 
void SetLast (const Standard_Boolean mode=Standard_True)
 
Standard_Boolean IsLast () const
 
void SetNext (const Handle< Transfer_ActorOfProcessForTransient > &next)
 
Handle_Transfer_ActorOfProcessForTransient Next () const
 
- Public Member Functions inherited from MMgt_TShared
virtual void Delete () const
 Memory deallocator for transient classes. More...
 
- Public Member Functions inherited from Standard_Transient
 Standard_Transient ()
 Empty constructor. More...
 
 Standard_Transient (const Standard_Transient &)
 Copy constructor – does nothing. More...
 
Standard_Transientoperator= (const Standard_Transient &)
 Assignment operator, needed to avoid copying reference counter. More...
 
virtual ~Standard_Transient ()
 Destructor must be virtual. More...
 
virtual void ShallowDump (Standard_OStream &) const
 
virtual const
Handle_Standard_Type & 
DynamicType () const
 Returns a type information object about this object. More...
 
Standard_Boolean IsInstance (const Handle_Standard_Type &theType) const
 Returns a true value if this is an instance of Type. More...
 
Standard_Boolean IsInstance (const Standard_CString theTypeName) const
 Returns a true value if this is an instance of TypeName. More...
 
Standard_Boolean IsKind (const 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. More...
 
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. More...
 
virtual Handle_Standard_Transient This () const
 Returns a Handle which references this object. Must never be called to objects created in stack. More...
 
Standard_Integer GetRefCount () const
 Get the reference counter of this object. More...
 

Detailed Description

This class performs the transfer of an Entity from
IGESToBRep

I.E. for each type of Entity, it invokes the appropriate Tool
then returns the Binder which contains the Result

Constructor & Destructor Documentation

IGESToBRep_Actor::IGESToBRep_Actor ( )

Member Function Documentation

Standard_Integer IGESToBRep_Actor::GetContinuity ( ) const

Return "thecontinuity"

virtual Standard_Boolean IGESToBRep_Actor::Recognize ( const Handle< Standard_Transient > &  start)
virtual
void IGESToBRep_Actor::SetContinuity ( const Standard_Integer  continuity = 0)

—Purpose By default continuity = 0
if continuity = 1 : try C1
if continuity = 2 : try C2

void IGESToBRep_Actor::SetModel ( const Handle< Interface_InterfaceModel > &  model)
virtual Handle_Transfer_Binder IGESToBRep_Actor::Transfer ( const Handle< Standard_Transient > &  start,
const Handle< Transfer_TransientProcess > &  TP 
)
virtual

Reimplemented from Transfer_ActorOfTransientProcess.

Standard_Real IGESToBRep_Actor::UsedTolerance ( ) const

Returns the tolerance which was actually used, either from
the file or from statics


The documentation for this class was generated from the following file: