[vtkusers] handling
Jinyoung Hwang
hwangjinyoung at gmail.com
Mon Dec 21 20:50:09 EST 2009
Hi all,
I loaded vtk file using vtkStructuredPointsReader.
-----
vtkStructuredPointsReader *spr = vtkStructuredPointsReader::New();
spr->SetFileName("test.vtk"); // "test.vtk" is a volume data
(256x256x256).
-----
Then how can I access specific location, i.e., (100,100,100).
After aceesing the location, I'd like to change the scalar value of the
location.
Thanks,
Jinyoung
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20091222/26d2a196/attachment.htm>
More information about the vtkusers
mailing list