#include <PGeom2d_Parabola.hxx>
Inheritance diagram for PGeom2d_Parabola:
Public Member Functions | |
Standard_EXPORT | PGeom2d_Parabola () |
Creates a parabola with default values. . | |
Standard_EXPORT | PGeom2d_Parabola (const gp_Ax22d &aPosition, const Standard_Real aFocalLength) |
Creates a Parabola with <aposition> and <afocallength> as field values. . | |
Standard_EXPORT void | FocalLength (const Standard_Real aFocalLength) |
Set the value of the field focalLength with <afocallength>. . | |
Standard_EXPORT Standard_Real | FocalLength () const |
Retruns the value of the field focalLength. . | |
PGeom2d_Parabola (const Storage_stCONSTclCOM &a) | |
Standard_Real | _CSFDB_GetPGeom2d_ParabolafocalLength () const |
void | _CSFDB_SetPGeom2d_ParabolafocalLength (const Standard_Real p) |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Standard_Real | focalLength |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from PGeom2d_Conic. |
|
|