Uses of Class
org.bytedeco.cuda.cudart.uchar4
-
Packages that use uchar4 Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of uchar4 in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return uchar4 Modifier and Type Method Description uchar4uchar4. getPointer(long i)uchar4uchar4. position(long position)uchar4uchar4. w(byte setter)uchar4uchar4. x(byte setter)uchar4uchar4. y(byte setter)uchar4uchar4. z(byte setter) -
Uses of uchar4 in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global that return uchar4 Modifier and Type Method Description static uchar4cudart. make_uchar4(byte x, byte y, byte z, byte w)
-