Method

IpuzCellCoordArraydup

Declaration [src]

IpuzCellCoordArray*
ipuz_cell_coord_array_dup (
  IpuzCellCoordArray* self
)

Description [src]

Returns a newly allocated IpuzCellCoordArray. This will be a copy of self.

Return value

Type: IpuzCellCoordArray

A newly allocated copy of self.

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