[vtkusers] visualizing medical data using vtk

John Drescher drescherjm at gmail.com
Sun Oct 25 12:15:19 EDT 2009


On Sun, Oct 25, 2009 at 11:12 AM, nikhil singhania
<niksinghania at gmail.com> wrote:
> hi John,
> We are still working on the project we described about though it would seem
> lame question but do u know if we can run cxx files on vtk directly without
> using visual studio or the compiled libraries of cmake.
>

You can not do that, all c++ programs need to be compiled by some compiler.

You may want to look into tcl or python scripting if you do not want
to use a compiler.

John



More information about the vtkusers mailing list