<div>Hello.</div>
<div>I have a vector of indexes I, and a vector of corresponding values V, loaded in vnl-vectors.</div>
<div>&nbsp;</div>
<div>I want to create an empty(zeros everywhere)&nbsp;vtk image in my c++ code, and insert the values&nbsp;from the vector V into </div>
<div>this created image, on the indexes specified in the vector I. I know for sure that the indexes are in the correct range.</div>
<div>&nbsp;</div>
<div>How can this be done in VTK?</div>
<div>&nbsp;</div>
<div>Thank you very much and best of regards.</div>