igeo
Interface IScalarFieldI

All Superinterfaces:
IFieldI
All Known Implementing Classes:
IScalarField

public interface IScalarFieldI
extends IFieldI

abstract field function

Author:
Satoru Sugihara

Method Summary
 IScalar get(IVecI v)
          get field value at 3D location
 
Methods inherited from interface igeo.IFieldI
bidirectional, constantIntensity, decay, del, gauss, gaussian, gaussianDecay, get, intensity, intensity, linear, linearDecay, noDecay, threshold, threshold
 

Method Detail

get

IScalar get(IVecI v)
get field value at 3D location

Specified by:
get in interface IFieldI