igeo
Class ISurfaceZDepthMap

java.lang.Object
  extended by igeo.IMap
      extended by igeo.ISurfaceDepthMap
          extended by igeo.ISurfaceZDepthMap

public class ISurfaceZDepthMap
extends ISurfaceDepthMap

A subclass of IMap defined by z depth of surface.

Author:
Satoru Sugihara

Field Summary
 
Fields inherited from class igeo.ISurfaceDepthMap
depthDir, maxDepth, minDepthPt, orig, surface, uvec, vvec
 
Fields inherited from class igeo.IMap
defaultDensityHeight, defaultDensityWidth, densityMinDelta, uIntegration, vIntegration
 
Constructor Summary
ISurfaceZDepthMap(ISurfaceI surf)
           
ISurfaceZDepthMap(ISurfaceI surf, double minZ, double maxZ)
           
 
Method Summary
 
Methods inherited from class igeo.ISurfaceDepthMap
get, getDepth, getDepth, initMap
 
Methods inherited from class igeo.IMap
createImage, flipU, flipV, get, initDensityMapU, initDensityMapU, initDensityMapV, initDensityMapV, matchUDensityWithMap, matchUDensityWithMap, matchVDensityWithMap, matchVDensityWithMap, project, projectU, projectV, scaleDensityMapU, scaleDensityMapV
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISurfaceZDepthMap

public ISurfaceZDepthMap(ISurfaceI surf,
                         double minZ,
                         double maxZ)

ISurfaceZDepthMap

public ISurfaceZDepthMap(ISurfaceI surf)