This structure contains all point cluster information. More...
#include <mtt_common.h>
Public Attributes | |
| double | cx |
| double | cxe |
| double | cxp |
| double | cy |
| double | cye |
| double | cyp |
| int | enp |
| end point More... | |
| int | id |
| id of the cluster More... | |
| double | lenght |
| int | n_points |
| total number of points More... | |
| bool | partialy_occluded |
| double | r |
| double | rmin |
| int | stp |
| start point More... | |
| double | tm |
Friends | |
| ostream & | operator<< (ostream &o, const st_cluster &i) |
This structure contains all point cluster information.
Definition at line 77 of file mtt_common.h.
|
friend |
Definition at line 93 of file mtt_common.h.
| double st_cluster::cx |
Definition at line 88 of file mtt_common.h.
| double st_cluster::cxe |
Definition at line 88 of file mtt_common.h.
| double st_cluster::cxp |
Definition at line 88 of file mtt_common.h.
| double st_cluster::cy |
Definition at line 88 of file mtt_common.h.
| double st_cluster::cye |
Definition at line 88 of file mtt_common.h.
| double st_cluster::cyp |
Definition at line 88 of file mtt_common.h.
| int st_cluster::enp |
end point
Definition at line 84 of file mtt_common.h.
| int st_cluster::id |
id of the cluster
Definition at line 80 of file mtt_common.h.
| double st_cluster::lenght |
Definition at line 91 of file mtt_common.h.
| int st_cluster::n_points |
total number of points
Definition at line 86 of file mtt_common.h.
| bool st_cluster::partialy_occluded |
Definition at line 90 of file mtt_common.h.
| double st_cluster::r |
Definition at line 89 of file mtt_common.h.
| double st_cluster::rmin |
Definition at line 87 of file mtt_common.h.
| int st_cluster::stp |
start point
Definition at line 82 of file mtt_common.h.
| double st_cluster::tm |
Definition at line 87 of file mtt_common.h.