Method

IpuzCellStatscopy

Declaration [src]

IpuzCellStats*
ipuz_cell_stats_copy (
  const IpuzCellStats* self
)

Description [src]

Creates a copy of self.

Return value

Type: IpuzCellStats

A new IpuzCellStats that contains the same values as self.

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