VPTissue Reference Manual
SimPT_Sim::MeshGeometry Class Reference

Helper functions for mesh geometry. More...

#include <MeshGeometry.h>

Collaboration diagram for SimPT_Sim::MeshGeometry:
Collaboration graph

Static Public Member Functions

static std::tuple< std::array< double, 3 >, std::array< double, 3 > > BoundingBox (std::shared_ptr< Mesh > mesh)
 Calculate a bounding box around the mesh.
 
static std::tuple< double, double, double > Compactness (const Mesh *mesh)
 Calculate the convex hull of the cells in the mesh and returns respectively the ratio of the areas of the mesh and the hull, the area of the hull and the circumference of the hull.
 

Detailed Description

Helper functions for mesh geometry.

Definition at line 34 of file MeshGeometry.h.


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