Skip to content

Commit

Permalink
[mesh/components] Allow possibility to check whether the mesh is indexed
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Feb 14, 2025
1 parent 8fbe85e commit 7556208
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vclib/core/include/vclib/mesh/components/vertex_references.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ class VertexReferences :
using ConstVertexIterator = Base::ConstIterator;
using ConstVertexIndexIterator = Base::ConstIndexIterator;

static const int VERTEX_NUMBER = Base::SIZE;
static const bool INDEXED = STORE_INDICES;
static const int VERTEX_NUMBER = Base::SIZE;

/* Constructors */

Expand Down

0 comments on commit 7556208

Please sign in to comment.