igeo
Class IMeshFieldGeo

java.lang.Object
  extended by igeo.IFieldGeo
      extended by igeo.IMeshFieldGeo
All Implemented Interfaces:
I3DFieldI, IFieldI
Direct Known Subclasses:
ILinkedNodeMeshField.ILinkedNodeMeshFieldGeo, IMeshNormalField.IMeshNormalFieldGeo

public class IMeshFieldGeo
extends IFieldGeo
implements I3DFieldI

3D vector filed defined by a mesh.

Author:
Satoru Sugihara

Nested Class Summary
 
Nested classes/interfaces inherited from class igeo.IFieldGeo
IFieldGeo.Decay
 
Field Summary
 IMeshI mesh
           
 
Fields inherited from class igeo.IFieldGeo
bidirectional, constantIntensity, decay, intensity, threshold
 
Constructor Summary
IMeshFieldGeo(IMeshI m)
           
 
Method Summary
 IMeshFieldGeo bidirectional(boolean b)
          if bidirectional is on, field force vector is flipped when velocity of particle is going opposite
 IMeshFieldGeo constantIntensity(boolean b)
          if output vector is besed on constant length (intensity) or variable depending geometry when curve or surface tangent is used
 void del()
           
 IMeshFieldGeo gauss(double threshold)
          alias of gaussianDecay
 IMeshFieldGeo gaussian(double threshold)
          alias of gaussianDecay
 IMeshFieldGeo gaussianDecay(double threshold)
          set Gaussian decay; Threshold is used as double of standard deviation (when distance is eqaul to threshold, output is 13.5% of original).
 IVecI get(int vertexIdx)
           
 IVecI get(IVecI pos)
          get 3D vector field value
 IVecI get(IVecI pos, IVecI vel)
          get 3D vector field value
 IMeshFieldGeo intensity(double i)
          set output intensity
 IMeshFieldGeo linear(double threshold)
          alias of linearDecay
 IMeshFieldGeo linearDecay(double threshold)
          set linear decay; When distance is equal to threshold, output is zero.
 IMeshFieldGeo noDecay()
          set no decay
 IMeshFieldGeo threshold(double t)
          set decay threshold
 
Methods inherited from class igeo.IFieldGeo
decay, intensity, threshold
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface igeo.IFieldI
intensity, threshold
 

Field Detail

mesh

public IMeshI mesh
Constructor Detail

IMeshFieldGeo

public IMeshFieldGeo(IMeshI m)
Method Detail

get

public IVecI get(int vertexIdx)

get

public IVecI get(IVecI pos)
get 3D vector field value

Specified by:
get in interface I3DFieldI
Specified by:
get in interface IFieldI

get

public IVecI get(IVecI pos,
                 IVecI vel)
get 3D vector field value

Specified by:
get in interface I3DFieldI
Specified by:
get in interface IFieldI
Parameters:
pos - positio of the input particle
vel - velocity of the input particle

constantIntensity

public IMeshFieldGeo constantIntensity(boolean b)
if output vector is besed on constant length (intensity) or variable depending geometry when curve or surface tangent is used

Specified by:
constantIntensity in interface IFieldI
Overrides:
constantIntensity in class IFieldGeo

bidirectional

public IMeshFieldGeo bidirectional(boolean b)
if bidirectional is on, field force vector is flipped when velocity of particle is going opposite

Specified by:
bidirectional in interface IFieldI
Overrides:
bidirectional in class IFieldGeo

noDecay

public IMeshFieldGeo noDecay()
set no decay

Specified by:
noDecay in interface IFieldI
Overrides:
noDecay in class IFieldGeo

linearDecay

public IMeshFieldGeo linearDecay(double threshold)
set linear decay; When distance is equal to threshold, output is zero.

Specified by:
linearDecay in interface IFieldI
Overrides:
linearDecay in class IFieldGeo

linear

public IMeshFieldGeo linear(double threshold)
Description copied from class: IFieldGeo
alias of linearDecay

Specified by:
linear in interface IFieldI
Overrides:
linear in class IFieldGeo

gaussianDecay

public IMeshFieldGeo gaussianDecay(double threshold)
set Gaussian decay; Threshold is used as double of standard deviation (when distance is eqaul to threshold, output is 13.5% of original).

Specified by:
gaussianDecay in interface IFieldI
Overrides:
gaussianDecay in class IFieldGeo

gaussian

public IMeshFieldGeo gaussian(double threshold)
Description copied from class: IFieldGeo
alias of gaussianDecay

Specified by:
gaussian in interface IFieldI
Overrides:
gaussian in class IFieldGeo

gauss

public IMeshFieldGeo gauss(double threshold)
Description copied from class: IFieldGeo
alias of gaussianDecay

Specified by:
gauss in interface IFieldI
Overrides:
gauss in class IFieldGeo

threshold

public IMeshFieldGeo threshold(double t)
Description copied from class: IFieldGeo
set decay threshold

Specified by:
threshold in interface IFieldI
Overrides:
threshold in class IFieldGeo

intensity

public IMeshFieldGeo intensity(double i)
Description copied from class: IFieldGeo
set output intensity

Specified by:
intensity in interface IFieldI
Overrides:
intensity in class IFieldGeo

del

public void del()
Specified by:
del in interface IFieldI