38 #ifndef EdgeLengthQualityMetric_hpp
39 #define EdgeLengthQualityMetric_hpp
86 #endif // EdgeLengthQualityMetric_hpp
Used to hold the error state and return it to the application.
EdgeLengthQualityMetric()
virtual ~EdgeLengthQualityMetric()
Computes the lengths of the edges connected to given a vertex..
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.