#include <VLCCluster.h>
Collaboration diagram for VLCCluster:

Public Member Functions | |
| VLCCluster (double xminimum, double xmaximum, double yminimum, double ymaximum) | |
| VLCCluster () | |
| void | setCandidate (bool c) |
| bool | getCandidate () |
| double | getYMin () |
| double | getXMin () |
| double | getXMax () |
| double | getYMax () |
| Vector2< double > | getMidpoint () |
| std::list< std::list< VLCCluster >::iterator >::iterator | getVPointer () |
| void | setVPointer (std::list< std::list< VLCCluster >::iterator >::iterator vp) |
| std::list< std::list< VLCCluster >::iterator >::iterator | getHPointer () |
| void | setHPointer (std::list< std::list< VLCCluster >::iterator >::iterator hp) |
Private Attributes | |
| double | xmin |
| double | xmax |
| double | ymin |
| double | ymax |
| bool | candidate |
| Vector2< double > | mid |
| std::list< std::list< VLCCluster >::iterator >::iterator | vpointer |
| std::list< std::list< VLCCluster >::iterator >::iterator | hpointer |
|
||||||||||||||||||||
|
Definition at line 4 of file VLCCluster.cpp. References Vector2< double >::x, and Vector2< double >::y. |
|
|
Definition at line 16 of file VLCCluster.cpp. |
|
|
Definition at line 20 of file VLCCluster.cpp. |
|
|
Definition at line 26 of file VLCCluster.cpp. |
|
|
Definition at line 31 of file VLCCluster.cpp. |
|
|
Definition at line 36 of file VLCCluster.cpp. |
|
|
Definition at line 41 of file VLCCluster.cpp. |
|
|
Definition at line 46 of file VLCCluster.cpp. |
|
|
Definition at line 52 of file VLCCluster.cpp. |
|
|
Definition at line 57 of file VLCCluster.cpp. |
|
|
Definition at line 62 of file VLCCluster.cpp. |
|
|
Definition at line 67 of file VLCCluster.cpp. |
|
|
Definition at line 72 of file VLCCluster.cpp. |
|
|
Definition at line 10 of file VLCCluster.h. |
|
|
Definition at line 10 of file VLCCluster.h. |
|
|
Definition at line 10 of file VLCCluster.h. |
|
|
Definition at line 10 of file VLCCluster.h. |
|
|
Definition at line 13 of file VLCCluster.h. |
|
|
Definition at line 16 of file VLCCluster.h. |
|
|
Definition at line 19 of file VLCCluster.h. |
|
|
Definition at line 20 of file VLCCluster.h. |
1.3.6