17 #ifndef __H__OBJ_PARSER_GROUP__H__
18 #define __H__OBJ_PARSER_GROUP__H__
20 #include "OBJStructs.hpp"
32 enum class FreeFormType
45 void addLine(std::vector<OBJVertexGroup>
const& line);
46 void addPointCollection(std::vector<OBJVertexGroup>
const& points);
52 std::vector<OBJFace> faces;
53 std::vector<OBJLine> lines;
54 std::vector<OBJPoint> points;
Definition: OBJGroup.hpp:30