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