C# Class Ocronet.Dynamic.ImgLib.UnionFind

Afficher le fichier Open project: nickun/OCRonet Class Usage Examples

Méthodes publiques

Свойство Type Description
p Narray

Méthodes publiques

Méthode Description
UnionFind ( int max = 10000 ) : System
find_set ( int x ) : int
link ( int x, int y ) : void
make_set ( int x ) : void
make_union ( int x, int y ) : void

Method Details

UnionFind() public méthode

public UnionFind ( int max = 10000 ) : System
max int
Résultat System

find_set() public méthode

public find_set ( int x ) : int
x int
Résultat int

link() public méthode

public link ( int x, int y ) : void
x int
y int
Résultat void

make_set() public méthode

public make_set ( int x ) : void
x int
Résultat void

make_union() public méthode

public make_union ( int x, int y ) : void
x int
y int
Résultat void

Property Details

p public_oe property

public Narray p
Résultat Narray