#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 }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001