#include <trafo.hpp>


Subclasses include the (Video) Projector for scaling/translating, all sorts of effects (Plugins), as well as the low level codecs used to decode the raw media at the source end of the render pipeline(s)
Definition at line 43 of file trafo.hpp.
Protected Member Functions | |
| virtual void | process ()=0 |
| do the actual calculations. | |
| Trafo (WiringDescriptor const &wd) | |
Friends | |
| class | NodeFactory |
| virtual void engine::Trafo::process | ( | ) | [protected, pure virtual] |
do the actual calculations.
For internal use only.
dispatch to implementation. Client code should use render()
1.5.6