<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 9pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><div style="text-align: left;">Hi, I have a brain image of 128*128*64 dimension, I want to visualize its tensors, so I construct a vtkFloatArray of components 9 and feed the tensors value into it, and then pass the array to vtkStructuredPoints then to vtkTensorGlyph. <br><br>But i got an error saying it cannot allocate such big array, how can I do to feed the tensors value into the glyph?<br><br>thanks<br><br><br></div><br /><hr />探索 Windows Vista 的世界 <a href='http://search.live.com/results.aspx?q=windows+vista&mkt=zh-cn&FORM=LIVSOP' target='_new'>了解更多信息!</a></body>
</html>