#include <GT2005Clusterliste.h>
Public Member Functions | |
| GT2005Clusterliste () | |
| void | addCluster (GT2005Cluster c, std::list< std::list< GT2005Cluster >::iterator >::iterator i, bool v) |
| void | deleteAll () |
| void | removeCluster (std::list< GT2005Cluster >::iterator rc) |
| std::list< Vector2< double > > | getMidpoints () |
| std::list< GT2005Cluster >::iterator | getCListBegin () |
| std::list< GT2005Cluster >::iterator | getCListEnd () |
| std::list< std::list< GT2005Cluster >::iterator >::iterator | getVNaviBegin () |
| std::list< std::list< GT2005Cluster >::iterator >::iterator | getVNaviEnd () |
| std::list< std::list< GT2005Cluster >::iterator >::iterator | getHNaviBegin () |
| std::list< std::list< GT2005Cluster >::iterator >::iterator | getHNaviEnd () |
| bool | getEmpty () |
Private Attributes | |
| std::list< GT2005Cluster > | clist |
| std::list< std::list< GT2005Cluster >::iterator > | vNavi |
| std::list< std::list< GT2005Cluster >::iterator > | hNavi |
| std::list< Vector2< double > > | midlist |
| std::list< GT2005Cluster >::iterator | cIter |
| std::list< std::list< GT2005Cluster >::iterator >::iterator | vhIter |
| std::list< Vector2< double > >::iterator | mIter |
| bool | posGefunden |
|
|
Definition at line 4 of file GT2005Clusterliste.cpp. |
|
||||||||||||||||
|
Definition at line 14 of file GT2005Clusterliste.cpp. References clist, hNavi, posGefunden, and vNavi. Referenced by GT2005Clustering::addLine(), GT2005Clustering::Cluster1(), GT2005Clustering::clusterFinal(), GT2005Clustering::markH(), and GT2005Clustering::markV(). |
|
|
Definition at line 148 of file GT2005Clusterliste.cpp. References clist, hNavi, midlist, and vNavi. Referenced by GT2005Clustering::reset(). |
|
|
Definition at line 160 of file GT2005Clusterliste.cpp. References clist, hNavi, and vNavi. Referenced by GT2005Clustering::clusterFinal(). |
|
|
Definition at line 179 of file GT2005Clusterliste.cpp. References clist, and midlist. Referenced by GT2005Clustering::getMidpoint(), and GT2005Clustering::getSize(). |
|
|
Definition at line 190 of file GT2005Clusterliste.cpp. References clist. |
|
|
Definition at line 196 of file GT2005Clusterliste.cpp. References clist. |
|
|
Definition at line 203 of file GT2005Clusterliste.cpp. References vNavi. Referenced by GT2005Clustering::addLine(), GT2005Clustering::clusterFinal(), GT2005Clustering::getClusterX(), GT2005Clustering::getMidpointX(), and GT2005Clustering::prepV(). |
|
|
Definition at line 208 of file GT2005Clusterliste.cpp. References vNavi. Referenced by GT2005Clustering::prepV(). |
|
|
Definition at line 214 of file GT2005Clusterliste.cpp. References hNavi. Referenced by GT2005Clustering::clusterFinal(), GT2005Clustering::getClusterY(), GT2005Clustering::getMidpointY(), and GT2005Clustering::prepH(). |
|
|
Definition at line 221 of file GT2005Clusterliste.cpp. References hNavi. Referenced by GT2005Clustering::prepH(). |
|
|
Definition at line 227 of file GT2005Clusterliste.cpp. References clist. Referenced by GT2005Clustering::addLine(). |
|
|
Definition at line 11 of file GT2005Clusterliste.h. Referenced by addCluster(), deleteAll(), getCListBegin(), getCListEnd(), getEmpty(), getMidpoints(), and removeCluster(). |
|
|
Definition at line 16 of file GT2005Clusterliste.h. Referenced by addCluster(), deleteAll(), getVNaviBegin(), getVNaviEnd(), and removeCluster(). |
|
|
Definition at line 17 of file GT2005Clusterliste.h. Referenced by addCluster(), deleteAll(), getHNaviBegin(), getHNaviEnd(), and removeCluster(). |
|
|
Definition at line 20 of file GT2005Clusterliste.h. Referenced by deleteAll(), and getMidpoints(). |
|
|
Definition at line 23 of file GT2005Clusterliste.h. |
|
|
Definition at line 27 of file GT2005Clusterliste.h. |
|
|
Definition at line 31 of file GT2005Clusterliste.h. |
|
|
Definition at line 34 of file GT2005Clusterliste.h. Referenced by addCluster(). |
1.3.6