Open CASCADE Technology 6.5.2
Public Member Functions
ProjLib_Cone Class Reference

Projects elementary curves on a cone.

#include <ProjLib_Cone.hxx>

Inheritance diagram for ProjLib_Cone:
Inheritance graph
[legend]

Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
 ProjLib_Cone ()
 Undefined projection.

 ProjLib_Cone (const gp_Cone &Co)
 Projection on the cone <Co>.

 ProjLib_Cone (const gp_Cone &Co, const gp_Lin &L)
 Projection of the line <L> on the cone <Co>.

 ProjLib_Cone (const gp_Cone &Co, const gp_Circ &C)
 Projection of the circle on the cone <Co>.

void Init (const gp_Cone &Co)
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)

Constructor & Destructor Documentation

ProjLib_Cone::ProjLib_Cone ( )
ProjLib_Cone::ProjLib_Cone ( const gp_Cone Co)
ProjLib_Cone::ProjLib_Cone ( const gp_Cone Co,
const gp_Lin L 
)
ProjLib_Cone::ProjLib_Cone ( const gp_Cone Co,
const gp_Circ C 
)

Member Function Documentation

void ProjLib_Cone::Init ( const gp_Cone Co)
void ProjLib_Cone::operator delete ( void *  anAddress) [inline]

Reimplemented from ProjLib_Projector.

void* ProjLib_Cone::operator new ( size_t  size) [inline]

Reimplemented from ProjLib_Projector.

void* ProjLib_Cone::operator new ( size_t  ,
void *  anAddress 
) [inline]

Reimplemented from ProjLib_Projector.

virtual void ProjLib_Cone::Project ( const gp_Circ C) [virtual]

Reimplemented from ProjLib_Projector.

virtual void ProjLib_Cone::Project ( const gp_Lin L) [virtual]

Reimplemented from ProjLib_Projector.

virtual void ProjLib_Cone::Project ( const gp_Hypr H) [virtual]

Reimplemented from ProjLib_Projector.

virtual void ProjLib_Cone::Project ( const gp_Elips E) [virtual]

Reimplemented from ProjLib_Projector.

virtual void ProjLib_Cone::Project ( const gp_Parab P) [virtual]

Reimplemented from ProjLib_Projector.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines