<div>Hi all,</div>
<div> </div>
<div>I am having what I should imaginge is a very simple problem.  I would simply like to read the maximum intensity in an image.  I have obtained the array data (inarray) of the scalars from the image and am attempting to use: </div>

<div> </div>
<div>double range[2]</div>
<div> </div>
<div>inarray-&gt;Getrange(range,-1) as I was under the impression this gave the magnitude of the tuples in an array.  This however returns 0,500.  Which is not the limits on a histoggram of the same image.</div>
<div> </div>
<div>I would ideally like to use the GetDataTypeValueMin() function but this is not present  in the header files I have with VTK 5.2 or 5.4.</div>
<div> </div>
<div>Any suggestions to help a begineer are appreciated.</div>
<div> </div>
<div>Thanks</div>
<div> </div>
<div>Happy New Year</div>
<div> </div>
<div>Emma</div>