#include <ProjLib_Sphere.hxx>
Inheritance diagram for ProjLib_Sphere:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | ProjLib_Sphere () |
Undefined projection. . | |
Standard_EXPORT | ProjLib_Sphere (const gp_Sphere &Sp) |
Projection on the sphere <sp>. . | |
Standard_EXPORT | ProjLib_Sphere (const gp_Sphere &Sp, const gp_Circ &C) |
Projection of the circle <c> on the sphere <sp>. . | |
Standard_EXPORT void | Init (const gp_Sphere &Sp) |
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) |
Standard_EXPORT void | SetInBounds (const Standard_Real U) |
Set the point of parameter U on C in the natural restrictions of the sphere. . | |
Private Attributes | |
gp_Sphere | mySphere |
|
|
|
|
|
|
|
|
|
Reimplemented from ProjLib_Projector. |
|
Reimplemented from ProjLib_Projector. |
|
Reimplemented from ProjLib_Projector. |
|
Reimplemented from ProjLib_Projector. |
|
Reimplemented from ProjLib_Projector. |
|
Reimplemented from ProjLib_Projector. |
|
Reimplemented from ProjLib_Projector. |
|
Reimplemented from ProjLib_Projector. |
|
|
|
|