CHArea Class Reference

#include <VisionX/components/pointcloud_processor/ObjectShapeClassification/Features/CHArea.hpp>

+ Inheritance diagram for CHArea:

Public Member Functions

double area () const
 
FeaturePtr calculate (const Points &points)
 
FeaturePtr calculate (const TaggedPoints &points)
 
 CHArea ()
 
 CHArea (const std::pair< std::string, std::vector< Eigen::Vector3f >> &points)
 
 CHArea (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
 
- 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
 

Detailed Description

Definition at line 33 of file CHArea.hpp.

Constructor & Destructor Documentation

◆ CHArea() [1/3]

CHArea ( )
inline

Definition at line 36 of file CHArea.hpp.

+ Here is the caller graph for this function:

◆ CHArea() [2/3]

CHArea ( const std::vector< Eigen::Vector3f > &  points)
inline

Definition at line 37 of file CHArea.hpp.

◆ CHArea() [3/3]

CHArea ( const std::pair< std::string, std::vector< Eigen::Vector3f >> &  points)
inline

Definition at line 44 of file CHArea.hpp.

Member Function Documentation

◆ area()

double area ( ) const
inline

Definition at line 60 of file CHArea.hpp.

+ Here is the caller graph for this function:

◆ calculate() [1/2]

FeaturePtr calculate ( const Points points)
inlinevirtual

Implements Feature.

Definition at line 51 of file CHArea.hpp.

+ Here is the call graph for this function:

◆ calculate() [2/2]

FeaturePtr calculate ( const TaggedPoints points)
inlinevirtual

Reimplemented from Feature.

Definition at line 55 of file CHArea.hpp.

+ Here is the call graph for this function:

◆ compare()

double compare ( const Feature other) const
inlinevirtual

Implements CHFeature.

Definition at line 64 of file CHArea.hpp.

+ Here is the call graph for this function:

◆ deserialize()

virtual void deserialize ( const ObjectSerializerBasePtr &  serializer,
const Ice::Current &   
)
inlinevirtual

Implements Feature.

Definition at line 98 of file CHArea.hpp.

◆ output()

virtual std::ostream& output ( std::ostream &  out) const
inlinevirtual

Implements Feature.

Definition at line 106 of file CHArea.hpp.

◆ serialize()

virtual void serialize ( const ObjectSerializerBasePtr &  serializer,
const Ice::Current &   
) const
inlinevirtual

Implements Feature.

Definition at line 78 of file CHArea.hpp.


The documentation for this class was generated from the following file: