C# Class MeshExplorer.Views.StatisticView

Inheritance: System.Windows.Forms.UserControl, IView
Exibir arquivo Open project: RegrowthStudios/VoxelRTS

Public Methods

Method Description
HandleMeshChange ( Mesh mesh ) : void
HandleMeshImport ( InputGeometry geometry, Mesh mesh ) : void
HandleMeshUpdate ( Mesh mesh ) : void
HandleNewInput ( InputGeometry geometry ) : void
StatisticView ( ) : System
UpdateStatistic ( Mesh mesh ) : void

Method Details

HandleMeshChange() public method

public HandleMeshChange ( Mesh mesh ) : void
mesh TriangleNet.Mesh
return void

HandleMeshImport() public method

public HandleMeshImport ( InputGeometry geometry, Mesh mesh ) : void
geometry TriangleNet.Geometry.InputGeometry
mesh TriangleNet.Mesh
return void

HandleMeshUpdate() public method

public HandleMeshUpdate ( Mesh mesh ) : void
mesh TriangleNet.Mesh
return void

HandleNewInput() public method

public HandleNewInput ( InputGeometry geometry ) : void
geometry TriangleNet.Geometry.InputGeometry
return void

StatisticView() public method

public StatisticView ( ) : System
return System

UpdateStatistic() public method

public UpdateStatistic ( Mesh mesh ) : void
mesh TriangleNet.Mesh
return void