Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxImgFtorI3Key Class Reference

Key for HxImgFtorI3. More...

#include <HxImgFtorI3Key.h>

Inheritance diagram for HxImgFtorI3Key::

HxImgFtorKey HxImgFtorI3CastKey HxImgFtorBpoKey HxImgFtorGenConvK1dKey HxImgFtorGenConvKey HxImgFtorKernelNgbKey List of all members.

Public Methods

 HxImgFtorI3Key (HxString className, HxString sig1Name, HxString sig2Name, HxString sig3Name)
 Constructor. More...


Detailed Description

Key for HxImgFtorI3.


Constructor & Destructor Documentation

HxImgFtorI3Key::HxImgFtorI3Key HxString    className,
HxString    sig1Name,
HxString    sig2Name,
HxString    sig3Name
[inline]
 

Constructor.

00032     : HxImgFtorKey(className)
00033 {
00034     HxStringList l;
00035     l << sig1Name << sig2Name << sig3Name; 
00036     setArguments(l.begin(),l.end());
00037 }


The documentation for this class was generated from the following file:
Generated on Tue Jan 8 13:59:29 2002 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001