#ifndef VERTEXID_H #define VERTEXID_H class VertexID { // Public data members public: int vertIndex; int normIndex; }; #endif