#include <HxNgbDefuz.h>
Public Types | |
typedef HxTagLoop | IteratorCategory |
Loop version. More... | |
typedef HxTag1Phase | PhaseCategory |
1 phase. More... | |
Public Methods | |
HxNgbDefuz (HxTagList &tags) | |
Constructor. More... | |
~HxNgbDefuz () | |
HxSizes | size () |
void | init (int, int, ArgType) |
void | next (int x, int y, ArgType value) |
ResType | result () const |
Static Public Methods | |
HxString | className () |
The name : "Defuz". More... |
|
Loop version.
|
|
1 phase.
|
|
Constructor. Taglist should contain: int "windowSzX" int "windowSzY" int "thr"
|
|
The name : "Defuz".
00072 { 00073 static HxString s("defuz"); 00074 return s; 00075 } |