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

ModelingData
TKGeomBase
gce


gce_MakeTranslation2d Class Reference

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

#include <gce_MakeTranslation2d.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_MakeTranslation2d (const gp_Vec2d &Vect)
 Constructs a translation along the vector Vect.
.
Standard_EXPORT gce_MakeTranslation2d (const gp_Pnt2d &Point1, const gp_Pnt2d &Point2)
 Constructs a translation along the vector
(Point1,Point2) defined from the point Point1 to the point Point2.
.
Standard_EXPORT const gp_Trsf2d & Value () const
 Returns the constructed transformation.
.
Standard_EXPORT const gp_Trsf2d & Operator () const
Standard_EXPORT operator gp_Trsf2d () const

Private Attributes

gp_Trsf2d TheTranslation2d


Constructor & Destructor Documentation

Standard_EXPORT gce_MakeTranslation2d::gce_MakeTranslation2d const gp_Vec2d &  Vect  ) 
 

Standard_EXPORT gce_MakeTranslation2d::gce_MakeTranslation2d const gp_Pnt2d &  Point1,
const gp_Pnt2d &  Point2
 


Member Function Documentation

Standard_EXPORT const gp_Trsf2d& gce_MakeTranslation2d::Operator  )  const
 

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

Standard_EXPORT gce_MakeTranslation2d::operator gp_Trsf2d  )  const
 

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

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

Standard_EXPORT const gp_Trsf2d& gce_MakeTranslation2d::Value  )  const
 


Field Documentation

gp_Trsf2d gce_MakeTranslation2d::TheTranslation2d [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