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