|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | ProjLib_Cylinder () |
| | Undefined projection.
.
|
| Standard_EXPORT | ProjLib_Cylinder (const gp_Cylinder &Cyl) |
| | Projection on the cylinder <cyl>.
.
|
| Standard_EXPORT | ProjLib_Cylinder (const gp_Cylinder &Cyl, const gp_Lin &L) |
| | Projection of the line <l> on the cylinder <cyl>.
.
|
| Standard_EXPORT | ProjLib_Cylinder (const gp_Cylinder &Cyl, const gp_Circ &C) |
| | Projection of the circle <c> on the cylinder <cyl>.
.
|
| Standard_EXPORT | ProjLib_Cylinder (const gp_Cylinder &Cyl, const gp_Elips &E) |
| | Projection of the ellipse <e> on the cylinder <cyl>.
.
|
| Standard_EXPORT void | Init (const gp_Cylinder &Cyl) |
| virtual Standard_EXPORT void | Project (const gp_Lin &L) |
| virtual Standard_EXPORT void | Project (const gp_Circ &C) |
| virtual Standard_EXPORT void | Project (const gp_Elips &E) |
| virtual Standard_EXPORT void | Project (const gp_Parab &P) |
| virtual Standard_EXPORT void | Project (const gp_Hypr &H) |
Private Attributes |
| gp_Cylinder | myCylinder |