33 #ifndef __H__UG_quality_tools
34 #define __H__UG_quality_tools
38 #define TOOLTIP_PRINT_FACE_ASPECT_RATIOS "Prints information on aspect ratios of selected faces"
39 #define TOOLTIP_PRINT_VOLUME_ASPECT_RATIOS "Prints information on aspect ratios of selected volumes"
40 #define TOOLTIP_PRINT_FACE_ASPECT_RATIO_HISTOGRAM "Prints a histogram of aspect ratios of selected faces"
41 #define TOOLTIP_PRINT_VOLUME_ASPECT_RATIO_HISTOGRAM "Prints a histogram of aspect ratios of selected volumes"
46 template <
class elem_t>
49 template <
class elem_t>
void PrintAspectRatios(Mesh *msh)
Definition: quality_tools.cpp:41
void PrintAspectRatioHistogram(Mesh *msh, int numHistoSecs)
Definition: quality_tools.cpp:67