Top |
NcmDataGaussMix2D *
ncm_data_gaussmix2d_new (void
);
Creates a new NcmDataGaussMix2D.
NcmDataGaussMix2D *
ncm_data_gaussmix2d_ref (NcmDataGaussMix2D *gm2d
);
Increases the reference count of gm2d
by onG
void
ncm_data_gaussmix2d_free (NcmDataGaussMix2D *gm2d
);
Decreases the reference count of gm2d
by onG
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.