| NumCosmo Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
Top-hat Window FunctionTop-hat Window Function — Provides a NcWindow of top-hat type filter. |
#define NC_WINDOW_VOLUME_TOPHAT struct NcWindowTophat; struct NcWindowTophatClass; NcWindow * nc_window_tophat_new ();
This object implements the NcWindow abstract class for a top-hat window function. See also Top-hat for more details.
NcWindow * nc_window_tophat_new ();
This function returns a NcWindow with a NcWindowTophat implementation.
Returns : |
A new NcWindow. |