Open CASCADE Technology  6.9.0
Public Member Functions

MgtTopoDS_TranslateTool1 Class Referenceabstract

The TranslateTool1 class is provided to support the translation of inherited parts of topological data structures. Root of all translation tools. More...

#include <MgtTopoDS_TranslateTool1.hxx>

Inheritance diagram for MgtTopoDS_TranslateTool1:
Inheritance graph
[legend]

Public Member Functions

virtual void Add (TopoDS_Shape &S1, const TopoDS_Shape &S2) const =0
 
virtual void MakeVertex (TopoDS_Shape &S) const =0
 
virtual void MakeVertex (PTopoDS_Shape1 &S) const =0
 
virtual void MakeEdge (TopoDS_Shape &S) const =0
 
virtual void MakeEdge (PTopoDS_Shape1 &S) const =0
 
virtual void MakeWire (TopoDS_Shape &S) const =0
 
virtual void MakeWire (PTopoDS_Shape1 &S) const =0
 
virtual void MakeFace (TopoDS_Shape &S) const =0
 
virtual void MakeFace (PTopoDS_Shape1 &S) const =0
 
virtual void MakeShell (TopoDS_Shape &S) const =0
 
virtual void MakeShell (PTopoDS_Shape1 &S) const =0
 
virtual void MakeSolid (TopoDS_Shape &S) const =0
 
virtual void MakeSolid (PTopoDS_Shape1 &S) const =0
 
virtual void MakeCompSolid (TopoDS_Shape &S) const =0
 
virtual void MakeCompSolid (PTopoDS_Shape1 &S) const =0
 
virtual void MakeCompound (TopoDS_Shape &S) const =0
 
virtual void MakeCompound (PTopoDS_Shape1 &S) const =0
 
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 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 UpdateWire (const TopoDS_Shape &S1, PTopoDS_Shape1 &S2) const
 
virtual void UpdateWire (const PTopoDS_Shape1 &S1, TopoDS_Shape &S2) 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
 
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...
 

Detailed Description

The TranslateTool1 class is provided to support the translation of inherited parts of topological data structures. Root of all translation tools.

Member Function Documentation

virtual void MgtTopoDS_TranslateTool1::Add ( TopoDS_Shape S1,
const TopoDS_Shape S2 
) const
pure virtual

Implemented in MgtBRep_TranslateTool1.

virtual void MgtTopoDS_TranslateTool1::MakeCompound ( TopoDS_Shape S) const
pure virtual

Implemented in MgtBRep_TranslateTool1.

virtual void MgtTopoDS_TranslateTool1::MakeCompound ( PTopoDS_Shape1 S) const
pure virtual

Implemented in MgtBRep_TranslateTool1.

virtual void MgtTopoDS_TranslateTool1::MakeCompSolid ( TopoDS_Shape S) const
pure virtual

Implemented in MgtBRep_TranslateTool1.

virtual void MgtTopoDS_TranslateTool1::MakeCompSolid ( PTopoDS_Shape1 S) const
pure virtual

Implemented in MgtBRep_TranslateTool1.

virtual void MgtTopoDS_TranslateTool1::MakeEdge ( TopoDS_Shape S) const
pure virtual

Implemented in MgtBRep_TranslateTool1.

virtual void MgtTopoDS_TranslateTool1::MakeEdge ( PTopoDS_Shape1 S) const
pure virtual

Implemented in MgtBRep_TranslateTool1.

virtual void MgtTopoDS_TranslateTool1::MakeFace ( TopoDS_Shape S) const
pure virtual

Implemented in MgtBRep_TranslateTool1.

virtual void MgtTopoDS_TranslateTool1::MakeFace ( PTopoDS_Shape1 S) const
pure virtual

Implemented in MgtBRep_TranslateTool1.

virtual void MgtTopoDS_TranslateTool1::MakeShell ( TopoDS_Shape S) const
pure virtual

Implemented in MgtBRep_TranslateTool1.

virtual void MgtTopoDS_TranslateTool1::MakeShell ( PTopoDS_Shape1 S) const
pure virtual

Implemented in MgtBRep_TranslateTool1.

virtual void MgtTopoDS_TranslateTool1::MakeSolid ( TopoDS_Shape S) const
pure virtual

Implemented in MgtBRep_TranslateTool1.

virtual void MgtTopoDS_TranslateTool1::MakeSolid ( PTopoDS_Shape1 S) const
pure virtual

Implemented in MgtBRep_TranslateTool1.

virtual void MgtTopoDS_TranslateTool1::MakeVertex ( TopoDS_Shape S) const
pure virtual

Implemented in MgtBRep_TranslateTool1.

virtual void MgtTopoDS_TranslateTool1::MakeVertex ( PTopoDS_Shape1 S) const
pure virtual

Implemented in MgtBRep_TranslateTool1.

virtual void MgtTopoDS_TranslateTool1::MakeWire ( TopoDS_Shape S) const
pure virtual

Implemented in MgtBRep_TranslateTool1.

virtual void MgtTopoDS_TranslateTool1::MakeWire ( PTopoDS_Shape1 S) const
pure virtual

Implemented in MgtBRep_TranslateTool1.

virtual void MgtTopoDS_TranslateTool1::UpdateCompound ( const TopoDS_Shape S1,
PTopoDS_Shape1 S2 
) const
virtual
virtual void MgtTopoDS_TranslateTool1::UpdateCompound ( const PTopoDS_Shape1 S1,
TopoDS_Shape S2 
) const
virtual
virtual void MgtTopoDS_TranslateTool1::UpdateCompSolid ( const TopoDS_Shape S1,
PTopoDS_Shape1 S2 
) const
virtual
virtual void MgtTopoDS_TranslateTool1::UpdateCompSolid ( const PTopoDS_Shape1 S1,
TopoDS_Shape S2 
) const
virtual
virtual void MgtTopoDS_TranslateTool1::UpdateEdge ( const TopoDS_Shape S1,
PTopoDS_Shape1 S2,
PTColStd_TransientPersistentMap M 
) const
virtual

Reimplemented in MgtBRep_TranslateTool1.

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

Reimplemented in MgtBRep_TranslateTool1.

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

Reimplemented in MgtBRep_TranslateTool1.

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

Reimplemented in MgtBRep_TranslateTool1.

void MgtTopoDS_TranslateTool1::UpdateShape ( const TopoDS_Shape S1,
PTopoDS_Shape1 S2 
) const

Basic update method.

void MgtTopoDS_TranslateTool1::UpdateShape ( const PTopoDS_Shape1 S1,
TopoDS_Shape S2 
) const

Basic update method.

virtual void MgtTopoDS_TranslateTool1::UpdateShell ( const TopoDS_Shape S1,
PTopoDS_Shape1 S2 
) const
virtual
virtual void MgtTopoDS_TranslateTool1::UpdateShell ( const PTopoDS_Shape1 S1,
TopoDS_Shape S2 
) const
virtual
virtual void MgtTopoDS_TranslateTool1::UpdateSolid ( const TopoDS_Shape S1,
PTopoDS_Shape1 S2 
) const
virtual
virtual void MgtTopoDS_TranslateTool1::UpdateSolid ( const PTopoDS_Shape1 S1,
TopoDS_Shape S2 
) const
virtual
virtual void MgtTopoDS_TranslateTool1::UpdateVertex ( const TopoDS_Shape S1,
PTopoDS_Shape1 S2,
PTColStd_TransientPersistentMap M 
) const
virtual

Reimplemented in MgtBRep_TranslateTool1.

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

Reimplemented in MgtBRep_TranslateTool1.

virtual void MgtTopoDS_TranslateTool1::UpdateWire ( const TopoDS_Shape S1,
PTopoDS_Shape1 S2 
) const
virtual
virtual void MgtTopoDS_TranslateTool1::UpdateWire ( const PTopoDS_Shape1 S1,
TopoDS_Shape S2 
) const
virtual

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