|
| | Filt (string s, IFilter f, Type t) |
| |
Definition at line 1087 of file Bio.cs.
◆ Type
Definition at line 1090 of file Bio.cs.
1091 {
1092 Base = 0,
1093 Base2 = 1,
1094 InPlace = 2,
1095 InPlace2 = 3,
1096 InPlacePartial = 4,
1097 Resize = 5,
1098 Rotate = 6,
1099 Transformation = 7,
1100 Copy = 8
1101 }
◆ Filt()
| BioImager.Filt.Filt |
( |
string |
s, |
|
|
IFilter |
f, |
|
|
Type |
t |
|
) |
| |
Definition at line 1105 of file Bio.cs.
1106 {
1107 name = s;
1108 filt = f;
1109 type = t;
1110 }
◆ filt
| IFilter BioImager.Filt.filt |
◆ name
| string BioImager.Filt.name |
◆ type
The documentation for this class was generated from the following file:
- F:/repos/BioImager/BioImager/Source/Bio.cs