Functions | |
void | fsf::registerFactories () |
FSF factory registration Function to call to instanciate and register factories for all nodes and cells defined in this library. |
Since cells and nodes constitute extensible sets of specialized object types derived from respective base classes, Cell and Node factories a necessary for instantiating cells and nodes at run time, and modify application graphs dynamically. Node factories also provide away to instantiate filters of the corresponding node type. Note that all classes defined in the FSF library do not have a registered factory. Only those nodes and cells that require dynamic creation have registered factories.
void fsf::registerFactories | ( | ) |
FSF factory registration Function to call to instanciate and register factories for all nodes and cells defined in this library.