Public Member Functions | Public Attributes | List of all members
Point Class Reference

#include <lidar_segmentation.h>

Public Member Functions

 Point ()
 

Public Attributes

int cluster_id
 
int iteration
 
int label
 
double range
 
double theta
 
double x
 
double y
 

Detailed Description

Class with a corresponding x y theta range label and iteration of a laser point read from the txt file

Date
April 2013
Author
Jorge Almeida

Definition at line 77 of file lidar_segmentation.h.

Constructor & Destructor Documentation

Point::Point ( )
inline

Definition at line 81 of file lidar_segmentation.h.

Member Data Documentation

int Point::cluster_id

id of the GT cluster which point is assigned to

Definition at line 96 of file lidar_segmentation.h.

int Point::iteration

iteration which the point belongs

Definition at line 97 of file lidar_segmentation.h.

int Point::label

point's position in the incoming Laser Scan

Definition at line 95 of file lidar_segmentation.h.

double Point::range

point's range value

Definition at line 94 of file lidar_segmentation.h.

double Point::theta

point's angle value

Definition at line 93 of file lidar_segmentation.h.

double Point::x

x coordinate

Definition at line 91 of file lidar_segmentation.h.

double Point::y

y coordinate

Definition at line 92 of file lidar_segmentation.h.


The documentation for this class was generated from the following file:


lidar_segmentation
Author(s): Daniel Coimbra
autogenerated on Mon Mar 2 2015 01:32:12