<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title></title>
    </head>
    <body>
        <p>
            <span>Hello,<br />
            &#160;I'm pretty new to VTK and I am trying to make a custom data array to store point specific data.<br />
            I need to store a rather complex data structure so I am thinking about storing pointers.<br />
            Can I use vtkDataArrayTemplate?<br />
            In that case, which operations and functions do I have to define on my pointers?<br />
            <br />
            Regards,<br />
            <br />
            Papa Ndéné&#160;</span>
        </p>
    </body>
</html>