PortEffectTV Class Reference
Wrap an effect from the EffecTV project. More...
Inheritance diagram for PortEffectTV:

Public Member Functions | |
| PortEffectTV (const char *name, effect *e) | |
| void | config (const char *name, effect *e) |
| 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. | |
| bool | start () |
| Prepare the effect for operation. | |
| bool | stop () |
| Prepare the effect to cease operation. | |
Public Attributes | |
| std::string | name |
| effect * | e |
Detailed Description
Wrap an effect from the EffecTV project.Member Function Documentation
| bool PortEffectTV::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/common/EffectGroup.cpp