[vtk-developers] Infovis and rendering kits

Thompson, David C dcthomp at sandia.gov
Sun Mar 15 14:54:28 EDT 2009


Hi all,

Is there a reason why VTK_USE_INFOVIS is dependent
on VTK_USE_RENDERING? I would like to use some
vtkStatisticsAlgorithm subclasses on a system where it
isn't easy to build with VTK_USE_RENDERING turned ON. 
There are plenty of filters in the Infovis kit that don't
require any rendering routines -- even the graph layout
code could be useful without rendering.

I have a locally modified version of VTK that fixes this
behavior but don't want to check it in if there is a
real reason to keep Infovis dependent on Rendering.
It did require moving one class (vtkCoincidentPoints)
from Rendering to Graphics but was pretty clean other
than that.

On a side note, has anyone else had trouble building
with VTK_USE_RENDERING off and VTK_USE_PARALLEL
on? I get link errors complaining that vtkPImageWriter
references vtkPipelineSize -- which is not built when
Rendering is off. Also, Parallel should be linked to
Graphics when Rendering is off. I've got a fix for this
as well.

    Thanks,
    David



More information about the vtk-developers mailing list