Used in ICR::IndependentContactRegions::primitiveSearchZoneInclusionTest to determine whether a contact point associated to a wrench cone is eligible for inclusion in the independent regions. More...
#include <search_zones.h>
Public Member Functions | |
PrimitiveSearchZone () | |
Public Attributes | |
std::vector< uint > | hyperplane_ids_ |
VectorXui | satisfied_wc_ids_ |
Friends | |
std::ostream & | operator<< (std::ostream &stream, PrimitiveSearchZone const &psz) |
Used in ICR::IndependentContactRegions::primitiveSearchZoneInclusionTest to determine whether a contact point associated to a wrench cone is eligible for inclusion in the independent regions.
Definition at line 16 of file search_zones.h.
Definition at line 10 of file search_zones.cpp.
std::ostream& operator<< | ( | std::ostream & | stream, |
PrimitiveSearchZone const & | psz | ||
) | [friend] |
Definition at line 12 of file search_zones.cpp.
Idexes the hyperplanes in ICR::SearchZones::hyperplane_normals_ and ICR::SearchZones::hyperplane_offsets_
Definition at line 21 of file search_zones.h.
Helper for ICR::IndependentContactRegions::primitiveSearchZoneInclusionTest; stores the indices of already explored wrench cones;
Definition at line 26 of file search_zones.h.