OpenMesh
|
While it is possible to use handle()
to get the handle of the item referred to by the iterator, this function is deprecated. Simply dereference the iterator instead.
While it is possible to use operator
bool()
, which returns true, as long as the circulator hasn't reached the end of the sequence, this function is deprecated. Use the function is_valid()
instead.
existing
and check existance with hasProperty() instead.