#include <TopLoc_Datum3D.hxx>
Inheritance diagram for TopLoc_Datum3D:
Public Member Functions | |
Standard_EXPORT | TopLoc_Datum3D () |
Constructs a default Datum3D. . | |
Standard_EXPORT | TopLoc_Datum3D (const gp_Trsf &T) |
Constructs a Datum3D form a Trsf from gp. An error is raised if the Trsf is not a rigid transformation. . | |
const gp_Trsf & | Transformation () const |
Returns a gp_Trsf which, when applied to this datum, produces the default datum. . | |
Standard_EXPORT void | ShallowDump (Standard_OStream &S) const |
Writes the contents of this Datum3D to the stream S. . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
gp_Trsf | myTrsf |
|
|
|
|
|
Reimplemented from MMgt_TShared. |
|
Reimplemented from Standard_Transient. |
|
|
|
|