In file mydocsrc/iml_rofn.h:

class iml_gabor_rofn : public iml_gaussian_rofn

This function is an n-dimensional gaussian multplied by an n-dimensional cosine

Inheritance:

iml_gabor_rofn < iml_gaussian_rofn < iml_rofn


Public Fields

iml_cos_rofn Carrier
The sinusoidal carrier; see the iml_cos_rofn class

Inherited from iml_gaussian_rofn:

Public Methods

IML_DOUBLE get_mean(IML_USINT Dim)
IML_DOUBLE get_sdev(IML_USINT Dim)
void set_domain_sd(IML_USINT Dim, IML_DOUBLE NSDev=3.0)
void set_mean(IML_USINT Dim, IML_DOUBLE Mean)
void set_sdev(IML_USINT Dim, IML_DOUBLE SDev)

Inherited from iml_rofn:

Public Methods

IML_DOUBLE get_value( iml_index IML_REF Index)
IML_DOUBLE operator()(IML_DOUBLE X0, IML_DOUBLE X1, IML_DOUBLE X2)
IML_DOUBLE operator()(IML_DOUBLE X0, IML_DOUBLE X1)
IML_DOUBLE operator()(IML_DOUBLE X0)
IML_DOUBLE operator()(IML_DOUBLE X0, IML_DOUBLE X1, IML_DOUBLE X2, ...)

Documentation

This function is an n-dimensional gaussian multplied by an n-dimensional cosine. The cosine is a member the gaussian, and is configured directly; see the iml_cos_rofn class. See the see the iml_gaussian_rofn class for configuration of the gaussian.

iml_cos_rofn Carrier
The sinusoidal carrier; see the iml_cos_rofn class.


This class has no child classes.

alphabetic index hierarchy of classes


generated by doc++