|
|
#include <VisionX/components/pointcloud_processor/ObjectShapeClassification/Features/CHVolume.hpp>
Inheritance diagram for CHVolume:Public Member Functions | |
| FeaturePtr | calculate (const Points &points) |
| FeaturePtr | calculate (const TaggedPoints &points) |
| CHVolume () | |
| CHVolume (const std::pair< std::string, std::vector< Eigen::Vector3f >> &points) | |
| CHVolume (const std::vector< Eigen::Vector3f > &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 CHFeature | |
| CHFeature () | |
| CHFeature (const std::pair< std::string, std::vector< Eigen::Vector3f >> &points) | |
| CHFeature (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 CHFeature | |
| ConvexHull< Eigen::Vector3f >::type | m_convexHull |
Protected Attributes inherited from Feature | |
| std::string | m_name |
Definition at line 32 of file CHVolume.hpp.
|
inline |
|
inline |
Definition at line 39 of file CHVolume.hpp.
|
inline |
Definition at line 45 of file CHVolume.hpp.
|
inlinevirtual |
Implements Feature.
Definition at line 52 of file CHVolume.hpp.
Here is the call graph for this function:
|
inlinevirtual |
Reimplemented from Feature.
Definition at line 58 of file CHVolume.hpp.
Here is the call graph for this function:
|
inlinevirtual |
Implements CHFeature.
Definition at line 70 of file CHVolume.hpp.
Here is the call graph for this function:
|
inlinevirtual |
Implements Feature.
Definition at line 106 of file CHVolume.hpp.
|
inlinevirtual |
Implements Feature.
Definition at line 115 of file CHVolume.hpp.
|
inlinevirtual |
Implements Feature.
Definition at line 85 of file CHVolume.hpp.
|
inline |