Function
NumCosmoGalaxySDPositionIntegrandnew
Declaration [src]
NcGalaxySDPositionIntegrand*
nc_galaxy_sd_position_integrand_new (
NcGalaxySDPositionIntegrandFunc func,
NcGalaxySDPositionIntegrandFreeData callback_data_free,
NcGalaxySDPositionIntegrandCopyData callback_data_copy,
NcGalaxySDPositionIntegrandPrepareData callback_data_prepare,
gpointer callback_data
)
Parameters
func-
Type:
NcGalaxySDPositionIntegrandFuncA
NcGalaxySDPositionIntegrandFunc. callback_data_free-
Type:
NcGalaxySDPositionIntegrandFreeDataA
NcGalaxySDPositionIntegrandFreeData. callback_data_copy-
Type:
NcGalaxySDPositionIntegrandCopyDataA
NcGalaxySDPositionIntegrandCopyData. callback_data_prepare-
Type:
NcGalaxySDPositionIntegrandPrepareDataA
NcGalaxySDPositionIntegrandPrepareData. callback_data-
Type:
gpointerA gpointer.
The argument can be NULL.The data is owned by the caller of the function.
Return value
Type: NcGalaxySDPositionIntegrand
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |