C# Class NSMBe4.ImageIndexer.Box

Afficher le fichier Open project: Dirbaio/NSMB-Editor

Méthodes publiques

Свойство Type Description
min byte[]

Méthodes publiques

Méthode Description
Box ( Box b ) : System
Box ( byte min, byte max ) : System
Box ( int count ) : System
ToString ( ) : string
canSplit ( int>.Dictionary freqTable ) : bool
canSplit2 ( int>.Dictionary freqTable ) : bool
canSplitInDim ( int i, int>.Dictionary freqTable ) : bool
center ( ) : MultiColor
dominantDimension ( int>.Dictionary freqTable ) : int
dominantDimensionNum ( int>.Dictionary freqTable ) : byte
inside ( MultiColor c ) : bool
setDimMax ( byte d, byte a ) : void
setDimMin ( byte d, byte a ) : void

Private Methods

Méthode Description
arr2str ( byte a ) : string

Method Details

Box() public méthode

public Box ( Box b ) : System
b Box
Résultat System

Box() public méthode

public Box ( byte min, byte max ) : System
min byte
max byte
Résultat System

Box() public méthode

public Box ( int count ) : System
count int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

canSplit() public méthode

public canSplit ( int>.Dictionary freqTable ) : bool
freqTable int>.Dictionary
Résultat bool

canSplit2() public méthode

public canSplit2 ( int>.Dictionary freqTable ) : bool
freqTable int>.Dictionary
Résultat bool

canSplitInDim() public méthode

public canSplitInDim ( int i, int>.Dictionary freqTable ) : bool
i int
freqTable int>.Dictionary
Résultat bool

center() public méthode

public center ( ) : MultiColor
Résultat MultiColor

dominantDimension() public méthode

public dominantDimension ( int>.Dictionary freqTable ) : int
freqTable int>.Dictionary
Résultat int

dominantDimensionNum() public méthode

public dominantDimensionNum ( int>.Dictionary freqTable ) : byte
freqTable int>.Dictionary
Résultat byte

inside() public méthode

public inside ( MultiColor c ) : bool
c MultiColor
Résultat bool

setDimMax() public méthode

public setDimMax ( byte d, byte a ) : void
d byte
a byte
Résultat void

setDimMin() public méthode

public setDimMin ( byte d, byte a ) : void
d byte
a byte
Résultat void

Property Details

min public_oe property

public byte[] min
Résultat byte[]