Constructor

NumCosmoDataClusterPseudoCountsnew_from_file

Declaration [src]

NcDataClusterPseudoCounts*
nc_data_cluster_pseudo_counts_new_from_file (
  const gchar* filename
)

Description [src]

Creates a new NcDataClusterPseudoCounts from filename.

Parameters

filename

Type: const gchar*

File containing a serialized NcDataClusterPseudoCounts.

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

Return value

Type: NcDataClusterPseudoCounts

The newly created NcDataClusterPseudoCounts.

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