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

ModelingData
TKGeomBase
gce


gce_MakeTranslation Class Reference

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

#include <gce_MakeTranslation.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_MakeTranslation (const gp_Vec &Vect)
 Constructs a translation along the vector " Vect"
.
Standard_EXPORT gce_MakeTranslation (const gp_Pnt &Point1, const gp_Pnt &Point2)
 Constructs a translation along the vector
(Point1,Point2) defined from the point Point1 to the point Point2.
.
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 TheTranslation


Constructor & Destructor Documentation

Standard_EXPORT gce_MakeTranslation::gce_MakeTranslation const gp_Vec &  Vect  ) 
 

Standard_EXPORT gce_MakeTranslation::gce_MakeTranslation const gp_Pnt &  Point1,
const gp_Pnt &  Point2
 


Member Function Documentation

Standard_EXPORT const gp_Trsf& gce_MakeTranslation::Operator  )  const
 

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

Standard_EXPORT gce_MakeTranslation::operator gp_Trsf  )  const
 

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

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

Standard_EXPORT const gp_Trsf& gce_MakeTranslation::Value  )  const
 


Field Documentation

gp_Trsf gce_MakeTranslation::TheTranslation [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