MCPcopy Create free account
hub / github.com/Kitware/VTK / SetDiffuse

Method SetDiffuse

Rendering/Core/vtkVolumeProperty.cxx:681–688  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

679
680//------------------------------------------------------------------------------
681void vtkVolumeProperty::SetDiffuse(int index, double value)
682{
683 if (this->Diffuse[index] != value)
684 {
685 this->Diffuse[index] = value;
686 this->Modified();
687 }
688}
689
690//------------------------------------------------------------------------------
691double vtkVolumeProperty::GetDiffuse(int index)

Callers 15

DeepCopyMethod · 0.95
TestRIBExporterFunction · 0.45
TestRIBExporterFunction · 0.45
TestXYZMol.pyFile · 0.45
caffeine.pyFile · 0.45
TestMHD.pyFile · 0.45
ReadPropertyMethod · 0.45
ImportPropertiesMethod · 0.45
RunVTKPipelineFunction · 0.45

Calls 1

ModifiedMethod · 0.45

Tested by 15

TestRIBExporterFunction · 0.36
TestRIBExporterFunction · 0.36
RunVTKPipelineFunction · 0.36
TestVBOPointsLinesFunction · 0.36
TestFluidMapperFunction · 0.36
TestUserShaderFunction · 0.36
TestSetZBufferFunction · 0.36
TestEDLPassFunction · 0.36
TestSpherePointsFunction · 0.36
TestSimpleMotionBlurFunction · 0.36