20 #ifndef _CONTACT_KINEMATICS_POINT_PLANAR_CONTOUR_H_
21 #define _CONTACT_KINEMATICS_POINT_PLANAR_CONTOUR_H_
23 #include "contact_kinematics.h"
28 class FuncPairPlanarContourPoint;
48 virtual void updateg(
double &g, std::vector<ContourFrame*> &cFrame,
int index = 0);
52 void setSearchAllContactPoints(
bool searchAllCP_=
true) { searchAllCP = searchAllCP_; }
root function for pairing PlanarContour and Point
Definition: funcpair_planarcontour_point.h:34
basic class for contour definition for rigid (which do not know about their shape) and flexible (they...
Definition: contour.h:40
most primitive contour: the point (no extention)
Definition: point.h:35