iMSTK
Interactive Medical Simulation Toolkit
imstkVTKVolumeRenderDelegate.h
1 /*
2 ** This file is part of the Interactive Medical Simulation Toolkit (iMSTK)
3 ** iMSTK is distributed under the Apache License, Version 2.0.
4 ** See accompanying NOTICE for details.
5 */
6 
7 #pragma once
8 
9 #include "imstkVTKRenderDelegate.h"
10 
11 namespace imstk
12 {
19 {
20 public:
21  ~VTKVolumeRenderDelegate() override = default;
22 
23 protected:
27  void updateRenderProperties() override;
28 };
29 } // namespace imstk
Compound Geometry.
void updateRenderProperties() override
Updates the actor and mapper properties from the currently set VisualModel.
Base class for VTK render delegates.
Abstract base class for volume-based RenderDelegates.