|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjabble.indicators.SpaceDerivativeFunctionField
public class SpaceDerivativeFunctionField
Computes the first derivative of a field.
| Constructor Summary | |
|---|---|
SpaceDerivativeFunctionField(java.lang.String fieldName,
int dirIndex)
|
|
| Method Summary | |
|---|---|
double |
calculateAt(Point point)
Calculates the expression at a given point. |
void |
setupFields(java.util.List<Slice> slices)
Sets the set of slices on which the expression will be calculated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpaceDerivativeFunctionField(java.lang.String fieldName,
int dirIndex)
| Method Detail |
|---|
public void setupFields(java.util.List<Slice> slices)
FunctionField
setupFields in interface FunctionFieldslices - a list of slices in reverse evolution order (newest first)public double calculateAt(Point point)
FunctionField
calculateAt in interface FunctionFieldpoint - the Point at which the expression is calculated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||