Method

IpuzCellCoordArrayappend

Declaration [src]

void
ipuz_cell_coord_array_append (
  IpuzCellCoordArray* self,
  const IpuzCellCoord* coord
)

Description [src]

Appends coord to self.

Parameters

coord

Type: IpuzCellCoord

The cell coordinate to append.

The data is owned by the caller of the method.