#include <gripper_model.h>
Public Member Functions | |
FeatureWeights () | |
FeatureWeights (double cen, double sym, double pnt, double iyz, double col, double norm) | |
void | setWeights (double cen, double sym, double pnt, double iyz, double col, double norm) |
Public Attributes | |
double | centroid |
double | collision |
double | Iyz |
double | normal |
double | point |
double | symmetry |
Definition at line 15 of file gripper_model.h.
FeatureWeights::FeatureWeights | ( | ) | [inline] |
Definition at line 16 of file gripper_model.h.
FeatureWeights::FeatureWeights | ( | double | cen, |
double | sym, | ||
double | pnt, | ||
double | iyz, | ||
double | col, | ||
double | norm | ||
) | [inline] |
Definition at line 17 of file gripper_model.h.
void FeatureWeights::setWeights | ( | double | cen, |
double | sym, | ||
double | pnt, | ||
double | iyz, | ||
double | col, | ||
double | norm | ||
) | [inline] |
Definition at line 23 of file gripper_model.h.
double FeatureWeights::centroid |
Definition at line 33 of file gripper_model.h.
double FeatureWeights::collision |
Definition at line 33 of file gripper_model.h.
double FeatureWeights::Iyz |
Definition at line 33 of file gripper_model.h.
double FeatureWeights::normal |
Definition at line 33 of file gripper_model.h.
double FeatureWeights::point |
Definition at line 33 of file gripper_model.h.
double FeatureWeights::symmetry |
Definition at line 33 of file gripper_model.h.