Definition in file Mesh.h.
#include <vector>
#include <set>
#include <iostream>
#include "Edge.h"
#include "Face.h"
#include "Vertex.h"
Go to the source code of this file.
Classes | |
class | Mesh |
Implementation of the half edge datastructure. More... | |
struct | Mesh::edge_comp |
Comparison functions for edge sets. More... | |
class | Mesh::FaceIterator |
class | Mesh::VertexIterator |
class | Mesh::HalfEdgeIterator |
class | Mesh::EdgeIterator |