C# Class DebugVoronoiPlanes.DebuggerForm

ファイルを表示 Open project: Patapom/GodComplex Class Usage Examples

Protected Properties

Property Type Description
m_MMF MemoryMappedFile
m_View MemoryMappedViewAccessor
m_cells List

Private Properties

Property Type Description
BuildQuad void
ComputeCheckSum ulong
FlashError float4
InitializeComponent void
Lerp float4
PrintFloat3 string
SelectedCellColor float4
SelectedLineColor float4
SelectedPlaneColor float4
SelectedVertexColor float4
buttonClean_Click void
buttonReload_Click void
integerTrackbarControlCell_ValueChanged void
integerTrackbarControlLine_ValueChanged void
integerTrackbarControlPlane_ValueChanged void
integerTrackbarControlVertex_ValueChanged void

Public Methods

Method Description
DebuggerForm ( ) : System

Protected Methods

Method Description
Application_Idle ( object sender, EventArgs e ) : void
Camera_CameraTransformChanged ( object sender, EventArgs e ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

DrawArrow ( float3 _start, float3 _end, float3 _ortho, float4 _color ) : void
DrawLine ( float3 _start, float3 _end, float3 _ortho, float _thickness, float4 _color ) : void
DrawPlane ( float3 _position, float3 _normal, float3 _tangent, float _sizeTop, float _sizeBottom, float _sizeY, float4 _color, bool _circle ) : void
DrawPoint ( float3 _position, float _size, float4 _color ) : void
OnFormClosed ( FormClosedEventArgs e ) : void
OnLoad ( EventArgs e ) : void
UpdateLineInfos ( ) : void
UpdatePlaneInfos ( ) : void
UpdatePlanes ( ) : void
UpdateVertexInfos ( ) : void

Private Methods

Method Description
BuildQuad ( ) : void
ComputeCheckSum ( byte _buffer, int _offset, ulong _length ) : ulong
FlashError ( float4 _in ) : float4
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Lerp ( float4 a, float4 b, float t ) : float4
PrintFloat3 ( float3 v ) : string
SelectedCellColor ( float4 _in ) : float4
SelectedLineColor ( float4 _in ) : float4
SelectedPlaneColor ( float4 _in ) : float4
SelectedVertexColor ( float4 _in ) : float4
buttonClean_Click ( object sender, EventArgs e ) : void
buttonReload_Click ( object sender, EventArgs e ) : void
integerTrackbarControlCell_ValueChanged ( IntegerTrackbarControl _Sender, int _FormerValue ) : void
integerTrackbarControlLine_ValueChanged ( IntegerTrackbarControl _Sender, int _FormerValue ) : void
integerTrackbarControlPlane_ValueChanged ( IntegerTrackbarControl _Sender, int _FormerValue ) : void
integerTrackbarControlVertex_ValueChanged ( IntegerTrackbarControl _Sender, int _FormerValue ) : void

Method Details

Application_Idle() protected method

protected Application_Idle ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Camera_CameraTransformChanged() protected method

protected Camera_CameraTransformChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

DebuggerForm() public method

public DebuggerForm ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

DrawArrow() protected method

protected DrawArrow ( float3 _start, float3 _end, float3 _ortho, float4 _color ) : void
_start float3
_end float3
_ortho float3
_color float4
return void

DrawLine() protected method

protected DrawLine ( float3 _start, float3 _end, float3 _ortho, float _thickness, float4 _color ) : void
_start float3
_end float3
_ortho float3
_thickness float
_color float4
return void

DrawPlane() protected method

protected DrawPlane ( float3 _position, float3 _normal, float3 _tangent, float _sizeTop, float _sizeBottom, float _sizeY, float4 _color, bool _circle ) : void
_position float3
_normal float3
_tangent float3
_sizeTop float
_sizeBottom float
_sizeY float
_color float4
_circle bool
return void

DrawPoint() protected method

protected DrawPoint ( float3 _position, float _size, float4 _color ) : void
_position float3
_size float
_color float4
return void

OnFormClosed() protected method

protected OnFormClosed ( FormClosedEventArgs e ) : void
e FormClosedEventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void

UpdateLineInfos() protected method

protected UpdateLineInfos ( ) : void
return void

UpdatePlaneInfos() protected method

protected UpdatePlaneInfos ( ) : void
return void

UpdatePlanes() protected method

protected UpdatePlanes ( ) : void
return void

UpdateVertexInfos() protected method

protected UpdateVertexInfos ( ) : void
return void

Property Details

m_MMF protected_oe property

protected MemoryMappedFile m_MMF
return MemoryMappedFile

m_View protected_oe property

protected MemoryMappedViewAccessor m_View
return MemoryMappedViewAccessor

m_cells protected_oe property

protected List m_cells
return List