Function
NumCosmoGalaxyShapeFactorIntegrandnew
Declaration [src]
NcGalaxyShapeFactorIntegrand*
nc_galaxy_shape_factor_integrand_new (
NcGalaxyShapeFactorIntegrandFunc func,
NcGalaxyShapeFactorIntegrandFreeData callback_data_free,
NcGalaxyShapeFactorIntegrandCopyData callback_data_copy,
NcGalaxyShapeFactorIntegrandPrepareData callback_data_prepare,
gpointer callback_data
)
Parameters
func-
Type:
NcGalaxyShapeFactorIntegrandFuncA
NcGalaxyShapeFactorIntegrandFunc. callback_data_free-
Type:
NcGalaxyShapeFactorIntegrandFreeDataA
NcGalaxyShapeFactorIntegrandFreeData. callback_data_copy-
Type:
NcGalaxyShapeFactorIntegrandCopyDataA
NcGalaxyShapeFactorIntegrandCopyData. callback_data_prepare-
Type:
NcGalaxyShapeFactorIntegrandPrepareDataA
NcGalaxyShapeFactorIntegrandPrepareData. callback_data-
Type:
gpointerA gpointer.
The argument can be NULL.The data is owned by the caller of the function.
Return value
Type: NcGalaxyShapeFactorIntegrand
A new NcGalaxyShapeFactorIntegrand object.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |