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_score() const
Returns the net score of the segment.
double get_need() const
Returns a score that indicates how badly the segment needs to be further subdivided.
Represents a single hypothetical subdivided segment, under consideration by the IsoPlacer.
bool operator<(const SubdivSegment &other) const
Sorts the segments in descending order of need.
void cut()
Applies _num_cuts cuts to the segment.