Class PFMData


  • public class PFMData
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float[] data  
      int height  
      int width  
    • Constructor Summary

      Constructors 
      Constructor Description
      PFMData​(float[] data, int width, int height)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • data

        public float[] data
      • width

        public int width
      • height

        public int height
    • Constructor Detail

      • PFMData

        public PFMData​(float[] data,
                       int width,
                       int height)