Uses of Class
org.bytedeco.cuda.cudart.ushort3
-
Packages that use ushort3 Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of ushort3 in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return ushort3 Modifier and Type Method Description ushort3ushort3. getPointer(long i)ushort3ushort3. position(long position)ushort3ushort3. x(short setter)ushort3ushort3. y(short setter)ushort3ushort3. z(short setter) -
Uses of ushort3 in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global that return ushort3 Modifier and Type Method Description static ushort3cudart. make_ushort3(short x, short y, short z)
-