46 BBArea(
const std::pair<std::string, std::vector<Eigen::Vector3f>>& points) :
BBFeature(points)
72 const BBArea* casted =
dynamic_cast<const BBArea*
>(&other);
80 return std::numeric_limits<double>::max();
85 serialize(
const ObjectSerializerBasePtr& serializer,
const Ice::Current&)
const
99 featureObj = obj->createElement();
106 deserialize(
const ObjectSerializerBasePtr& serializer,
const Ice::Current&)
114 virtual std::ostream&
const std::string FEATURE_FIELD_NAME
std::shared_ptr< Feature > FeaturePtr
double compare(const Feature &other) const
FeaturePtr calculate(const TaggedPoints &points)
FeaturePtr calculate(const Points &points)
BBArea(const std::vector< Eigen::Vector3f > &points)
virtual void serialize(const ObjectSerializerBasePtr &serializer, const Ice::Current &) const
BBArea(const std::pair< std::string, std::vector< Eigen::Vector3f > > &points)
virtual void deserialize(const ObjectSerializerBasePtr &serializer, const Ice::Current &)
virtual std::ostream & output(std::ostream &out) const
std::vector< Eigen::Vector3f > Points
std::shared_ptr< Feature > FeaturePtr
std::pair< std::string, Points > TaggedPoints
IceInternal::Handle< AbstractObjectSerializer > AbstractObjectSerializerPtr