15 #ifndef SUBDIVSEGMENT_H 16 #define SUBDIVSEGMENT_H 18 #include "pandatoolbase.h" 20 #include "vector_int.h" 33 INLINE
bool operator < (
const SubdivSegment &other)
const;
43 #include "subdivSegment.I" 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.
void cut()
Applies _num_cuts cuts to the segment.