OGS
AngleSkewMetric.h
Go to the documentation of this file.
1 
15 #pragma once
16 
17 #include "ElementQualityMetric.h"
18 
19 namespace MeshLib
20 {
21 
26 {
28 
29  void calculateQuality() override;
30 };
31 } // namespace MeshLib
Definition of the ElementQualityMetricBase class.
void calculateQuality() override
Calculates the quality metric for each element of the mesh.