Method

IpuzCellStatscopy

Declaration [src]

IpuzCellStats*
ipuz_cell_stats_copy (
  const IpuzCellStats* stats
)

Description [src]

Creates a copy of stats.

Return value

Type: IpuzCellStats

A new IpuzCellStats that contains the same values as stats.

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