public class PFMData
extends Object
-
Field Summary 
Fields
-
Constructor Summary 
Constructors
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 Details 
-
data 
public float[] data
-
width 
public int width
-
height 
public int height
-
Constructor Details 
-
PFMData 
public PFMData(float[] data,
int width,
int height)