<div dir="ltr">Hello all,<div><br><div>I have a function that depends on some features (gradient magnitude, scalar value,´ and second derivatives) returns the opacity for each voxel in my vtkimagedataset . The problem is when I read my file using vtkXMLImageDataReader I know how to assign opacity using just scalar value of the data, but don't know how to assign my customized opacity which is depends on different feature. In other words what is the best way to visualize vtkImageData by assigning color and opacity to each position of data instead of the scalar value of the data. For example I want to set as follow:</div></div><div>position[23][10][21]->assignColor(1,1,1)</div><div>position[23][11][21]->assignColor(1,0,1)<br></div><div>position[23][12][21]->assignColor(1,1,0) <br></div><div>.</div><div>.</div><div>.</div><div>Or</div><div>position[23][10][21]->assignOpacity(0.4)<br></div><div><br></div><div>All the best,</div><div>Mohammad</div></div>