Hi Eduardo,
I've never tried to include vmtk as a Paraview plugin, I've always dealt with
the two separately.
I'm curious, is your project about creating a vmtk plugin for Paraview?
The first step is compiling Paraview from source, which I assume you've done
already. Then
you should compile vmtk using the standard procedure, but specifying Paraview's
VTK and Python
from within CMake.
Then you *should* be able to write a plugin (follow the instructions on the
Paraview wiki) and
link to vmtk in your plugin's CMakeLists.txt file.
There might be hurdles along the way but this is essentially the way it should
happen.
One more thing: if you are aiming for a C++ plugin, you can turn off the
compilation of vmtk scripts
and python wrappings. This is not the case if you want to make vmtk available
at the python
console.
On second thought, depending on the level of integration you are seeking, I
think there might be a
way to get around the need of linking vmtk and Paraview by creating a
Python-based filter in
Paraview and sending pypes and related data to a local web service that
executes vmtk scripts.
This loosely-coupled solution could actually be interesting, since it would
work with any Paraview
release.
Let me know if you want to go this route.
Luca
On Jun 19, 2012, at 3:54 PM, Eduardo - Yahoo wrote:
> Hi,
>
> I am trying to include VMTK lib into the ParaView but I have not success.
> Anyone know what should I do? Or where should I begin? I have included and
> compiled the ITK 3.20 that is dependency for VMTK but still I have not
> success with VMTK.
>
>
> Atenciosamente,
>
>
> Eduardo Camargo, M.Sc.
>
> Analista de Sistemas
> Instituto Nacional de Ciência e Tecnologia em
> Medicina Assistida por Computação Científica
> INCT-MACC http://macc.lncc.br
> Laboratório Nacional de Computação Científica
> LNCC - http://www.lncc.br
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats.
> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
> vmtk-users mailing list
> vmtk-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/vmtk-users
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
vmtk-users mailing list
vmtk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vmtk-users