9 #include "imstkRenderMaterial.h" 11 #include <vtkSmartPointer.h> 13 class vtkVolumeProperty;
28 bool getUseAutoSample()
const {
return m_useAutoSample; }
29 void setUseAutoSample(
bool useAutoSample) { m_useAutoSample = useAutoSample; }
31 double getSampleDistance()
const {
return m_sampleDistance; }
32 void setSampleDistance(
double sampleDistance) { m_sampleDistance = sampleDistance; }
35 vtkSmartPointer<vtkVolumeProperty> m_property;
37 bool m_useAutoSample =
true;
38 double m_sampleDistance = 0.0;
vtkSmartPointer< vtkVolumeProperty > getVolumeProperty()
Get the volume property.
Serves no function, just a database for render properties, emits events for others to observe its cha...