17 INLINE SubdivSegment::
18 SubdivSegment(
const double *cint,
int f,
int t) :
30 return _cint[_t] - _cint[_f];
39 return get_score() / (double)(_num_cuts+1);
double get_need() const
Returns a score that indicates how badly the segment needs to be further subdivided.
bool operator<(const SubdivSegment &other) const
Sorts the segments in descending order of need.
double get_score() const
Returns the net score of the segment.
Represents a single hypothetical subdivided segment, under consideration by the IsoPlacer.