Class cl_pipe_properties

java.lang.Object
org.jocl.NativePointerObject
org.jocl.cl_pipe_properties

public final class cl_pipe_properties extends NativePointerObject
Java port of cl_pipe_properties. In OpenCL 2.0, the properties object must always be "null".
  • Constructor Details

    • cl_pipe_properties

      public cl_pipe_properties()
      Creates new, empty cl_pipe_properties
  • Method Details

    • propertyString

      protected String propertyString(long value)
      Returns the string identifying the given property
      Parameters:
      value - The property value
      Returns:
      The string representation
    • toString

      public String toString()
      Returns a String representation of this object.
      Overrides:
      toString in class NativePointerObject
      Returns:
      A String representation of this object.
    • addProperty

      public void addProperty(long id, long value)
      Add the specified property to these properties
      Parameters:
      id - The property ID
      value - The property value
    • buildString

      protected String buildString()
      Returns a String containing the contents of these properties
      Returns:
      A String representation of the contents of these properties