<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div class="h5"><br>
</div></div>Yes, sorry Jeff. However, now it says<br>
error: conversion from &#39;const Point&#39; to non-scalar type &#39;vtkVariant&#39; requested<br>
<br>
So since the vtkDenseArray stores everything internally as a<br>
vtkVariant I guess I&#39;d have to read up on vtkVariant and write a<br>
conversion function from my type to vtkVariant? Is this the way to go?<br></blockquote><div><br></div><div>Hm. Didn&#39;t realize the dependency on vtkVariant conversions. Not sure exactly how this would work. If you figure out how to write the conversion code for your new type without editing vtkVariant (or if anyone else has ideas), let the list know. It would be nice if the new vtkArray classes could handle arbitrary data types.</div>
<div><br></div><div>Jeff </div></div>