|
Open CASCADE Technology 6.5.2
|
class for storing geometry information about
a point between neighbouring paves along
an edge
#include <BOPTools_PointBetween.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BOPTools_PointBetween () | |
| Empty constructor | |
| void | SetParameter (const Standard_Real T) |
| Modifier sets value of the point's parameter on the edge | |
| void | SetUV (const Standard_Real U, const Standard_Real V) |
| Modifier sets values of the point's parameter on the face | |
| void | SetPnt (const gp_Pnt &aP) |
| Modifier sets the 3D-point | |
| Standard_Real | Parameter () const |
| Selector | |
| void | UV (Standard_Real &U, Standard_Real &V) const |
| Selector | |
| const gp_Pnt & | Pnt () const |
| Selector | |
| BOPTools_PointBetween::BOPTools_PointBetween | ( | ) |
| void BOPTools_PointBetween::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BOPTools_PointBetween::operator new | ( | size_t | size | ) | [inline] |
| void* BOPTools_PointBetween::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| Standard_Real BOPTools_PointBetween::Parameter | ( | ) | const |
| const gp_Pnt& BOPTools_PointBetween::Pnt | ( | ) | const |
| void BOPTools_PointBetween::SetParameter | ( | const Standard_Real | T | ) |
| void BOPTools_PointBetween::SetPnt | ( | const gp_Pnt & | aP | ) |
| void BOPTools_PointBetween::SetUV | ( | const Standard_Real | U, |
| const Standard_Real | V | ||
| ) |
| void BOPTools_PointBetween::UV | ( | Standard_Real & | U, |
| Standard_Real & | V | ||
| ) | const |
1.7.4