#include <ClusterLibrary.h>

Public Member Functions | |
| ClusterLibrary () | |
| Constructor. | |
| ~ClusterLibrary () | |
| void | AddCluster (Cluster *) |
| void | RemoveCluster (Cluster *) |
| int | GetNumberOfClusters () const |
| int | Size () const |
| Cluster * | GetCluster (int) |
| ClusterList & | GetClusters () |
| int | GetSequencer () const |
| void | SetSequencer (int) |
Protected Attributes | |
| int | mSequencer |
| ClusterList | mCluster |
Static Protected Attributes | |
| static int | sSequencer = 0 |
| glotzcluster::ClusterLibrary::ClusterLibrary | ( | ) |
Constructor.
| glotzcluster::ClusterLibrary::~ClusterLibrary | ( | ) |
| void glotzcluster::ClusterLibrary::AddCluster | ( | Cluster * | cluster | ) |
| void glotzcluster::ClusterLibrary::RemoveCluster | ( | Cluster * | cluster | ) |
| int glotzcluster::ClusterLibrary::GetNumberOfClusters | ( | ) | const |
| int glotzcluster::ClusterLibrary::Size | ( | ) | const |
| Cluster * glotzcluster::ClusterLibrary::GetCluster | ( | int | i | ) |
| ClusterList & glotzcluster::ClusterLibrary::GetClusters | ( | ) |
| int glotzcluster::ClusterLibrary::GetSequencer | ( | ) | const |
| void glotzcluster::ClusterLibrary::SetSequencer | ( | int | sequencer | ) |
int glotzcluster::ClusterLibrary::sSequencer = 0 [static, protected] |
int glotzcluster::ClusterLibrary::mSequencer [protected] |
ClusterList glotzcluster::ClusterLibrary::mCluster [protected] |
1.5.3