EdgeList

interface ICwAPI3DEdgeList

Public Functions

virtual void destroy() = 0

Destroys itself.

virtual uint32_t count() = 0

Returns the number of elements in the list.

Returns:

number of elements in list

virtual ICwAPI3DVertexList *at(uint32_t aIndex) = 0

Returns the element at index.

Parameters:

aIndex – element index

Returns:

element at index