[vtkusers] Trying to create a Filter - but how?

dean.inglis at camris.ca dean.inglis at camris.ca
Thu Feb 5 19:37:33 EST 2004


Michael,

have you tried building your own filters out of 
the vtk source tree and make your own libs/dlls?
Look at VTK/Examples/Build/vtkMy
You should be able to just copy/paste this folder somewhere 
else, run cmake, configure CMakeCache.txt, and run make...
Write your own filters using the signature of one of
the samples as in vtkMy/Imaging, edit the CMakeLists.txt
file to include your new class and re-compile.

Dean




More information about the vtkusers mailing list