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

ModelingData
TKGeomBase
gce


gce_MakeScale2d Class Reference

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

#include <gce_MakeScale2d.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_MakeScale2d (const gp_Pnt2d &Point, const Standard_Real Scale)
 Constructs a scaling transformation with:
- Point as the center of the transformation, and
- Scale as the scale factor.
.
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 TheScale2d


Constructor & Destructor Documentation

Standard_EXPORT gce_MakeScale2d::gce_MakeScale2d const gp_Pnt2d &  Point,
const Standard_Real  Scale
 


Member Function Documentation

Standard_EXPORT const gp_Trsf2d& gce_MakeScale2d::Operator  )  const
 

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

Standard_EXPORT gce_MakeScale2d::operator gp_Trsf2d  )  const
 

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

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

Standard_EXPORT const gp_Trsf2d& gce_MakeScale2d::Value  )  const
 


Field Documentation

gp_Trsf2d gce_MakeScale2d::TheScale2d [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