These global functions compute the degree of
continuity of a 3D curve built by concatenation of two
other curves (or portions of curves) at their junction point.
#include <GeomLProp.hxx>
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
Static Public Member Functions |
| static GeomAbs_Shape | Continuity (const Handle< Geom_Curve > &C1, const Handle< Geom_Curve > &C2, const Standard_Real u1, const Standard_Real u2, const Standard_Boolean r1, const Standard_Boolean r2, const Standard_Real tl, const Standard_Real ta) |
| static GeomAbs_Shape | Continuity (const Handle< Geom_Curve > &C1, const Handle< Geom_Curve > &C2, const Standard_Real u1, const Standard_Real u2, const Standard_Boolean r1, const Standard_Boolean r2) |
Member Function Documentation
| void GeomLProp::operator delete |
( |
void * |
anAddress | ) |
[inline] |
| void* GeomLProp::operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| [inline] |
| void* GeomLProp::operator new |
( |
size_t |
size | ) |
[inline] |
The documentation for this class was generated from the following file: