This file contains the classes needed to describe the growth of a tissue from a triangular mesh growing through time. More...
#include <config.h>
#include <geometry/geometry.h>
#include <vector>
#include <algorithms/complex.h>
#include <QString>
#include <storage/storage.h>
#include <util/unorderedset.h>
#include <util/unorderedmap.h>
#include <util/assert.h>
#include <QTextStream>
Go to the source code of this file.
Classes | |
struct | algorithms::TriangleSurface::Cell |
Type of a cell, i.e. More... | |
struct | algorithms::TriangleSurface::Position |
Structure describing the position of a point on a triangulated surface, relatively to this surface. More... | |
class | algorithms::TriangleGrowth |
Growth description using a set of triangles moving. More... | |
class | algorithms::TriangleSurface |
Class representing a triangulated surface. More... | |
struct | algorithms::TriangleSurface::Vertex |
Type of a vertex, i.e. More... | |
Namespaces | |
namespace | algorithms |
Namespace containing various useful algorithms. |
This file contains the classes needed to describe the growth of a tissue from a triangular mesh growing through time.
Definition in file triangle_growth.h.