Open CASCADE Technology  6.9.1
Public Member Functions | Protected Member Functions
MgtBRep_TranslateTool1 Class Reference

The TranslateTool1 class is provided to support the translation of BRep topological data structures. Used to call the MgtTopoDS methods. More...

#include <MgtBRep_TranslateTool1.hxx>

Inheritance diagram for MgtBRep_TranslateTool1:
Inheritance graph
[legend]

Public Member Functions

 MgtBRep_TranslateTool1 (const MgtBRep_TriangleMode aTriMode)
 Creates a new TranslateTool1. More...
 
void Add (TopoDS_Shape &S1, const TopoDS_Shape &S2) const
 
void MakeVertex (TopoDS_Shape &S) const
 
void MakeVertex (PTopoDS_Shape1 &S) const
 
void MakeEdge (TopoDS_Shape &S) const
 
void MakeEdge (PTopoDS_Shape1 &S) const
 
void MakeWire (TopoDS_Shape &S) const
 
void MakeWire (PTopoDS_Shape1 &S) const
 
void MakeFace (TopoDS_Shape &S) const
 
void MakeFace (PTopoDS_Shape1 &S) const
 
void MakeShell (TopoDS_Shape &S) const
 
void MakeShell (PTopoDS_Shape1 &S) const
 
void MakeSolid (TopoDS_Shape &S) const
 
void MakeSolid (PTopoDS_Shape1 &S) const
 
void MakeCompSolid (TopoDS_Shape &S) const
 
void MakeCompSolid (PTopoDS_Shape1 &S) const
 
void MakeCompound (TopoDS_Shape &S) const
 
void MakeCompound (PTopoDS_Shape1 &S) const
 
virtual void UpdateVertex (const TopoDS_Shape &S1, PTopoDS_Shape1 &S2, PTColStd_TransientPersistentMap &M) const
 
virtual void UpdateVertex (const PTopoDS_Shape1 &S1, TopoDS_Shape &S2, PTColStd_PersistentTransientMap &M) const
 
virtual void UpdateEdge (const TopoDS_Shape &S1, PTopoDS_Shape1 &S2, PTColStd_TransientPersistentMap &M) const
 
virtual void UpdateEdge (const PTopoDS_Shape1 &S1, TopoDS_Shape &S2, PTColStd_PersistentTransientMap &M) const
 
virtual void UpdateFace (const TopoDS_Shape &S1, PTopoDS_Shape1 &S2, PTColStd_TransientPersistentMap &M) const
 
virtual void UpdateFace (const PTopoDS_Shape1 &S1, TopoDS_Shape &S2, PTColStd_PersistentTransientMap &M) const
 
- Public Member Functions inherited from MgtTopoDS_TranslateTool1
void UpdateShape (const TopoDS_Shape &S1, PTopoDS_Shape1 &S2) const
 Basic update method. More...
 
void UpdateShape (const PTopoDS_Shape1 &S1, TopoDS_Shape &S2) const
 Basic update method. More...
 
virtual void UpdateWire (const TopoDS_Shape &S1, PTopoDS_Shape1 &S2) const
 
virtual void UpdateWire (const PTopoDS_Shape1 &S1, TopoDS_Shape &S2) const
 
virtual void UpdateShell (const TopoDS_Shape &S1, PTopoDS_Shape1 &S2) const
 
virtual void UpdateShell (const PTopoDS_Shape1 &S1, TopoDS_Shape &S2) const
 
virtual void UpdateSolid (const TopoDS_Shape &S1, PTopoDS_Shape1 &S2) const
 
virtual void UpdateSolid (const PTopoDS_Shape1 &S1, TopoDS_Shape &S2) const
 
virtual void UpdateCompSolid (const TopoDS_Shape &S1, PTopoDS_Shape1 &S2) const
 
virtual void UpdateCompSolid (const PTopoDS_Shape1 &S1, TopoDS_Shape &S2) const
 
virtual void UpdateCompound (const TopoDS_Shape &S1, PTopoDS_Shape1 &S2) const
 
virtual void UpdateCompound (const PTopoDS_Shape1 &S1, TopoDS_Shape &S2) 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 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...
 

Protected Member Functions

Handle< PGeom_CurveTranslate (const Handle< Geom_Curve > &TC, PTColStd_TransientPersistentMap &M) const
 Translates a Transient Curve onto a Persistent Curve. More...
 
Handle< Geom_CurveTranslate (const Handle< PGeom_Curve > &PC, PTColStd_PersistentTransientMap &M) const
 Translates a Persistent Curve onto a Transient Curve. More...
 
Handle< PGeom2d_CurveTranslate (const Handle< Geom2d_Curve > &TC, PTColStd_TransientPersistentMap &M) const
 Translates a Transient Curve2d onto a Persistent Curve. More...
 
Handle< Geom2d_CurveTranslate (const Handle< PGeom2d_Curve > &PC, PTColStd_PersistentTransientMap &M) const
 Translates a Persistent Curve2d onto a Transient Curve. More...
 
Handle< PGeom_SurfaceTranslate (const Handle< Geom_Surface > &TS, PTColStd_TransientPersistentMap &M) const
 Translates a Transient Surface onto a Persistent Curve. More...
 
Handle< Geom_SurfaceTranslate (const Handle< PGeom_Surface > &PS, PTColStd_PersistentTransientMap &M) const
 Translates a Persistent Surface onto a Transient Curve. More...
 

Detailed Description

The TranslateTool1 class is provided to support the translation of BRep topological data structures. Used to call the MgtTopoDS methods.

Constructor & Destructor Documentation

MgtBRep_TranslateTool1::MgtBRep_TranslateTool1 ( const MgtBRep_TriangleMode  aTriMode)

Creates a new TranslateTool1.

Member Function Documentation

void MgtBRep_TranslateTool1::Add ( TopoDS_Shape S1,
const TopoDS_Shape S2 
) const
virtual
void MgtBRep_TranslateTool1::MakeCompound ( TopoDS_Shape S) const
virtual
void MgtBRep_TranslateTool1::MakeCompound ( PTopoDS_Shape1 S) const
virtual
void MgtBRep_TranslateTool1::MakeCompSolid ( TopoDS_Shape S) const
virtual
void MgtBRep_TranslateTool1::MakeCompSolid ( PTopoDS_Shape1 S) const
virtual
void MgtBRep_TranslateTool1::MakeEdge ( TopoDS_Shape S) const
virtual
void MgtBRep_TranslateTool1::MakeEdge ( PTopoDS_Shape1 S) const
virtual
void MgtBRep_TranslateTool1::MakeFace ( TopoDS_Shape S) const
virtual
void MgtBRep_TranslateTool1::MakeFace ( PTopoDS_Shape1 S) const
virtual
void MgtBRep_TranslateTool1::MakeShell ( TopoDS_Shape S) const
virtual
void MgtBRep_TranslateTool1::MakeShell ( PTopoDS_Shape1 S) const
virtual
void MgtBRep_TranslateTool1::MakeSolid ( TopoDS_Shape S) const
virtual
void MgtBRep_TranslateTool1::MakeSolid ( PTopoDS_Shape1 S) const
virtual
void MgtBRep_TranslateTool1::MakeVertex ( TopoDS_Shape S) const
virtual
void MgtBRep_TranslateTool1::MakeVertex ( PTopoDS_Shape1 S) const
virtual
void MgtBRep_TranslateTool1::MakeWire ( TopoDS_Shape S) const
virtual
void MgtBRep_TranslateTool1::MakeWire ( PTopoDS_Shape1 S) const
virtual
Handle< PGeom_Curve > MgtBRep_TranslateTool1::Translate ( const Handle< Geom_Curve > &  TC,
PTColStd_TransientPersistentMap M 
) const
protected

Translates a Transient Curve onto a Persistent Curve.

Handle< Geom_Curve > MgtBRep_TranslateTool1::Translate ( const Handle< PGeom_Curve > &  PC,
PTColStd_PersistentTransientMap M 
) const
protected

Translates a Persistent Curve onto a Transient Curve.

Handle< PGeom2d_Curve > MgtBRep_TranslateTool1::Translate ( const Handle< Geom2d_Curve > &  TC,
PTColStd_TransientPersistentMap M 
) const
protected

Translates a Transient Curve2d onto a Persistent Curve.

Handle< Geom2d_Curve > MgtBRep_TranslateTool1::Translate ( const Handle< PGeom2d_Curve > &  PC,
PTColStd_PersistentTransientMap M 
) const
protected

Translates a Persistent Curve2d onto a Transient Curve.

Handle< PGeom_Surface > MgtBRep_TranslateTool1::Translate ( const Handle< Geom_Surface > &  TS,
PTColStd_TransientPersistentMap M 
) const
protected

Translates a Transient Surface onto a Persistent Curve.

Handle< Geom_Surface > MgtBRep_TranslateTool1::Translate ( const Handle< PGeom_Surface > &  PS,
PTColStd_PersistentTransientMap M 
) const
protected

Translates a Persistent Surface onto a Transient Curve.

virtual void MgtBRep_TranslateTool1::UpdateEdge ( const TopoDS_Shape S1,
PTopoDS_Shape1 S2,
PTColStd_TransientPersistentMap M 
) const
virtual

Reimplemented from MgtTopoDS_TranslateTool1.

virtual void MgtBRep_TranslateTool1::UpdateEdge ( const PTopoDS_Shape1 S1,
TopoDS_Shape S2,
PTColStd_PersistentTransientMap M 
) const
virtual

Reimplemented from MgtTopoDS_TranslateTool1.

virtual void MgtBRep_TranslateTool1::UpdateFace ( const TopoDS_Shape S1,
PTopoDS_Shape1 S2,
PTColStd_TransientPersistentMap M 
) const
virtual

Reimplemented from MgtTopoDS_TranslateTool1.

virtual void MgtBRep_TranslateTool1::UpdateFace ( const PTopoDS_Shape1 S1,
TopoDS_Shape S2,
PTColStd_PersistentTransientMap M 
) const
virtual

Reimplemented from MgtTopoDS_TranslateTool1.

virtual void MgtBRep_TranslateTool1::UpdateVertex ( const TopoDS_Shape S1,
PTopoDS_Shape1 S2,
PTColStd_TransientPersistentMap M 
) const
virtual

Reimplemented from MgtTopoDS_TranslateTool1.

virtual void MgtBRep_TranslateTool1::UpdateVertex ( const PTopoDS_Shape1 S1,
TopoDS_Shape S2,
PTColStd_PersistentTransientMap M 
) const
virtual

Reimplemented from MgtTopoDS_TranslateTool1.


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