<div>Hello. I have an itk::Image objekt where i want to be able to get a pointer to the data, so that i can send this pointer as a parameter to my dll function, which</div>
<div>implements rendering using VTK.</div>
<div>&nbsp;</div>
<div>The only problem is how i can transport the data, and it seems that a raw datapointer is the best solution.</div>
<div>&nbsp;</div>
<div>How can i retrieve that?</div>
<div>Many regards</div>