<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7226.0">
<TITLE></TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hello,<BR>
<BR>
        A while back (July), Philippe Pébay and I asked about<BR>
adding some more cell quality measures to vtkMeshQuality.<BR>
We now have some code that computes several quality<BR>
measures for triangles, quads, and tetrahedra. We are<BR>
thinking about a couple of hexahedral measures, but those<BR>
might not make it into the first commit.<BR>
<BR>
        When we first broached the subject, Leila Baghdadi<BR>
raised some concerns about changes to the old API. Unfortunately,<BR>
keeping the old API around while trying to accomodate use<BR>
of the filter in ParaView is a challenge. The problem is that<BR>
vtkMeshQuality currently computes both tetrahedral volumes<BR>
and cell qualities by default and stores them in a single array,<BR>
which can be confusing to deal with in ParaView.<BR>
<BR>
        I've attached a header file describing a compromise<BR>
that I hope will be satisfactory. By calling CompatabilityModeOn(),<BR>
the current behavior will be closely emulated (but you get<BR>
vtkDoubleArrays instead of vtkFloatArrays). Otherwise, volumes<BR>
are not computed by default and turning them on generates a<BR>
second array.<BR>
<BR>
        If there aren't any strong objections, we would like<BR>
to check in the new code on Wednesday.<BR>
<BR>
         Thanks,<BR>
         David Thompson<BR>
</FONT>
</P>

</BODY>
</HTML>