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

HxImgFtorI2Key Class Reference

Key for HxImgFtorI2. More...

#include <HxImgFtorI2Key.h>

Inheritance diagram for HxImgFtorI2Key::

HxImgFtorKey HxImgFtorI2CastKey HxImgFtorDiyKey HxImgFtorExportExtraKey HxImgFtorNgbKey HxImgFtorRecGenConvK1dKey HxImgFtorRecGenConvKey HxImgFtorSetKey HxImgFtorUpoKey List of all members.

Public Methods

 HxImgFtorI2Key (HxString className, HxString sig1Name, HxString sig2Name)
 Constructor. More...


Detailed Description

Key for HxImgFtorI2.


Constructor & Destructor Documentation

HxImgFtorI2Key::HxImgFtorI2Key HxString    className,
HxString    sig1Name,
HxString    sig2Name
[inline]
 

Constructor.

00029     : HxImgFtorKey(className)
00030 {
00031     HxStringList l;
00032     l << sig1Name << sig2Name;
00033     setArguments(l.begin(), l.end());
00034 }


The documentation for this class was generated from the following file:
Generated on Mon Jan 27 15:49:02 2003 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001