Class CLImage3d<B extends Buffer>

    • Field Detail

      • depth

        public final int depth
    • Method Detail

      • cloneWith

        public <T extends BufferCLImage3d<T> cloneWith​(T directBuffer)
        Description copied from class: CLMemory
        Returns a new instance of CLMemory pointing to the same CLResource but using a different Buffer.
        Specified by:
        cloneWith in class CLMemory<B extends Buffer>
      • getSlicePitch

        public int getSlicePitch()
        Returns the size in bytes of a 2D slice of this 3D image.
      • getDepth

        public int getDepth()
        Returns the depth of this image in pixels.
      • close

        @Deprecated
        public final void close()
        Deprecated.
        This method is not intended to be called from client code.
        Implementation detail, satisfying AutoCloseable. Might be remove as soon we have extension methods, but shall validate with Java 1.5 specs.
        Specified by:
        close in interface AutoCloseable
        Specified by:
        close in interface AutoCloseable
        See Also:
        AutoCloseable