Class OpenCLContext.DataRef

  • Enclosing class:
    OpenCLContext

    private static class OpenCLContext.DataRef
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.jocl.Pointer pointer  
      private int size  
    • Constructor Summary

      Constructors 
      Constructor Description
      DataRef​(org.jocl.Pointer pointer, int size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void updateFromBuffer()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • pointer

        private final org.jocl.Pointer pointer
      • size

        private final int size
    • Constructor Detail

      • DataRef

        DataRef​(org.jocl.Pointer pointer,
                int size)
    • Method Detail

      • updateFromBuffer

        void updateFromBuffer()