<div>Hi all,</div>
<div> </div>
<div>Does someone know how to access voxels of vtkStructuredPointsReader?</div>
<div>I asked same questions, but I didnt solve my problem yet.</div>
<div> </div>
<div>I loaded vtk file using vtkStructuredPointsReader.</div>
<div>-----</div>
<div>vtkStructuredPointsReader *spr = vtkStructuredPointsReader::New();</div>
<div>spr->SetFileName("test.vtk");             // "test.vtk" is a volume data (256x256x256).</div>
<div>
<div>-----</div></div>
<div> </div>
<div>Then how can I access specific location, i.e., (100,100,100).</div>
<div>After aceesing the location, I'd like to change the scalar value of the location.</div>
<div> </div>
<div> </div>
<div>Thanks,</div>
<div> </div>
<div> </div>
<div>Jinyoung</div>