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