Open CASCADE Technology
6.9.0
|
This class performs the transfer of an Entity from IGESToBRep. More...
#include <IGESToBRep_Actor.hxx>
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... | |
![]() | |
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) |
![]() | |
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 |
![]() | |
virtual void | Delete () const |
Memory deallocator for transient classes. More... | |
![]() | |
Standard_Transient () | |
Empty constructor. More... | |
Standard_Transient (const Standard_Transient &) | |
Copy constructor – does nothing. More... | |
Standard_Transient & | operator= (const Standard_Transient &) |
Assignment operator, needed to avoid copying reference counter. More... | |
virtual | ~Standard_Transient () |
Destructor must be virtual. More... | |
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... | |
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
IGESToBRep_Actor::IGESToBRep_Actor | ( | ) |
Standard_Integer IGESToBRep_Actor::GetContinuity | ( | ) | const |
Return "thecontinuity".
|
virtual |
Reimplemented from Transfer_ActorOfProcessForTransient.
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 |
Reimplemented from Transfer_ActorOfTransientProcess.
Standard_Real IGESToBRep_Actor::UsedTolerance | ( | ) | const |
Returns the tolerance which was actually used, either from the file or from statics.