Creates a qualified 2d Circle.
A qualified 2D circle is a circle (gp_Circ2d circle) with a
qualifier which specifies whether the solution of a
construction algorithm using the qualified circle (as an argument):
#include <GccEnt_QualifiedCirc.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| GccEnt_QualifiedCirc (const gp_Circ2d &Qualified, const GccEnt_Position Qualifier) | |
| Constructs a qualified circle by assigning the qualifier Qualifier to the circle Qualified. Qualifier may be:
| |
| gp_Circ2d | Qualified () const |
| Returns a 2D circle to which the qualifier is assigned. | |
| GccEnt_Position | Qualifier () const |
Returns
| |
| Standard_Boolean | IsUnqualified () const |
| Returns true if the Circ2d is Unqualified and false in the other cases. | |
| Standard_Boolean | IsEnclosing () const |
| Returns true if the solution computed by a construction algorithm using this qualified circle encloses the circle. | |
| Standard_Boolean | IsEnclosed () const |
| Returns true if the solution computed by a construction algorithm using this qualified circle is enclosed by the circle. | |
| Standard_Boolean | IsOutside () const |
| Returns true if both the solution computed by a construction algorithm using this qualified circle and the circle are external to one another. | |
| GccEnt_QualifiedCirc () | |
| const gp_Circ2d & | _CSFDB_GetGccEnt_QualifiedCircTheQualified () const |
| GccEnt_Position | _CSFDB_GetGccEnt_QualifiedCircTheQualifier () const |
| void | _CSFDB_SetGccEnt_QualifiedCircTheQualifier (const GccEnt_Position p) |
| GccEnt_QualifiedCirc::GccEnt_QualifiedCirc | ( | const gp_Circ2d & | Qualified, | |
| const GccEnt_Position | Qualifier | |||
| ) |
| GccEnt_QualifiedCirc::GccEnt_QualifiedCirc | ( | ) | [inline] |
| const gp_Circ2d& GccEnt_QualifiedCirc::_CSFDB_GetGccEnt_QualifiedCircTheQualified | ( | ) | const [inline] |
| GccEnt_Position GccEnt_QualifiedCirc::_CSFDB_GetGccEnt_QualifiedCircTheQualifier | ( | ) | const [inline] |
| void GccEnt_QualifiedCirc::_CSFDB_SetGccEnt_QualifiedCircTheQualifier | ( | const GccEnt_Position | p | ) | [inline] |
| Standard_Boolean GccEnt_QualifiedCirc::IsEnclosed | ( | ) | const |
| Standard_Boolean GccEnt_QualifiedCirc::IsEnclosing | ( | ) | const |
| Standard_Boolean GccEnt_QualifiedCirc::IsOutside | ( | ) | const |
| Standard_Boolean GccEnt_QualifiedCirc::IsUnqualified | ( | ) | const |
| void GccEnt_QualifiedCirc::operator delete | ( | void * | anAddress | ) | [inline] |
| void* GccEnt_QualifiedCirc::operator new | ( | size_t | size | ) | [inline] |
| void* GccEnt_QualifiedCirc::operator new | ( | size_t | , | |
| void * | anAddress | |||
| ) | [inline] |
| gp_Circ2d GccEnt_QualifiedCirc::Qualified | ( | ) | const |
| GccEnt_Position GccEnt_QualifiedCirc::Qualifier | ( | ) | const |
1.6.3