API changes - 1.4 |
- public void ApplyBitErrors( double? errors, int? layersSelected = null, int? magnificationsSelected = null, Point2D? expectedBottomLeft = null, Point2D? expectedTopRight = null )
+ public void ApplyBitErrors( double? errors, int? layersSelected = null, int? magnificationsSelected = null, dvec2? expectedBottomLeft = null, dvec2? expectedTopRight = null )
- public void ApplyErrors( Double[,,,,] errors, int? layersSelected = null, int? magnificationsSelected = null )
+ public void ApplyErrors( Double[,,,,] errors, int? layersSelected = null, int? magnificationsSelected = null )
- public Point2D BottomLeft { get; }
+ public dvec2 BottomLeft { get; }
- public Point2D TopRight { get; }
+ public dvec2 TopRight { get; }
+ public ShowGuideLinesEvent( )
+ public void OnGuideLines( )
- public Cuboid TileBound { get; set; }
+ public TileItem TileItem { get; set; }
- public dmat4 TileTransformationMatrix { get; set; }
+ public Cuboid Boundary { get; set; }
+ public TileItem CopyFrom( TileItem source )
+ public string ID { get; set; }
+ public bool IsSkipped { get; set; }
+ public dmat4 ModelMatrix { get; set; }
+ public ivec3 Position { get; set; }
+ public ivec3 TileCount { get; set; }
+ public TileItem( )
+ public BaseMarkableJobElement TilingSource { get; set; }
+ public bool IsAnyCornerInCuboid( Cuboid cuboid )
+ public bool IsAnyCornerNotInCuboid( Cuboid cuboid )
- public bool IsAnyEdgeInCuboid( Cuboid cuboid )
- public bool IsAnyEdgeNotInCuboid( Cuboid cuboid )
+ public bool IsNoCornerInCuboid( Cuboid cuboid )
- public bool IsNoEdgeInCuboid( Cuboid cuboid )
+ public double Volume { get; }
+ public double XYArea { get; }