Method
IpuzCellStatscopy
Declaration [src]
IpuzCellStats*
ipuz_cell_stats_copy (
const IpuzCellStats* 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. |