|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectigeo.IObject
igeo.IAgent
igeo.IField
igeo.IScalarField
public abstract class IScalarField
scalar filed agent.
Field Summary | |
---|---|
IScalarFieldI |
field
|
Fields inherited from class igeo.IField |
---|
targetClasses |
Fields inherited from class igeo.IAgent |
---|
alive, duration, interactOverridden, localDynamics, parent, targets, time |
Fields inherited from class igeo.IObject |
---|
attribute, dynamics, graphics, parameter, server, userData |
Constructor Summary | |
---|---|
IScalarField(IScalarFieldI f)
|
Method Summary | |
---|---|
void |
applyForce(IParticleI p)
|
IScalarField |
constantIntensity(boolean b)
if output vector is besed on constant length (intensity) or variable depending geometry when curve or surface tangent is used |
IScalarFieldI |
field()
|
IScalarField |
gaussian(double threshold)
alias of gaussianDecay |
IScalarField |
gaussianDecay(double threshold)
set Gaussian decay with threshold; Threshold is used as double of standard deviation (when distance is eqaul to threshold, output is 13.5% of original). |
double |
intensity()
get output intensity |
IScalarField |
intensity(double i)
set output intensity |
IScalarField |
linear(double threshold)
alias of linearDecay |
IScalarField |
linearDecay(double threshold)
set linear decay with threshold; When distance is equal to threshold, output is zero. |
IScalarField |
noDecay()
set no decay |
double |
threshold()
get decay threshold |
IScalarField |
threshold(double t)
set decay threshold |
abstract IVecI |
to3d(IScalar v)
convert scalar value to 3d vector |
Methods inherited from class igeo.IField |
---|
applyField, clr, clr, clr, clr, clr, clr, clr, clr, clr, clr, clr, clr, clr, clr, clr, clr, clr, clr, clr, clr, hide, hsb, hsb, hsb, hsb, interact, isTarget, isTargetClass, layer, name, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setHSBColor, setHSBColor, setHSBColor, setHSBColor, show, target, target, targetClass, targetClass, weight, weight |
Methods inherited from class igeo.IAgent |
---|
addDynamics, alive, del, del, deletDynamics, deleteDynamics, deleteDynamics, duration, duration, dynamicsNum, getDynamics, initAgent, interact, localDynamics, parent, parent, postinteract, postupdate, preinteract, preupdate, removeTarget, removeTarget, setColor, setColor, setColor, setColor, target, target, targetNum, targets, time, time, update, updateGraphic, updateTarget |
Methods inherited from class igeo.IObject |
---|
alpha, alphaInt, attr, attr, attr, awtColor, blue, blueInt, clearDynamics, clearGraphics, clr, cp, createGraphic, defaultAttribute, deleteGraphic, dup, getAWTColor, getColor, getGraphic, getGraphic, getParameter, graphicsNum, gray, grayInt, green, greenInt, greyInt, initGraphic, initObject, isValid, isVisible, layer, layer, name, red, redInt, resetGraphic, server, setColor, setColor, setParameter, syncColor, syncGraphic, syncVisibility, syncWeight, userData, userData, visible, weight |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface igeo.IScalarFieldI |
---|
get |
Methods inherited from interface igeo.IFieldI |
---|
del |
Field Detail |
---|
public IScalarFieldI field
Constructor Detail |
---|
public IScalarField(IScalarFieldI f)
Method Detail |
---|
public abstract IVecI to3d(IScalar v)
public void applyForce(IParticleI p)
public IScalarFieldI field()
public IScalarField noDecay()
noDecay
in interface IFieldI
public IScalarField linearDecay(double threshold)
linearDecay
in interface IFieldI
public IScalarField linear(double threshold)
IFieldI
linear
in interface IFieldI
public IScalarField gaussianDecay(double threshold)
gaussianDecay
in interface IFieldI
public IScalarField gaussian(double threshold)
IFieldI
gaussian
in interface IFieldI
public IScalarField constantIntensity(boolean b)
constantIntensity
in interface IFieldI
public IScalarField threshold(double t)
threshold
in interface IFieldI
public double threshold()
threshold
in interface IFieldI
public IScalarField intensity(double i)
intensity
in interface IFieldI
public double intensity()
intensity
in interface IFieldI
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |