#include <HxImgFtorTableTem.h>
Public Methods | |
FunctorType * | find (const typename FunctorType::KeyType &key) const |
Find functor in the HxImgFtorTable based on given key and cast the result to FunctorType. More... |
|
Find functor in the HxImgFtorTable based on given key and cast the result to FunctorType.
00028 { 00029 return (FunctorType*)(HxImgFtorTable::instance().find(key)); 00030 } |