[][src]Module broccoli::query::rect

Rect query module

Structs

MultiRect

See the Queries::multi_rect function.

RectIntersectErr

Indicates that the user supplied a rectangle that intersects with a another one previously queries in the session.

Traits

RectQuery

Rect functions that can be called on a tree.

Functions

assert_for_all_in_rect_mut

Panics if a disconnect is detected between tree and naive queries.

assert_for_all_intersect_rect_mut

Panics if a disconnect is detected between tree and naive queries.

assert_for_all_not_in_rect_mut

Panics if a disconnect is detected between tree and naive queries.

naive_for_all_in_rect_mut

Naive implementation

naive_for_all_intersect_rect_mut

Naive implementation

naive_for_all_not_in_rect_mut

Naive implementation