Method

IpuzCellCoordArrayindex

Declaration [src]

gboolean*
ipuz_cell_coord_array_index (
  IpuzCellCoordArray* self,
  size_t index,
  IpuzCellCoord* out_value
)

Description [src]

Queries the coordinate at a specific index in the array.

Parameters

index

Type: size_t

The index of the coord to return.

out_value

Type: IpuzCellCoord

Location to store the value.

The argument will be set by the function.
The argument can be set to NULL by the method.
The returned data is owned by the instance.

Return value

Type: gboolean*

TRUE if the index is present, FALSE if it is out of bounds.

The returned data is owned by the instance.