|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjabble.Indicator
jabble.indicators.IntegralIndicator
public class IntegralIndicator
Computes the spatial integral of a field over a slice.
| Field Summary |
|---|
| Fields inherited from class jabble.Indicator |
|---|
grid |
| Constructor Summary | |
|---|---|
IntegralIndicator(FunctionField function)
|
|
| Method Summary | |
|---|---|
void |
aggregate(double value)
Aggregates the value that are being calculated for this Indicator. |
void |
init()
Initializes the indicator for the next calculation. |
double |
retrieveAggreateValue()
Returns the value of the indicator for the current iteration. |
| Methods inherited from class jabble.Indicator |
|---|
calculate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntegralIndicator(FunctionField function)
| Method Detail |
|---|
public void init()
Indicator
init in class Indicatorpublic void aggregate(double value)
Indicator
aggregate in class Indicatorvalue - a new value to be added to the aggregate function calculationpublic double retrieveAggreateValue()
Indicator
retrieveAggreateValue in class Indicator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||