#include <HxNgbKuwahara.h>
Public Types | |
typedef HxTagLoop | IteratorCategory |
Loop version. More... | |
typedef HxTag1Phase | PhaseCategory |
1 phase. More... | |
Public Methods | |
HxNgbKuwahara (HxTagList &tags) | |
Constructor. More... | |
~HxNgbKuwahara () | |
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 : "Kuwahara". More... |
|
Loop version.
|
|
1 phase.
|
|
Constructor. Taglist should contain: int "windowW", int "windowH"
|
|
The name : "Kuwahara".
00071 { 00072 static HxString s("kuwahara"); 00073 return s; 00074 } |