|
bioprocessing
5.0.5
|
#include <bioprocessing/classification/cah.h>


Public Member Functions | |
| BaryElement (int card, const aims::Individuals< float > &bary, const std::set< int > &constitutedFrom=std::set< int >(), int number=-1) | |
| BaryElement (const std::vector< std::list< Point3d > > &classes, const AimsData< T > &data, const std::set< int > &constitutedFrom=std::set< int >(), int number=-1) | |
| virtual | ~BaryElement () |
| const std::vector< float > & | baryValue () const |
| const Point3df & | baryPosition () const |
| virtual float | distanceTo (Element< T > *other, const std::vector< std::list< Point3d > > &classes, const AimsData< T > &data, const AimsData< float > &initDistances) |
| virtual Element< T > * | agregateTo (Element< T > *other, const std::vector< std::list< Point3d > > &classes, const AimsData< T > &data, const AimsData< float > &initDistances, int newNb=-1) |
Public Member Functions inherited from Element< T > | |
| Element (int number, int card, const std::set< int > &constitutedFrom=std::set< int >()) | |
| virtual | ~Element () |
| int | number () const |
| void | setNumber (int number) |
| int | card () const |
| void | setCard (int card) |
| const std::set< int > & | constitutedFrom () const |
Additional Inherited Members | |
Protected Attributes inherited from Element< T > | |
| int | _number |
| int | _card |
| std::set< int > | _constitutedFrom |
| BaryElement< T >::BaryElement | ( | int | card, |
| const aims::Individuals< float > & | bary, | ||
| const std::set< int > & | constitutedFrom = std::set<int>(), |
||
| int | number = -1 |
||
| ) |
| BaryElement< T >::BaryElement | ( | const std::vector< std::list< Point3d > > & | classes, |
| const AimsData< T > & | data, | ||
| const std::set< int > & | constitutedFrom = std::set<int>(), |
||
| int | number = -1 |
||
| ) |
Definition at line 27 of file cah_d.h.
References Element< T >::_card, and Element< T >::_constitutedFrom.
|
inlinevirtual |
|
virtual |
Implements Element< T >.
Definition at line 100 of file cah_d.h.
References Element< T >::_card, BaryElement< T >::baryPosition(), BaryElement< T >::baryValue(), Element< T >::card(), and Element< T >::constitutedFrom().
|
inline |
Definition at line 70 of file cah.h.
Referenced by BaryElement< T >::agregateTo().
|
inline |
Definition at line 69 of file cah.h.
Referenced by BaryElement< T >::agregateTo(), and BaryElement< T >::distanceTo().
|
virtual |
Implements Element< T >.
Definition at line 82 of file cah_d.h.
References Element< T >::_card, BaryElement< T >::baryValue(), and Element< T >::card().