Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(volumemapper): make vtkVolumeMapper inherit from vtkAbstractMapper3D
vtkVolumeMapper used to inherit from vtkAbstractMapper. vtkAbstractMapper3D defines methods that relies on the implementation of getBounds, which is defined by vtkVolumeMapper. Moreover, the VTK C++ implementation for vtkVolumeMapper also inherits from vtkAbstractMapper3D. This is not a breaking change since vtkAbstractMapper3D also inherits from vtkAbstractMapper.
- Loading branch information