H3D::GaussianFunction Class Reference
[H3D specific Node classes.]

The function node implements a gaussian function. More...

#include <GaussianFunction.h>

List of all members.

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< SFFloatcenter
 The amplitude of the gaussian.
auto_ptr< SFFloatamplitude
 The amplitude of the gaussian.
auto_ptr< SFFloatwidth
 The width of the gaussian.

Static Public Attributes

static H3DNodeDatabase database


Detailed Description

The function node implements a gaussian function.


Member Data Documentation

auto_ptr< SFFloat > H3D::GaussianFunction::amplitude
 

The amplitude of the gaussian.

Access type: inputOutput
Default value: 1

auto_ptr< SFFloat > H3D::GaussianFunction::center
 

The amplitude of the gaussian.

Access type: inputOutput
Default value: 0

auto_ptr< SFFloat > H3D::GaussianFunction::width
 

The width of the gaussian.

Access type: inputOutput
Default value: 1


Generated on Thu Aug 24 12:39:12 2006 for H3D API by  doxygen 1.4.5