OCC Main Page | ModelingData | Toolkits | Packages | Class Hierarchy | Data Structures | File List | Data Fields | Globals

ModelingData
TKGeomBase
gce


gce_MakeRotation Class Reference

This class implements elementary construction algorithms for a
rotation in 3D space. The result is a gp_Trsf transformation.
A MakeRotation object provides a framework for:
- defining the construction of the transformation,
- implementing the construction algorithm, and
- consulting the result.
.

#include <gce_MakeRotation.hxx>


Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
Standard_EXPORT gce_MakeRotation (const gp_Lin &Line, const Standard_Real Angle)
 Constructs a rotation through angle Angle about the axis defined by the line Line.
.
Standard_EXPORT gce_MakeRotation (const gp_Ax1 &Axis, const Standard_Real Angle)
 Constructs a rotation through angle Angle about the axis defined by the axis Axis.
.
Standard_EXPORT gce_MakeRotation (const gp_Pnt &Point, const gp_Dir &Direc, const Standard_Real Angle)
 Constructs a rotation through angle Angle about the axis defined by:
the point Point and the unit vector Direc.
.
Standard_EXPORT const gp_Trsf & Value () const
 Returns the constructed transformation.
.
Standard_EXPORT const gp_Trsf & Operator () const
Standard_EXPORT operator gp_Trsf () const

Private Attributes

gp_Trsf TheRotation


Constructor & Destructor Documentation

Standard_EXPORT gce_MakeRotation::gce_MakeRotation const gp_Lin &  Line,
const Standard_Real  Angle
 

Standard_EXPORT gce_MakeRotation::gce_MakeRotation const gp_Ax1 &  Axis,
const Standard_Real  Angle
 

Standard_EXPORT gce_MakeRotation::gce_MakeRotation const gp_Pnt &  Point,
const gp_Dir &  Direc,
const Standard_Real  Angle
 


Member Function Documentation

Standard_EXPORT const gp_Trsf& gce_MakeRotation::Operator  )  const
 

void gce_MakeRotation::operator delete void *  anAddress  )  [inline]
 

Standard_EXPORT gce_MakeRotation::operator gp_Trsf  )  const
 

void* gce_MakeRotation::operator new size_t  size  )  [inline]
 

void* gce_MakeRotation::operator new size_t  ,
void *  anAddress
[inline]
 

Standard_EXPORT const gp_Trsf& gce_MakeRotation::Value  )  const
 


Field Documentation

gp_Trsf gce_MakeRotation::TheRotation [private]
 


The documentation for this class was generated from the following file:
Generated on Mon Aug 25 13:22:45 2008 for OpenCASCADE by  doxygen 1.4.1