[vtk-developers] vtkDataRepresentation change

Jeff Baumes jeff.baumes at kitware.com
Thu Mar 26 09:41:11 EDT 2009


I've just committed a change to vtkDataRepresentation (the superclass
for all view representations in VTK), so that it inherits from
vtkAlgorithm. This allows us to do nicer updates of representations,
and allows for input type checking and multiple inputs. The classes
are still used in the same way. The only change is that representation
subclasses now override "SetupInputConnections" instead of
"SetInputConnection" in order to connect inputs to the
representation's internal pipeline.

This change does not affect widget representations.

Any questions/problems let me know.

Jeff

-- 
Jeff Baumes, Ph.D.
R&D Engineer, Kitware Inc.
(518) 371-3971 x132
jeff.baumes at kitware.com



More information about the vtk-developers mailing list