C# Class URG.Gl.LaserDataDraw

Inheritance: DataDraw
Mostra file Open project: ppalma/URG-GL

Public Properties

Property Type Description
data_ List
data_max_ double
front_only_ bool
h_type_ bool
intensity_data_ List
length_max_ int
length_min_ int

Protected Properties

Property Type Description
normal_lines_data_ Lines
pre_record_ bool
recent_line_data_ System.Line
saved_lines_data_ Lines
sensor MBF.Sensors.URG

Public Methods

Method Description
LaserDataDraw ( ) : System
Show ( ) : void
addTemporaryLine ( System.Line line ) : void

Protected Methods

Method Description
IdleHandler ( ) : void
SensorInitialization ( ) : void

Private Methods

Method Description
addSaveLine ( System.Line line ) : void
adjustTypeH ( Point3d p, int degree ) : void
convertScanData ( System.Line line ) : void
redraw ( Point3d wii_rotate, bool record, bool no_plot ) : void
rotateX ( Point3d point, int rotate_degree ) : void
rotateY ( Point3d point, int rotate_degree ) : void
rotateZ ( Point3d point, int rotate_degree ) : void

Method Details

IdleHandler() protected method

protected IdleHandler ( ) : void
return void

LaserDataDraw() public method

public LaserDataDraw ( ) : System
return System

SensorInitialization() protected method

protected SensorInitialization ( ) : void
return void

Show() public method

public Show ( ) : void
return void

addTemporaryLine() public method

public addTemporaryLine ( System.Line line ) : void
line System.Line
return void

Property Details

data_ public_oe property

public List data_
return List

data_max_ public_oe property

public double data_max_
return double

front_only_ public_oe property

public bool front_only_
return bool

h_type_ public_oe property

public bool h_type_
return bool

intensity_data_ public_oe property

public List intensity_data_
return List

length_max_ public_oe property

public int length_max_
return int

length_min_ public_oe property

public int length_min_
return int

normal_lines_data_ protected_oe property

protected Lines normal_lines_data_
return Lines

pre_record_ protected_oe property

protected bool pre_record_
return bool

recent_line_data_ protected_oe property

protected Line,System recent_line_data_
return System.Line

saved_lines_data_ protected_oe property

protected Lines saved_lines_data_
return Lines

sensor protected_oe property

protected URG,MBF.Sensors sensor
return MBF.Sensors.URG