ParamEffect Class Reference
A meta-effect that allows the current effect to be select remotely. More...
Inheritance diagram for ParamEffect:

Public Member Functions | |
void | apply (Bottle &in, Bottle &out) |
virtual bool | read (yarp::os::ConnectionReader &connection) |
virtual bool | start () |
Prepare the effect for operation. | |
virtual bool | stop () |
Prepare the effect to cease operation. | |
virtual yarp::sig::Image * | pdraw (yarp::sig::Image &src, yarp::sig::Image &dest) |
Modify an image in any format in an effect-specific way, producing an output in any format. | |
std::string | getName () |
Get the name of an effect. |
Detailed Description
A meta-effect that allows the current effect to be select remotely.Communication is via a YARP port.
Member Function Documentation
virtual bool ParamEffect::stop | ( | ) | [inline, virtual] |
Prepare the effect to cease operation.
It may be started again without a close/open cycle.
Reimplemented from Effect.
The documentation for this class was generated from the following file:
- src/native_effects/ParamEffect.cpp