|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | ProjLib_Torus () |
| | Undefined projection.
.
|
| Standard_EXPORT | ProjLib_Torus (const gp_Torus &To) |
| | Projection on the torus <to>.
.
|
| Standard_EXPORT | ProjLib_Torus (const gp_Torus &To, const gp_Circ &C) |
| | Projection of the circle <c> on the torus <to>.
.
|
| Standard_EXPORT void | Init (const gp_Torus &To) |
| 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_Torus | myTorus |