14 #ifndef __GA_VertexGroupIterator_h__
15 #define __GA_VertexGroupIterator_h__
45 return myCurrentIndex >= myPrimitives.size();
61 return myPrimitives(myCurrentIndex);
70 return myPrimVertexNums(myCurrentIndex);
GA_Offset getPrimitiveOffset() const
Accessor to get the current primitive offset.
GA_Size getPrimVertexNum() const
exint GA_Size
Defines the bit width for index and offset types in GA.
GA_VertexGroupIterator & operator++()
void setGroup(PointDataTreeT &tree, const PointIndexTreeT &indexTree, const std::vector< short > &membership, const Name &group, const bool remove)
Sets group membership from a PointIndexTree-ordered vector.
GA_VertexGroupIterator(const GA_VertexGroup *grp)
Container class for all geometry.