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

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