#include <geometry-object-filter.hpp>
Public Member Functions | |
bool | operator() (const GeometryObject &) const |
Returns true if the input obj matches the filter conditions. More... | |
Public Member Functions inherited from pinocchio::InstanceFilterBase< GeometryObject > | |
std::vector< size_t > | apply (const std::vector< GeometryObject, Allocator > &object_vector) const |
Apply the filter on the given vector of objects and returns the list of indexes of the objects matching the filter conditions. More... | |
Definition at line 18 of file geometry-object-filter.hpp.
|
inlinevirtual |
Returns true if the input obj matches the filter conditions.
[in] | obj | input geometry object to filter or not. |
Implements pinocchio::InstanceFilterBase< GeometryObject >.
Definition at line 20 of file geometry-object-filter.hpp.