iMSTK
Interactive Medical Simulation Toolkit
Source
RenderingVTK
RenderDelegate
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
{
18
class
VTKVolumeRenderDelegate
:
public
VTKRenderDelegate
19
{
20
public
:
21
~
VTKVolumeRenderDelegate
()
override
=
default
;
22
23
protected
:
27
void
updateRenderProperties
()
override
;
28
};
29
}
// namespace imstk
imstk
Compound Geometry.
Definition:
OctreeDebugModel.cpp:10
imstk::VTKVolumeRenderDelegate::updateRenderProperties
void updateRenderProperties() override
Updates the actor and mapper properties from the currently set VisualModel.
Definition:
imstkVTKVolumeRenderDelegate.cpp:18
imstk::VTKRenderDelegate
Base class for VTK render delegates.
Definition:
imstkVTKRenderDelegate.h:32
imstk::VTKVolumeRenderDelegate
Abstract base class for volume-based RenderDelegates.
Definition:
imstkVTKVolumeRenderDelegate.h:18
Generated by
1.8.13