|
bioprocessing 6.0.4
|
#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 ) |
Definition at line 21 of file cah_d.h.
References Element< T >::card(), Element< T >::constitutedFrom(), Element< T >::Element(), and Element< T >::number().
Referenced by agregateTo(), and distanceTo().
| 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, Element< T >::_constitutedFrom, Element< T >::constitutedFrom(), Element< T >::Element(), and Element< T >::number().
|
inlinevirtual |
|
virtual |
Implements Element< T >.
Definition at line 100 of file cah_d.h.
References Element< T >::_card, BaryElement(), baryPosition(), baryValue(), Element< T >::card(), Element< T >::constitutedFrom(), and Element< T >::Element().
|
inline |
Definition at line 70 of file cah.h.
Referenced by agregateTo().
|
inline |
Definition at line 69 of file cah.h.
Referenced by agregateTo(), and distanceTo().
|
virtual |
Implements Element< T >.
Definition at line 82 of file cah_d.h.
References Element< T >::_card, BaryElement(), baryValue(), Element< T >::card(), and Element< T >::Element().