29 #ifndef __GAUSSIANFUNCTION_H__
30 #define __GAUSSIANFUNCTION_H__
45 Inst< SFFloat > _center = 0,
46 Inst< SFFloat > _amplitude = 0,
47 Inst< SFFloat > _width = 0 );
60 virtual HAPI::HAPIFunctionObject *getAsHAPIFunctionObject();
Header file for H3DFunctionNode.
Contains the SFFloat field class.
The function node implements a gaussian function.
Definition: GaussianFunction.h:41
H3DUniquePtr< SFFloat > amplitude
The amplitude of the gaussian.
Definition: GaussianFunction.h:72
H3DUniquePtr< SFFloat > width
The width of the gaussian.
Definition: GaussianFunction.h:78
H3DUniquePtr< SFFloat > center
The value for the center of the gaussian.
Definition: GaussianFunction.h:66
virtual unsigned int nrInputValues()
Returns the number of input values the function takes.
Definition: GaussianFunction.h:53
Base class for nodes evaluating function.
Definition: H3DFunctionNode.h:45
H3D API namespace.
Definition: Anchor.h:38
The H3DNodeDatabase contains a mapping between a name of a Node and the constructor for the Node with...
Definition: H3DNodeDatabase.h:194