This is the complete list of members for AreaOccupancyEstimator, including all inherited members.
_low_qual | AreaOccupancyEstimator | private |
_unknown_qual | AreaOccupancyEstimator | private |
are_on_the_same_side(const Point2D &line_p1, const Point2D &line_p2, const Point2D &p1, const Point2D &p2) | AreaOccupancyEstimator | inlineprivate |
AreaOccupancyEstimator(const Occupancy &base_occupied, const Occupancy &base_empty, double low_qual=0.01, double unknown_qual=0.5) | AreaOccupancyEstimator | inline |
base_empty() const | CellOccupancyEstimator | inlineprotected |
base_occupied() const | CellOccupancyEstimator | inlineprotected |
CellOccupancyEstimator(const Occupancy &base_occ, const Occupancy &base_empty) | CellOccupancyEstimator | inline |
classify_segment(const Segment2D &s, const Rectangle &cell) const | AreaOccupancyEstimator | inlineprivate |
compute_chunk_area(const Segment2D &beam, const Rectangle &bnds, bool is_occ, const std::vector< Intersection > &inters) | AreaOccupancyEstimator | inlineprivate |
ensure_segment_not_on_edge(const Segment2D &s, const Rectangle &cell) const | AreaOccupancyEstimator | inlineprivate |
estimate_occupancy(const Segment2D &beam, const Rectangle &cell, bool is_occ) override | AreaOccupancyEstimator | inlinevirtual |
estimate_occupancy(double chunk_area, double total_area, bool is_occ) | AreaOccupancyEstimator | inlineprivate |
find_intersections(const Segment2D &beam, const Rectangle &bnds, bool is_occ) | AreaOccupancyEstimator | inlineprivate |
modified_is_inside(const Segment2D &s, const Rectangle &cell) const | AreaOccupancyEstimator | inlineprivate |
SegmentPositionType enum name | AreaOccupancyEstimator | private |
~CellOccupancyEstimator()=default | CellOccupancyEstimator | virtual |