override float[] GetInput ()
override float[] GetLable ()
float[] GetInput ()
float[] GetLable ()
Definition at line 57 of file Promotions.cs .
◆ BoxPromotion()
BioGTK.BoxPromotion.BoxPromotion
(
)
Definition at line 59 of file Promotions.cs .
60 {
61 this.mLeftUp = new PointPromotion(ForeGround.foreground);
62 this.mRightBottom = new PointPromotion(ForeGround.foreground);
63 this.mType = PromotionType.Box;
64 }
◆ GetInput()
override float[] BioGTK.BoxPromotion.GetInput
(
)
Definition at line 65 of file Promotions.cs .
66 {
67 return new float [4] { this.mLeftUp.X,
68 this.mLeftUp.Y,
69 this.mRightBottom.X,
70 this.mRightBottom.Y };
71 }
◆ GetLable()
override float[] BioGTK.BoxPromotion.GetLable
(
)
Definition at line 72 of file Promotions.cs .
73 {
74 return new float [2] { 2,3 };
75 }
◆ mLeftUp
◆ mRightBottom
The documentation for this class was generated from the following file: