|
|
#include <VisionX/components/pointcloud_processor/ObjectShapeClassification/Features/BBVolume.hpp>
Inheritance diagram for BBVolume:Public Member Functions | |
| BBVolume () | |
| BBVolume (const std::pair< std::string, std::vector< Eigen::Vector3f >> &points) | |
| BBVolume (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 | volume () 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 BBVolume.hpp.
|
inline |
|
inline |
Definition at line 40 of file BBVolume.hpp.
|
inline |
Definition at line 45 of file BBVolume.hpp.
|
inlinevirtual |
Implements Feature.
Definition at line 57 of file BBVolume.hpp.
Here is the call graph for this function:
|
inlinevirtual |
Reimplemented from Feature.
Definition at line 63 of file BBVolume.hpp.
Here is the call graph for this function:
|
inlinevirtual |
Implements BBFeature.
Definition at line 69 of file BBVolume.hpp.
Here is the call graph for this function:
|
inlinevirtual |
Implements Feature.
Definition at line 105 of file BBVolume.hpp.
|
inlinevirtual |
Implements Feature.
Definition at line 114 of file BBVolume.hpp.
|
inlinevirtual |
Implements Feature.
Definition at line 84 of file BBVolume.hpp.
|
inline |