<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri" size="2"><span style="font-size:11pt;">
<div>Greetings from New Mexico,</div>
<div> </div>
<div>I am using vtkTableWriter to write a vtkTable of numeric data out to a file. The vtkTable is constructed with its SetRow(vtkIdType rowID, vtkVariantArray *values) method and the vtkVariantArray has been loaded with type double values. When vtkDataWriter::WriteArray()
actually processes the values, ToString() is called on each variant which appears to truncate each value down to about 7 digits of precision.  This results in writing a file of severely reduced precision.</div>
<div> </div>
<div>There seems to be several ways to address this issue, but vtkVariant’s conversion seems to be primarily at fault. Could I get some suggestions on how to proceed?</div>
<div> </div>
<div>Thanks!</div>
<div>Warren</div>
<div> </div>
<div>Warren Hunt</div>
<div>505.284.8881</div>
<div>Scientific Applications, SNL 9326</div>
<div>Sandia National Laboratories</div>
<div>Albuquerque, New Mexico</div>
<div> </div>
<div> </div>
<div> </div>
</span></font>
</body>
</html>