#include <HatchGen_IntersectionPoint.hxx>
◆ HatchGen_IntersectionPoint()
| HatchGen_IntersectionPoint::HatchGen_IntersectionPoint |
( |
| ) |
|
|
protected |
Creates an empty intersection point.
◆ ~HatchGen_IntersectionPoint()
| HatchGen_IntersectionPoint::~HatchGen_IntersectionPoint |
( |
| ) |
|
|
protecteddefault |
Destructor is protected for safer inheritance.
◆ Dump()
| virtual void HatchGen_IntersectionPoint::Dump |
( |
const int | Index = 0 | ) |
const |
|
pure virtual |
◆ Index()
| int HatchGen_IntersectionPoint::Index |
( |
| ) |
const |
Returns the index of the supporting curve.
◆ Parameter()
| double HatchGen_IntersectionPoint::Parameter |
( |
| ) |
const |
Returns the parameter on the curve.
◆ Position()
Returns the position of the point on the curve.
◆ SegmentBeginning()
| bool HatchGen_IntersectionPoint::SegmentBeginning |
( |
| ) |
const |
Returns the flag that the point is the beginning of a segment.
◆ SegmentEnd()
| bool HatchGen_IntersectionPoint::SegmentEnd |
( |
| ) |
const |
Returns the flag that the point is the end of a segment.
◆ SetIndex()
| void HatchGen_IntersectionPoint::SetIndex |
( |
const int | Index | ) |
|
Sets the index of the supporting curve.
◆ SetParameter()
| void HatchGen_IntersectionPoint::SetParameter |
( |
const double | Parameter | ) |
|
Sets the parameter on the curve.
◆ SetPosition()
Sets the position of the point on the curve.
◆ SetSegmentBeginning()
| void HatchGen_IntersectionPoint::SetSegmentBeginning |
( |
const bool | State = true | ) |
|
Sets the flag that the point is the beginning of a segment.
◆ SetSegmentEnd()
| void HatchGen_IntersectionPoint::SetSegmentEnd |
( |
const bool | State = true | ) |
|
Sets the flag that the point is the end of a segment.
◆ SetStateAfter()
Sets the transition state after the intersection.
◆ SetStateBefore()
Sets the transition state before the intersection.
◆ StateAfter()
| TopAbs_State HatchGen_IntersectionPoint::StateAfter |
( |
| ) |
const |
Returns the transition state after of the intersection.
◆ StateBefore()
| TopAbs_State HatchGen_IntersectionPoint::StateBefore |
( |
| ) |
const |
Returns the transition state before the intersection.
◆ myAfter
◆ myBefore
◆ myIndex
| int HatchGen_IntersectionPoint::myIndex |
|
protected |
◆ myParam
| double HatchGen_IntersectionPoint::myParam |
|
protected |
◆ myPosit
◆ mySegBeg
| bool HatchGen_IntersectionPoint::mySegBeg |
|
protected |
◆ mySegEnd
| bool HatchGen_IntersectionPoint::mySegEnd |
|
protected |
The documentation for this class was generated from the following file: