Class

NumCosmoMathDataGaussMix2D

Description [src]

final class NumCosmoMath.DataGaussMix2D : NumCosmoMath.Data
{
  /* No available fields */
}

Gaussian Mixture 2d distribution.

Data object describing a Gaussian Mixture 2d distribution.

Ancestors

Constructors

ncm_data_gaussmix2d_new

Creates a new NcmDataGaussMix2D.

Functions

ncm_data_gaussmix2d_clear

If gm2d is different from NULL, decreases the reference count of gm2d by one and sets Gto NULL.

Instance methods

ncm_data_gaussmix2d_free

Decreases the reference count of gm2d by onG.

ncm_data_gaussmix2d_ref

Increases the reference count of gm2d by onG.

Methods inherited from NcmData (29)

Please see NcmData for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Properties inherited from NcmData (5)
NumCosmoMath.Data:bootstrap

The NcmData bootstrap object if any.

NumCosmoMath.Data:desc

Description of the data object.

NumCosmoMath.Data:init
No description available.

NumCosmoMath.Data:long-desc

Description of the data object.

NumCosmoMath.Data:name

Name of the data object.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct NumCosmoMathDataGaussMix2DClass {
  NcmDataClass parent_class;
  
}

No description available.

Class members
parent_class: NcmDataClass

No description available.