Converted n_primitives() functions to size_t
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@838 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -77,7 +77,7 @@ template <class Mesh> class ConstFaceIterT;
|
||||
template <class Mesh> class FaceIterT;
|
||||
|
||||
|
||||
template <class Mesh, class ValueHandle, class MemberOwner, bool (MemberOwner::*PrimitiveStatusMember)() const, uint (MemberOwner::*PrimitiveCountMember)() const>
|
||||
template <class Mesh, class ValueHandle, class MemberOwner, bool (MemberOwner::*PrimitiveStatusMember)() const, size_t (MemberOwner::*PrimitiveCountMember)() const>
|
||||
class GenericIteratorT {
|
||||
public:
|
||||
//--- Typedefs ---
|
||||
|
||||
Reference in New Issue
Block a user