|
Public Member Functions | |
ImageOpInstaller (ImageOpBank &bank) | |
template<class OP > | |
void | add (const std::string &name=OP().getName()) |
Add ImageOp command to registry (CommandBank). More... | |
Public Attributes | |
ImageOpBank & | bank |
|
inline |
Add ImageOp command to registry (CommandBank).
OP | - Class derived from ImageOp |