|
Open CASCADE Technology
6.9.0
|
#include <PGeom_Hyperbola.hxx>

Public Member Functions | |
| PGeom_Hyperbola () | |
| Creates an Hyperbola with default values. More... | |
| PGeom_Hyperbola (const gp_Ax2 &aPosition, const Standard_Real aMajorRadius, const Standard_Real aMinorRadius) | |
| Creates an Hyperbola with <aPosition>, <aMajorRadius> and <aMinorRadius> as field values. The major radius of the hyperbola is on the XAxis and the minor radius is on the YAxis of the hyperbola. More... | |
| void | MajorRadius (const Standard_Real aMajorRadius) |
| Set the value of the field majorRadius with <aMajorRadius>. More... | |
| Standard_Real | MajorRadius () const |
| Returns the value of the field majorRadius. More... | |
| void | MinorRadius (const Standard_Real aMinorRadius) |
| Set the value of the field minorRadius with <aMinorRadius>. More... | |
| Standard_Real | MinorRadius () const |
| Returns the value of the field minorRadius. More... | |
| PGeom_Hyperbola (const Storage_stCONSTclCOM &a) | |
| Standard_Real | _CSFDB_GetPGeom_HyperbolamajorRadius () const |
| void | _CSFDB_SetPGeom_HyperbolamajorRadius (const Standard_Real p) |
| Standard_Real | _CSFDB_GetPGeom_HyperbolaminorRadius () const |
| void | _CSFDB_SetPGeom_HyperbolaminorRadius (const Standard_Real p) |
Public Member Functions inherited from PGeom_Conic | |
| void | Position (const gp_Ax2 &aPosition) |
| Set the value of the field position with <aPosition>. More... | |
| gp_Ax2 | Position () const |
| Returns the value of the field <position>. More... | |
| PGeom_Conic (const Storage_stCONSTclCOM &a) | |
| const gp_Ax2 & | _CSFDB_GetPGeom_Conicposition () const |
Public Member Functions inherited from PGeom_Curve | |
| PGeom_Curve (const Storage_stCONSTclCOM &a) | |
| PGeom_Curve () | |
Public Member Functions inherited from PGeom_Geometry | |
| PGeom_Geometry (const Storage_stCONSTclCOM &a) | |
| PGeom_Geometry () | |
Public Member Functions inherited from Standard_Persistent | |
| virtual Handle_Standard_Persistent | This () const |
| virtual void | Delete () const |
| virtual | ~Standard_Persistent () |
| Standard_Persistent & | operator= (const Standard_Persistent &) |
| Standard_Persistent () | |
| Standard_Persistent (const Standard_Persistent &) | |
| Standard_Persistent (const Storage_stCONSTclCOM &) | |
| virtual const Handle_Standard_Type & | DynamicType () const |
| Standard_Boolean | IsKind (const Handle_Standard_Type &) const |
| Standard_Boolean | IsInstance (const Handle_Standard_Type &) const |
| virtual Handle_Standard_Persistent | This () const |
| virtual void | Delete () const |
| virtual | ~Standard_Persistent () |
| Standard_Persistent & | operator= (const Standard_Persistent &) |
| Standard_Persistent () | |
| Standard_Persistent (const Standard_Persistent &) | |
| Standard_Persistent (const Storage_stCONSTclCOM &) | |
| virtual const Handle_Standard_Type & | DynamicType () const |
| Standard_Boolean | IsKind (const Handle_Standard_Type &) const |
| Standard_Boolean | IsInstance (const Handle_Standard_Type &) const |
Additional Inherited Members | |
Protected Member Functions inherited from PGeom_Conic | |
| PGeom_Conic () | |
| Initializes the field(s) with default value(s). More... | |
| PGeom_Conic (const gp_Ax2 &aPosition) | |
| Initializes the field position with <aPosition>. More... | |
Protected Attributes inherited from PGeom_Conic | |
| gp_Ax2 | position |
| PGeom_Hyperbola::PGeom_Hyperbola | ( | ) |
Creates an Hyperbola with default values.
| PGeom_Hyperbola::PGeom_Hyperbola | ( | const gp_Ax2 & | aPosition, |
| const Standard_Real | aMajorRadius, | ||
| const Standard_Real | aMinorRadius | ||
| ) |
Creates an Hyperbola with <aPosition>, <aMajorRadius> and <aMinorRadius> as field values. The major radius of the hyperbola is on the XAxis and the minor radius is on the YAxis of the hyperbola.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void PGeom_Hyperbola::MajorRadius | ( | const Standard_Real | aMajorRadius | ) |
Set the value of the field majorRadius with <aMajorRadius>.
| Standard_Real PGeom_Hyperbola::MajorRadius | ( | ) | const |
Returns the value of the field majorRadius.
| void PGeom_Hyperbola::MinorRadius | ( | const Standard_Real | aMinorRadius | ) |
Set the value of the field minorRadius with <aMinorRadius>.
| Standard_Real PGeom_Hyperbola::MinorRadius | ( | ) | const |
Returns the value of the field minorRadius.
1.8.5