14 #ifndef SUBDIVSEGMENT_H 15 #define SUBDIVSEGMENT_H
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.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
double get_score() const
Returns the net score of the segment.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Represents a single hypothetical subdivided segment, under consideration by the IsoPlacer.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void cut()
Applies _num_cuts cuts to the segment.