<div dir="ltr">Hi All,<br><br>How do I generate an image which each of its voxel consists of:<br>(for example)<br><br>class voxel //or structure<br> {<br>bool flag;<br>vector&lt;double&gt; vec;<br>int val;<br>};<br><br>Is it possible to achieve the same image by a different method (tuples, a vector image etc ...)?<br>
<br>Best Regards,<br>Hila<br></div>