<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
On 02/25/2010 07:24 AM, David Doria wrote:
<blockquote
 cite="mid:c19fcadc1002250624g21fbcd6aqe0fa9c652459e844@mail.gmail.com"
 type="cite">
  <div class="gmail_quote">On Thu, Feb 25, 2010 at 4:44 AM, Rakesh
Patil <span dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:rakeshthp@in.com">rakeshthp@in.com</a>&gt;</span> wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello,<br>
    <br>
In vtkMeshQuality, there are several measures that can be used to check
the quality of a mesh. One of them is<br>
    <br>
    <a moz-do-not-send="true"
 href="http://www.vtk.org/doc/nightly/html/classvtkMeshQuality.html#a91830cc49cf8bd2261cc6e8a2a823101"
 target="_blank">SetTriangleQualityMeasureToCondition</a> ()<br>
    <br>
What does this do..?? i mean what condition does it check and how to
use it..??<br>
    <br>
Thanks<br>
    <br>
Regards<br>
Rakesh Patil<br>
    <br>
  </blockquote>
  <div><br>
  </div>
  <div>Rakesh,</div>
  <div><br>
  </div>
  <div>I saw that it is calling v_tri_condition in
Utilities/verdict/V_TriMetric.cpp. The documentation for that function
says:</div>
  <div>&nbsp;</div>
"Condition number of the jacobian matrix at any corner".</div>
  <div class="gmail_quote"><br>
  </div>
  <div class="gmail_quote">By looking around here, I really believe
this class needs a serious overhaul, or at least documentation
overhaul. It is incredibly cryptic. At the very least, a one or two
line description of all of the 29 options should be added.</div>
  <div class="gmail_quote"><br clear="all">
  </div>
</blockquote>
<br>
You can look here for help and a link to the pdf documentation
generated from VTK/Utilities/verdict/docs/*<br>
Some documentation isn't easily put in code comments.<br>
<a class="moz-txt-link-freetext" href="http://www.vtk.org/Wiki/VTK/mesh_quality">http://www.vtk.org/Wiki/VTK/mesh_quality</a><br>
<br>
Clint<br>
<br>
</body>
</html>