Method

RmfFaceIteratornext

Declaration [src]

RmfFace*
rmf_face_iterator_next (
  RmfFaceIterator* iterator
)

Description [src]

Advance the iterator by one, returning the next object.

Return value

Type: RmfFace

The next face in the iterator, or NULL if the iterator is exhausted.

The data is owned by the instance.