OBJParser
OBJ File Parser Powered by Boost Spirit
 All Classes Functions Variables Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
OBJGroup Class Reference

#include <OBJGroup.hpp>

Public Member Functions

void addLine (std::vector< OBJVertexGroup > const &line)
 
void addPointCollection (std::vector< OBJVertexGroup > const &points)
 

Public Attributes

std::string name
 
std::vector< OBJFacefaces
 
std::vector< OBJLinelines
 
std::vector< OBJPointpoints
 
bool active
 

Detailed Description

A group is a collection of elements which can be used to define a geometric object.
Each group may be comprised of a variety of different element types, such as both faces and lines.


The documentation for this class was generated from the following files: