Version: 9.12.0
VISCOUS_2D::_SegmentTree::_SegBox Struct Reference

Public Member Functions

void Set (const _Segment &seg)
 
bool IsOut (const _Segment &seg) const
 Classify a _Segment. More...
 
bool IsOut (const gp_Ax2d &ray) const
 Classify a ray. More...
 

Data Fields

const _Segment_seg
 
bool _iMin [2]
 

Member Function Documentation

◆ IsOut() [1/2]

bool _SegmentTree::_SegBox::IsOut ( const _Segment seg) const

Classify a _Segment.

References _iMin, _seg, and VISCOUS_2D::_Segment::_uv.

◆ IsOut() [2/2]

bool _SegmentTree::_SegBox::IsOut ( const gp_Ax2d &  ray) const

Classify a ray.

◆ Set()

void VISCOUS_2D::_SegmentTree::_SegBox::Set ( const _Segment seg)

Field Documentation

◆ _iMin

bool VISCOUS_2D::_SegmentTree::_SegBox::_iMin[2]

Referenced by IsOut().

◆ _seg

const _Segment* VISCOUS_2D::_SegmentTree::_SegBox::_seg

Referenced by IsOut().