Segment connecting inner ends of two _LayerEdge's. More...
Public Member Functions | |
_Segment () | |
_Segment (const gp_XY &p1, const gp_XY &p2) | |
const gp_XY & | p1 () const |
const gp_XY & | p2 () const |
Data Fields | |
const gp_XY * | _uv [2] |
int | _indexInLine |
Segment connecting inner ends of two _LayerEdge's.
VISCOUS_2D::_Segment::_Segment | ( | ) |
VISCOUS_2D::_Segment::_Segment | ( | const gp_XY & | p1, |
const gp_XY & | p2 | ||
) |
const gp_XY& VISCOUS_2D::_Segment::p1 | ( | ) | const |
Referenced by VISCOUS_2D::_SegmentIntersection::Compute(), and VISCOUS_2D::_ViscousBuilder2D::refine().
const gp_XY& VISCOUS_2D::_Segment::p2 | ( | ) | const |
Referenced by VISCOUS_2D::_SegmentIntersection::Compute(), and VISCOUS_2D::_ViscousBuilder2D::refine().
int VISCOUS_2D::_Segment::_indexInLine |
Referenced by VISCOUS_2D::_ViscousBuilder2D::makePolyLines().
const gp_XY* VISCOUS_2D::_Segment::_uv[2] |