BioLib  3.7.0
A GUI-less version of Bio .NET library for editing & annotating various microscopy image formats.
Loading...
Searching...
No Matches
BioLib.Filt Class Reference

Public Types

enum  Type {
  Base = 0 , Base2 = 1 , InPlace = 2 , InPlace2 = 3 ,
  InPlacePartial = 4 , Resize = 5 , Rotate = 6 , Transformation = 7 ,
  Copy = 8
}
 

Public Member Functions

 Filt (string s, IFilter f, Type t)
 

Public Attributes

string name
 
IFilter filt
 
Type type
 

Member Enumeration Documentation

◆ Type

enum BioLib.Filt.Type
354 {
355 Base = 0,
356 Base2 = 1,
357 InPlace = 2,
358 InPlace2 = 3,
359 InPlacePartial = 4,
360 Resize = 5,
361 Rotate = 6,
362 Transformation = 7,
363 Copy = 8
364 }

Constructor & Destructor Documentation

◆ Filt()

BioLib.Filt.Filt ( string s,
IFilter f,
Type t )
369 {
370 name = s;
371 filt = f;
372 type = t;
373 }

The documentation for this class was generated from the following file: