[vtkusers] Implementing user ImageAlgorithm in Java - impossible?

Sebastien Jourdain sebastien.jourdain at kitware.com
Mon May 30 14:27:40 EDT 2011


The only way to do it, is by using ProgramableFilter. You can not
sub-class in Java one of the VTK class and expect that will work.

Seb

On Mon, May 30, 2011 at 2:08 PM, EvilMax <maxim.privalov at gmail.com> wrote:
> Hello, All!
>
> I've tried to create some simple imaging algorithms for volume processing in
> VTK pipeline but found that main executable and configuring methods are ot
> wrapped.
>
> So question: is it possible create custom ImageAlgorithm using Java ?
>
> --
> View this message in context: http://vtk.1045678.n5.nabble.com/Implementing-user-ImageAlgorithm-in-Java-impossible-tp4439921p4439921.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>



More information about the vtkusers mailing list