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