Class ColormapTexture


  • public class ColormapTexture
    extends Object
    • Constructor Detail

      • ColormapTexture

        public ColormapTexture​(ColorMapper mapper,
                               String name,
                               int id)
      • ColormapTexture

        public ColormapTexture​(ColorMapper mapper)
    • Method Detail

      • updateColormap

        public void updateColormap​(ColorMapper mapper)
      • update

        public void update​(com.jogamp.opengl.GL gl)
      • bind

        public void bind​(com.jogamp.opengl.GL gl)
                  throws com.jogamp.opengl.GLException
        Throws:
        com.jogamp.opengl.GLException
      • setTextureData

        public void setTextureData​(com.jogamp.opengl.GL gl,
                                   Buffer buffer,
                                   int[] shape)
      • getID

        public int getID()