Implements a mesh that stores vertices and indexed simplices. More...
#include "../../defs.h"
#include "SimplexIterator.h"
#include <iterator>
#include "../simplex/Simplex.h"
#include "ArrayContainer.h"
#include "ArrayIndexing.h"
#include "Array.ipp"
#include "Array1.h"
#include <cassert>
Go to the source code of this file.
Classes | |
class | IndSimpSet< _N, _M, _A, T, V, IS > |
Class for a mesh that stores vertices and indexed simplices. More... |
Implements a mesh that stores vertices and indexed simplices.