The TranslateTool1 class is provided to support the translation of inherited parts of topological data structures. Root of all translation tools.
More...
|
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 |
|
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_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...
|
|
The TranslateTool1 class is provided to support the translation of inherited parts of topological data structures. Root of all translation tools.