C# Class URG.GL.LaserSpatialDataDraw

Inheritance: LaserDataDraw
Mostrar archivo Open project: ppalma/URG-GL Class Usage Examples

Protected Properties

Property Type Description
acc Point3d
record bool
save_ok_ bool
spatial Spatial

Public Methods

Method Description
LaserSpatialDataDraw ( ) : System
Show ( ) : void
addTemporaryLine ( Line line ) : void

Protected Methods

Method Description
HotKeys ( ) : void
IdleHandler ( ) : void
KeyboardHandler ( byte key, int x, int y ) : void
PaintHandler ( ) : void
SpatialData ( object sender, SpatialDataEventArgs e ) : void
getSpatialRotate ( ) : Point3d
redraw ( Point3d spatial_rotate, bool record, bool no_plot ) : void
redrawCap ( ) : void

Private Methods

Method Description
SpatialInitialization ( ) : void
addSaveLine ( Line line ) : void

Method Details

HotKeys() protected method

protected HotKeys ( ) : void
return void

IdleHandler() protected method

protected IdleHandler ( ) : void
return void

KeyboardHandler() protected method

protected KeyboardHandler ( byte key, int x, int y ) : void
key byte
x int
y int
return void

LaserSpatialDataDraw() public method

public LaserSpatialDataDraw ( ) : System
return System

PaintHandler() protected method

protected PaintHandler ( ) : void
return void

Show() public method

public Show ( ) : void
return void

SpatialData() protected method

protected SpatialData ( object sender, SpatialDataEventArgs e ) : void
sender object
e SpatialDataEventArgs
return void

addTemporaryLine() public method

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

getSpatialRotate() protected method

protected getSpatialRotate ( ) : Point3d
return Point3d

redraw() protected method

protected redraw ( Point3d spatial_rotate, bool record, bool no_plot ) : void
spatial_rotate Point3d
record bool
no_plot bool
return void

redrawCap() protected method

protected redrawCap ( ) : void
return void

Property Details

acc protected_oe property

protected Point3d acc
return Point3d

record protected_oe property

protected bool record
return bool

save_ok_ protected_oe property

protected bool save_ok_
return bool

spatial protected_oe property

protected Spatial spatial
return Spatial