com.nativelibs4java.opencl.library
Class cl_image_format

java.lang.Object
  extended by org.bridj.NativeObject
      extended by org.bridj.StructObject
          extended by com.nativelibs4java.opencl.library.cl_image_format
All Implemented Interfaces:
org.bridj.NativeObjectInterface

public class cl_image_format
extends org.bridj.StructObject

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java or BridJ .


Field Summary
 
Fields inherited from class org.bridj.StructObject
io
 
Fields inherited from class org.bridj.NativeObject
peer, typeInfo
 
Constructor Summary
cl_image_format()
           
cl_image_format(org.bridj.Pointer pointer)
           
 
Method Summary
 int image_channel_data_type()
           
 cl_image_format image_channel_data_type(int image_channel_data_type)
           
 int image_channel_order()
           
 cl_image_format image_channel_order(int image_channel_order)
           
 
Methods inherited from class org.bridj.StructObject
toString
 
Methods inherited from class org.bridj.NativeObject
clone, equals
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

cl_image_format

public cl_image_format()

cl_image_format

public cl_image_format(org.bridj.Pointer pointer)
Method Detail

image_channel_order

public int image_channel_order()

image_channel_order

public cl_image_format image_channel_order(int image_channel_order)

image_channel_data_type

public int image_channel_data_type()

image_channel_data_type

public cl_image_format image_channel_data_type(int image_channel_data_type)


Copyright © 2009-2013. All Rights Reserved.