| 884 | |
| 885 | mDeclarePluginFactory(SlitScanPluginFactory,; , {}); |
| 886 | void |
| 887 | SlitScanPluginFactory::load() |
| 888 | { |
| 889 | ofxsThreadSuiteCheck(); |
| 890 | // we can't be used on hosts that don't perfrom temporal clip access |
| 891 | if (!getImageEffectHostDescription()->temporalClipAccess) { |
| 892 | throw Exception::HostInadequate("Need random temporal image access to work"); |
| 893 | } |
| 894 | } |
| 895 | |
| 896 | /** @brief The basic describe function, passed a plugin descriptor */ |
| 897 | void |
nothing calls this directly
no outgoing calls
no test coverage detected