|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FunctionField
Calculates an expression at each given Point; it's used by FieldCalculators and Indicators.
| 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. |
| Method Detail |
|---|
void setupFields(java.util.List<Slice> slices)
slices - a list of slices in reverse evolution order (newest first)double calculateAt(Point point)
point - the Point at which the expression is calculated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||