#include <BRepAdaptor_Curve2d.hxx>
Inheritance diagram for BRepAdaptor_Curve2d:

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | BRepAdaptor_Curve2d () |
| Creates an uninitialized curve2d. . | |
| Standard_EXPORT | BRepAdaptor_Curve2d (const TopoDS_Edge &E, const TopoDS_Face &F) |
| Creates with the pcurve of <e> on <f>. . | |
| Standard_EXPORT void | Initialize (const TopoDS_Edge &E, const TopoDS_Face &F) |
| Initialize with the pcurve of <e> on <f>. . | |
| Standard_EXPORT const TopoDS_Edge & | Edge () const |
| Returns the Edge. . | |
| Standard_EXPORT const TopoDS_Face & | Face () const |
| Returns the Face. . | |
Private Attributes | |
| TopoDS_Edge | myEdge |
| TopoDS_Face | myFace |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Reimplemented from Geom2dAdaptor_Curve. |
|
|
Reimplemented from Geom2dAdaptor_Curve. |
|
||||||||||||
|
Reimplemented from Geom2dAdaptor_Curve. |
|
|
|
|
|
|
1.4.1