Uses of Class
org.bytedeco.cuda.cudart.uchar3
-
Packages that use uchar3 Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of uchar3 in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return uchar3 Modifier and Type Method Description uchar3uchar3. getPointer(long i)uchar3uchar3. position(long position)uchar3uchar3. x(byte setter)uchar3uchar3. y(byte setter)uchar3uchar3. z(byte setter) -
Uses of uchar3 in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global that return uchar3 Modifier and Type Method Description static uchar3cudart. make_uchar3(byte x, byte y, byte z)
-