cell histogram
This commit is contained in:
8
Plugins/LindtLeerformPlugin/Models/CellResult.cs
Normal file
8
Plugins/LindtLeerformPlugin/Models/CellResult.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace LindtLeerformPlugin.Models;
|
||||
|
||||
public class CellResult
|
||||
{
|
||||
public int Index { get; set; }
|
||||
public bool IsGood { get; set; }
|
||||
public double Distance { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user