[vtk-developers] Removing unreferenced examples

Sean McBride sean at rogue-research.com
Wed Oct 10 09:21:57 EDT 2018


On Wed, 3 Oct 2018 09:17:58 -0400, Ben Boeckel said:

>In the process of doing the new module system, I've come across many
>examples which seem to be unreferenced in the CMake code. Should any of
>them be saved? If so, it would be nice to have them at least behind a
>`if (SOME_FLAG)` option so there's a chance they can run.
>
>Here's a list of unreferenced examples:
>
>Commented out:
>    Examples/Array/Cxx
>    Examples/GUI/Win32/SampleMFC
>    Examples/GUI/Win32/SimpleCxx
>    Examples/GUI/Win32/vtkMFC
>
>Unreferenced:
>    Examples/GUI/Cocoa
>        David Gobbi mentioned that Sean McBride is maintaining this.
>        How are they run? Manually?

I do maintain it.  It can be built either by the included Xcode project or using the included CMakeLists.txt.

When you say "unreferenced" what do you mean?

Sean




More information about the vtk-developers mailing list