|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| #define DECLARE_OPERATION_TRAITS | ( | CATEGORY | ) |
Macro to declare operation traits for automatic registration.
This macro should be used in operation classes to provide intrinsic type information that the registry can use for automatic categorization.
Usage: class MyAnalyzer : public UniversalAnalyzer<...> { public: DECLARE_OPERATION_TRAITS(ANALYZER) // ... rest of implementation };
Definition at line 20 of file ComputeRegistry.hpp.