Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxImgFtorTableTem Class Template Reference

Template for typed access to the HxImgFtorTable. More...

#include <HxImgFtorTableTem.h>

List of all members.

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...


Detailed Description

template<class FunctorType>
class HxImgFtorTableTem< FunctorType >

Template for typed access to the HxImgFtorTable.


Member Function Documentation

template<class FunctorType>
FunctorType* HxImgFtorTableTem< FunctorType >::find const typename FunctorType::KeyType &    key const [inline]
 

Find functor in the HxImgFtorTable based on given key and cast the result to FunctorType.

00028     {
00029         return (FunctorType*)(HxImgFtorTable::instance().find(key));
00030     }


The documentation for this class was generated from the following file:
Generated on Tue Feb 3 14:19:01 2004 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001