Volume Cartographer 2.27.0
Namespaces | Functions
MeshMath.hpp File Reference

Utility functions for calculations on meshes. More...

#include "vc/core/types/ITKMesh.hpp"
Include dependency graph for MeshMath.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  volcart
 Volume Cartographer library
 
namespace  volcart::meshmath
 Mesh mathematical operations.
 

Functions

template<typename T , std::enable_if_t< std::is_floating_point< T >::value, bool > = true>
volcart::meshmath::TriangleArea (T a, T b, T c)
 Calculate the area of a triangle given its side lengths. More...
 
double volcart::meshmath::SurfaceArea (const ITKMesh::Pointer &mesh)
 Calculate the surface area of an ITKMesh.
 

Detailed Description

Utility functions for calculations on meshes.

Author
Seth Parker
Date
6/7/16

Definition in file MeshMath.hpp.