Top | ![]() |
![]() |
![]() |
![]() |
Functions
ncm_data_gaussmix2d_new ()
NcmDataGaussMix2D *
ncm_data_gaussmix2d_new (void
);
Creates a new NcmDataGaussMix2D.
ncm_data_gaussmix2d_ref ()
NcmDataGaussMix2D *
ncm_data_gaussmix2d_ref (NcmDataGaussMix2D *gm2d
);
Increases the reference count of gm2d
by onG
ncm_data_gaussmix2d_free ()
void
ncm_data_gaussmix2d_free (NcmDataGaussMix2D *gm2d
);
Decreases the reference count of gm2d
by onG
ncm_data_gaussmix2d_clear ()
void
ncm_data_gaussmix2d_clear (NcmDataGaussMix2D **gm2d
);
If gm2d
is different from NULL, decreases the reference count of
gm2d
by one and sets Gto NULL.