Skip to content

pqSMTKResourceRepresentation: cast to common base class

T.J. Corona requested to merge tjcorona/smtk:fix-visibility-toggle into master

Recently, SMTK switched from using vtkPVCompositeRepresentation to using vtkSMTKCompositeRepresentation. Both classes inherit from vtkCompositeRepresentation. This update fixes a cast to refer to the base class that is common to both, so the subsequent call to the active representation will succeed.

Merge request reports