<div class="post-text">
        <p>I'm really newbie with <strong>VTK</strong> and <strong>VES</strong>.</p>

<p>I have successfully built the <strong>VES</strong> and have run the <strong>Kiwi</strong> example ( which is too complex and only used to read data) in my simulator.</p>

<p>Now I want to draw a simple line  using <strong>VES</strong>, same as <a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/GeometricObjects/Line" rel="nofollow">this <strong>VTK sample</strong> application</a> do (I have done the <strong>Xcode</strong> configuration settings to build <strong>VES</strong>).</p>


<p>I know that the above <strong>VTK</strong> application will not compile on <strong>iOS</strong> because a lot of <strong>VTK</strong> code is based on the <strong>OpenGL</strong> rendering API which is not available on handhelds.</p>


<p>I understood that <strong>VES</strong> provides a rendering engine (based on <strong>OpenGL ES</strong>) which is totally different as the one implied in <strong>VTK</strong>.</p>

<p>I'm unable to find some <strong>VTK</strong> equivalent classes in <strong>VES</strong>, example like <b><code>vtkSmartPointer</code></b></p>

<p>So could anyone  recommend me a simple guide to  draw a  line  using <strong>VES</strong> ? or any reference links.</p>

<p>Thanks.</p>

    </div>