#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
| HxImageRep L_HXIMAGEREP | HxAndVal (HxImageRep im, HxValue val) |
| And. More... | |
|
||||||||||||
|
And. The function performs and (see Pixels) on all pixels in the input image via a binary pixel operation (see Images). Implementation specifics : The pixel functor : HxBpoAnd. The image functor instantiator : HxInstantiatorAndV.
00013 {
00014 return im.binaryPixOp(val, "and");
00015 }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001