38 #ifndef EdgeLengthQualityMetric_hpp
39 #define EdgeLengthQualityMetric_hpp
59 class EdgeLengthQualityMetric :
public SmoothnessQualityMetric
86 #endif // EdgeLengthQualityMetric_hpp
Used to hold the error state and return it to the application.
EdgeLengthQualityMetric()
virtual ~EdgeLengthQualityMetric()
bool evaluate_vertex(PatchData &pd, MsqVertex *vert, double &fval, MsqError &err)
Evaluate the metric for a vertex.
void set_metric_type(MetricType t)
This function should be used in the constructor of every concrete quality metric. ...
AveragingMethod avgMethod
MsqVertex is the Mesquite object that stores information about the vertices in the mesh...
void set_name(msq_std::string st)
Sets the name of this metric.