Is there a way to directly get the number of faces, vertices and edges in a mesh in OpenMesh? One could always iterate over them and count them but I was wondering if there is any member variable that holds them or whether there is any vector where they are stored and one could just check the size of that vector?
[github] OpenMesh/Core/Mesh/ArrayKernel.hh