|
Open CASCADE Technology 6.5.2
|
Projects elementary curves on a cylinder.
#include <ProjLib_Cylinder.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| ProjLib_Cylinder () | |
| Undefined projection. | |
| ProjLib_Cylinder (const gp_Cylinder &Cyl) | |
| Projection on the cylinder <Cyl>. | |
| ProjLib_Cylinder (const gp_Cylinder &Cyl, const gp_Lin &L) | |
| Projection of the line <L> on the cylinder <Cyl>. | |
| ProjLib_Cylinder (const gp_Cylinder &Cyl, const gp_Circ &C) | |
Projection of the circle on the cylinder <Cyl>. | |
| ProjLib_Cylinder (const gp_Cylinder &Cyl, const gp_Elips &E) | |
| Projection of the ellipse <E> on the cylinder <Cyl>. | |
| void | Init (const gp_Cylinder &Cyl) |
| virtual void | Project (const gp_Lin &L) |
| virtual void | Project (const gp_Circ &C) |
| virtual void | Project (const gp_Elips &E) |
| virtual void | Project (const gp_Parab &P) |
| virtual void | Project (const gp_Hypr &H) |
| ProjLib_Cylinder::ProjLib_Cylinder | ( | ) |
| ProjLib_Cylinder::ProjLib_Cylinder | ( | const gp_Cylinder & | Cyl | ) |
| ProjLib_Cylinder::ProjLib_Cylinder | ( | const gp_Cylinder & | Cyl, |
| const gp_Lin & | L | ||
| ) |
| ProjLib_Cylinder::ProjLib_Cylinder | ( | const gp_Cylinder & | Cyl, |
| const gp_Circ & | C | ||
| ) |
| ProjLib_Cylinder::ProjLib_Cylinder | ( | const gp_Cylinder & | Cyl, |
| const gp_Elips & | E | ||
| ) |
| void ProjLib_Cylinder::Init | ( | const gp_Cylinder & | Cyl | ) |
| void ProjLib_Cylinder::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from ProjLib_Projector.
| void* ProjLib_Cylinder::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from ProjLib_Projector.
| void* ProjLib_Cylinder::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from ProjLib_Projector.
| virtual void ProjLib_Cylinder::Project | ( | const gp_Circ & | C | ) | [virtual] |
Reimplemented from ProjLib_Projector.
| virtual void ProjLib_Cylinder::Project | ( | const gp_Lin & | L | ) | [virtual] |
Reimplemented from ProjLib_Projector.
| virtual void ProjLib_Cylinder::Project | ( | const gp_Hypr & | H | ) | [virtual] |
Reimplemented from ProjLib_Projector.
| virtual void ProjLib_Cylinder::Project | ( | const gp_Elips & | E | ) | [virtual] |
Reimplemented from ProjLib_Projector.
| virtual void ProjLib_Cylinder::Project | ( | const gp_Parab & | P | ) | [virtual] |
Reimplemented from ProjLib_Projector.
1.7.4