Top | ![]() |
![]() |
![]() |
![]() |
Functions
gdouble | (*NcmPriorFlatMean) () |
NcmPriorFlat * | ncm_prior_flat_ref () |
void | ncm_prior_flat_free () |
void | ncm_prior_flat_clear () |
Object Hierarchy
GObject ╰── NcmMSetFunc ╰── NcmPrior ╰── NcmPriorFlat ├── NcmPriorFlatFunc ╰── NcmPriorFlatParam
Functions
ncm_prior_flat_ref ()
NcmPriorFlat *
ncm_prior_flat_ref (NcmPriorFlat *pf
);
Increases the reference count of pf
atomically.
ncm_prior_flat_free ()
void
ncm_prior_flat_free (NcmPriorFlat *pf
);
Decreases the reference count of pf
atomically.
ncm_prior_flat_clear ()
void
ncm_prior_flat_clear (NcmPriorFlat **pf
);
Decreases the reference count of *pf
and sets *pf
to NULL.