Constructor

NumCosmoDataClusterNCountnew

Declaration [src]

NcDataClusterNCount*
nc_data_cluster_ncount_new (
  NcClusterAbundance* cad,
  const gchar* redshift_type,
  const gchar* mass_type
)

Description [src]

Creates a new NcDataClusterNCount object.

Parameters

cad

Type: NcClusterAbundance

A NcClusterAbundance.

The data is owned by the caller of the function.
redshift_type

Type: const gchar*

NcClusterRedshift class string.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
mass_type

Type: const gchar*

NcClusterMass class string.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: NcDataClusterNCount

The newly created NcDataClusterNCount.

The caller of the function takes ownership of the data, and is responsible for freeing it.