#include <CenterParticleClusteringAlgorithm.h>

Public Member Functions | |
| CenterParticleClusteringAlgorithm () | |
| virtual | ~CenterParticleClusteringAlgorithm () |
| void | SetCellList (glotzopt::CellList *) |
Protected Member Functions | |
| virtual void | ComputeClusters () |
Protected Attributes | |
| glotzopt::PairList | mPairList |
| glotzopt::CellList * | mCellList |
Example: Generate a list of clusters where each cluster contains a center particle surrounded by its nearest neighbors
| glotzcluster::CenterParticleClusteringAlgorithm::CenterParticleClusteringAlgorithm | ( | ) |
| glotzcluster::CenterParticleClusteringAlgorithm::~CenterParticleClusteringAlgorithm | ( | ) | [virtual] |
| void glotzcluster::CenterParticleClusteringAlgorithm::SetCellList | ( | glotzopt::CellList * | cell | ) |
| void glotzcluster::CenterParticleClusteringAlgorithm::ComputeClusters | ( | ) | [protected, virtual] |
Reimplemented from glotzcluster::ClusteringAlgorithm.
Reimplemented in glotzcluster::HierarchicalClusteringAlgorithm.
1.5.3