Top |
NcmPowspecSpline2d *
ncm_powspec_spline2d_ref (NcmPowspecSpline2d *ps_s2d
);
Increases the reference count of ps_s2d
by one atomically.
void
ncm_powspec_spline2d_free (NcmPowspecSpline2d *ps_s2d
);
Atomically decrements the reference count of ps_s2d
by one.
If the reference count drops to 0,
all memory allocated by ps_s2d
is released.
void
ncm_powspec_spline2d_clear (NcmPowspecSpline2d **ps_s2d
);
If ps_s2d
is different from NULL,
atomically decrements the reference count of powspec
by one.
If the reference count drops to 0,
all memory allocated by powspec
is released and powspec
is set to NULL.
void ncm_powspec_spline2d_set_spline2d (NcmPowspecSpline2d *ps_s2d
,NcmSpline2d *spline2d
);
Sets the NcmSpline2d to spline2d
.
NcmSpline2d *
ncm_powspec_spline2d_peek_spline2d (NcmPowspecSpline2d *ps_s2d
);
Peeks the current NcmSpline2d.
“spline2d”
property“spline2d” NcmSpline2d *
Spline2d representing the values of the power-spectrum.
Owner: NcmPowspecSpline2d
Flags: Read / Write / Construct