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