sexi.util
Class ValueMap

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.HashMap
              |
              +--sexi.util.ValueMap
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable
Direct Known Subclasses:
TopographyMap

public class ValueMap
extends java.util.HashMap

See Also:
Serialized Form

Inner classes inherited from class java.util.Map
java.util.Map.Entry
 
Constructor Summary
ValueMap()
           
 
Method Summary
 Point3f[] getPointMap()
           
 double getValue(Point3f p)
           
 void putValue(Point3f p, double value)
           
 
Methods inherited from class java.util.HashMap
, capacity, clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, loadFactor, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ValueMap

public ValueMap()
Method Detail

putValue

public void putValue(Point3f p,
                     double value)

getValue

public double getValue(Point3f p)

getPointMap

public Point3f[] getPointMap()