GeometryAttributesIterator (struct)

An iterator for enumerating attributes contained in a GeometryAttributes .

GeometryAttributesIterator GeometryAttributesIterator GeometryAttributesIterator

Methods in detail

GeometryAttributesIterator ( in GeometryAttributesIterator other )

copy constructor


GeometryAttributesIterator ()

default constructor


GeometryAttributesIterator GeometryAttributesIterator.clone? ()

clone method


Ref<GeometryAttribute> GeometryAttributesIterator.getNext! ()

Returns a next attribute contained in the GeometryAttributes, or null when finished.

注釈

A change of the attribute set (attributes are added or removed) will cause undefined behaviors.