| 33 | |
| 34 | public: |
| 35 | Decrease() { |
| 36 | declareInput(_array, "array", "the input array"); |
| 37 | declareOutput(_decrease, "decrease", "the decrease of the input array"); |
| 38 | } |
| 39 | |
| 40 | void declareParameters() { |
| 41 | declareParameter("range", "the range of the input array, used for normalizing the results", "(-inf,inf)", 1.0); |
nothing calls this directly
no outgoing calls
no test coverage detected