#include <GaussianFunction.h>
Public Member Functions | |
| GaussianFunction (Inst< SFNode > _metadata=0, Inst< SFFloat > _center=0, Inst< SFFloat > _amplitude=0, Inst< SFFloat > _width=0) | |
| Constructor. | |
| unsigned char | getChar (unsigned char x) |
| Get the value as unsigned byte. | |
| H3D::H3DFloat | get (H3DFloat x) |
| Get the value as H3DFloat. | |
Public Attributes | |
| auto_ptr< SFFloat > | center |
| The amplitude of the gaussian. | |
| auto_ptr< SFFloat > | amplitude |
| The amplitude of the gaussian. | |
| auto_ptr< SFFloat > | width |
| The width of the gaussian. | |
Static Public Attributes | |
| static H3DNodeDatabase | database |
|
|
The amplitude of the gaussian.
Access type: inputOutput |
|
|
The amplitude of the gaussian.
Access type: inputOutput |
|
|
The width of the gaussian.
Access type: inputOutput |
1.4.5