Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxMakeParabola1d.h File Reference

More...

#include "HxImageRep.h"

Go to the source code of this file.

Functions

HxImageRep L_HXIMAGEREP HxMakeParabola1d (double rho, double accuracy, int maxfsize, int fsize=-1)
 Generate a kernel image resembling a parabola. More...


Detailed Description


Function Documentation

HxImageRep L_HXIMAGEREP HxMakeParabola1d double    rho,
double    accuracy,
int    maxfsize,
int    fsize = -1
 

Generate a kernel image resembling a parabola.

00015 {
00016     HxTagList   tags;
00017 
00018     HxAddTag(tags, "rho", HxVec3Double(rho,rho,rho));
00019     HxAddTag(tags, "accuracy", acc);
00020     HxAddTag(tags, "size", fsize);
00021     HxAddTag(tags, "maxSize", maxfsize);
00022 
00023     return HxImageFactory::instance().fromNamedGenerator(
00024             HXIMAGESIG2DDOUBLE, "parabola1d", tags);
00025 }


Generated on Tue Jan 8 13:59:21 2002 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001