#include <Cluster.h>
Inheritance diagram for prapi::Cluster< T, I, C >:

Public Methods | |
| Cluster () | |
| Create an empty cluster. | |
| Cluster (const Cluster &other) | |
| Copy a cluster. | |
| Cluster & | operator= (const Cluster &other) |
| Copy a cluster. | |
| Sample< T, I, C > | getRepresentative (void) const |
| Get a copy of the current cluster representative. | |
| Sample< T, I, C > & | representative (void) |
| Get the current cluster representative. | |
| void | setRepresentative (const Sample< T, I, C > &smpl) const |
| Set the cluster representative. | |
Protected Attributes | |
| Sample< T, I, C > | _representativeSample |