Class BasicFilterStrategy


  • public class BasicFilterStrategy
    extends ProximityFilterStrategy
    a simple rule based broadphase filter strategy. A static frame pair list of
    frame pairs that is to be checked for collision is maintained. The list is static in
    the sense that it is not optimized to be changed. However the user can both add and remove
    new geometries and rules.

    Note: The framepair list is explicitly kept in this class which makes this broadphase
    strategy infeasible for workcells with many objects. Consider a workcell with 100 objects,
    this will in worst case make a list of 10000 framepairs.