| 39 | virtual ~Decrease(); |
| 40 | |
| 41 | virtual const std::string getIdentifier() const { return DECREASE_ID;}; |
| 42 | |
| 43 | StreamInfo init(const ParameterMap& params, const StreamInfo& in); |
| 44 | void processToken(double* inData, const int inSize, double* out, const int outSize); |
nothing calls this directly
no outgoing calls
no test coverage detected