|  | 
#include <VisionX/components/pointcloud_processor/ObjectShapeClassification/Features/BBShort.hpp>
 Inheritance diagram for BBShortSide:
 Inheritance diagram for BBShortSide:| Public Member Functions | |
| BBShortSide () | |
| BBShortSide (const std::pair< std::string, std::vector< Eigen::Vector3f >> &points) | |
| BBShortSide (const std::vector< Eigen::Vector3f > &points) | |
| FeaturePtr | calculate (const Points &points) | 
| FeaturePtr | calculate (const TaggedPoints &points) | 
| double | compare (const Feature &other) const | 
| virtual void | deserialize (const ObjectSerializerBasePtr &serializer, const Ice::Current &) | 
| virtual std::ostream & | output (std::ostream &out) const | 
| virtual void | serialize (const ObjectSerializerBasePtr &serializer, const Ice::Current &) const | 
| double | shortSide () const | 
|  Public Member Functions inherited from BBFeature | |
| BBFeature () | |
| BBFeature (const std::pair< std::string, std::vector< Eigen::Vector3f >> &points) | |
| BBFeature (const std::vector< Eigen::Vector3f > &points) | |
|  Public Member Functions inherited from Feature | |
| virtual VariantDataClassPtr | clone (const Ice::Current &) const | 
| virtual VariantTypeId | getType (const Ice::Current &) const | 
| virtual std::string | name () | 
| virtual std::string | output (const Ice::Current &) const | 
| virtual bool | validate (const Ice::Current &) | 
| Additional Inherited Members | |
|  Public Types inherited from Feature | |
| using | FeaturePtr = std::shared_ptr< Feature > | 
| using | Points = std::vector< Eigen::Vector3f > | 
| using | TaggedPoints = std::pair< std::string, Points > | 
|  Protected Attributes inherited from BBFeature | |
| double | m_area | 
| gdiam_bbox | m_bbox | 
| double | m_len1 | 
| double | m_len2 | 
| double | m_len3 | 
| double | m_longSide | 
| double | m_mediumSide | 
| double | m_shortSide | 
| double | m_volume | 
|  Protected Attributes inherited from Feature | |
| std::string | m_name | 
Definition at line 33 of file BBShort.hpp.
| 
 | inline | 
| 
 | inline | 
Definition at line 40 of file BBShort.hpp.
| 
 | inline | 
Definition at line 45 of file BBShort.hpp.
| 
 | inlinevirtual | 
Implements Feature.
Definition at line 58 of file BBShort.hpp.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | inlinevirtual | 
Reimplemented from Feature.
Definition at line 64 of file BBShort.hpp.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | inlinevirtual | 
Implements BBFeature.
Definition at line 70 of file BBShort.hpp.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | inlinevirtual | 
Implements Feature.
Definition at line 106 of file BBShort.hpp.
| 
 | inlinevirtual | 
Implements Feature.
Definition at line 115 of file BBShort.hpp.
| 
 | inlinevirtual | 
Implements Feature.
Definition at line 85 of file BBShort.hpp.
| 
 | inline |