<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
-->
</style>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=DE-AT link=blue vlink=purple>
<div class=WordSection1>
<p class=MsoNormal>Hi VtkUsers,<o:p></o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal><span lang=EN-GB>I have problem in the vtkimagereader2. Following
below is the code used to read image.<o:p></o:p></span></p>
<p class=MsoNormal><span lang=EN-GB><o:p> </o:p></span></p>
<p class=MsoNormal style='text-indent:35.4pt;text-autospace:none'><span
lang=EN-GB>vtkImageReader2 * reader = vtkImageReader2::New();<o:p></o:p></span></p>
<p class=MsoNormal style='text-autospace:none'><span lang=EN-GB> reader->SetFileName(
file.toAscii().data() );<o:p></o:p></span></p>
<p class=MsoNormal style='text-autospace:none'><span lang=EN-GB> reader->SetDataScalarType(
scalarType );<o:p></o:p></span></p>
<p class=MsoNormal style='text-autospace:none'><span lang=EN-GB> reader->SetHeaderSize(
headersize );<o:p></o:p></span></p>
<p class=MsoNormal style='text-autospace:none'><span lang=EN-GB> reader->SetDataExtent(
extent );<o:p></o:p></span></p>
<p class=MsoNormal style='text-autospace:none'><span lang=EN-GB> reader->SetDataSpacing(
spacing );<o:p></o:p></span></p>
<p class=MsoNormal style='text-autospace:none'><span lang=EN-GB> reader->SetDataOrigin(
origin );<o:p></o:p></span></p>
<p class=MsoNormal style='text-autospace:none'><span lang=EN-GB> reader->SetFileDimensionality(
dim );<o:p></o:p></span></p>
<p class=MsoNormal style='text-autospace:none'><span lang=EN-GB> reader->UpdateWholeExtent();<o:p></o:p></span></p>
<p class=MsoNormal><span lang=EN-GB> reader->Update();<o:p></o:p></span></p>
<p class=MsoNormal><span lang=EN-GB><o:p> </o:p></span></p>
<p class=MsoNormal><span lang=EN-GB>The code works well when I read an image
<= 3Gb(approx). But it does not read the full<o:p></o:p></span></p>
<p class=MsoNormal><span lang=EN-GB>Image if the image is >= 3Gb. The image
data set i handle is > 3Gb.<o:p></o:p></span></p>
<p class=MsoNormal><span lang=EN-GB><o:p> </o:p></span></p>
<p class=MsoNormal><span lang=EN-GB>I would like to have some suggestion to
use vtkimagereader and solve this problem.<o:p></o:p></span></p>
<p class=MsoNormal><span lang=EN-GB><o:p> </o:p></span></p>
<p class=MsoNormal><span lang=EN-GB>Thank you,<o:p></o:p></span></p>
<p class=MsoNormal><span lang=EN-GB>Regards,<o:p></o:p></span></p>
<p class=MsoNormal><span lang=EN-GB>Kana Arunachalam Kannappan<o:p></o:p></span></p>
<p class=MsoNormal><span lang=EN-GB>Research Associate<o:p></o:p></span></p>
<p class=MsoNormal>FH OÖ Forschungs & Entwicklungs GmbH<o:p></o:p></p>
<p class=MsoNormal>Stelzhamer Strasse 23,<o:p></o:p></p>
<p class=MsoNormal>4600 Wels,<o:p></o:p></p>
<p class=MsoNormal>Austria.<o:p></o:p></p>
<p class=MsoNormal>Phone: +43 (0)7242 72811 -4420<o:p></o:p></p>
<p class=MsoNormal>kana.arunachalam@fh-wels.at<o:p></o:p></p>
<p class=MsoNormal>www.fh-ooe.at; www.3dct.at<o:p></o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
</div>
</body>
</html>