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