IntersectionType

enum sps::IntersectionType

An Enum for Querying the index.

Which orthotopes to count, depending on how they intersect the queried area. Only relevant for the Index.count() function.

Values:

enumerator enclosed

count orthotopes that are fully enclosed by the queried area

enumerator encloses

count orthotopes that fully enclose by the queried area

enumerator overlaps

count orthotopes that overlap the queried area

enumerator first

count orthotopes that have their bottom-left-front-.. corner in the queried area

enumerator last

count orthotopes that have their top-right-back-.. corner in the queried area

enumerator points_only

count orthotopes that are point-like and in the queried area

enumerator slice

place the orthotope at a position accroding to the size in its orthotope dimensions (used for insert)