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

Method SetOpacity

Rendering/Core/vtkImageActor.cxx:133–140  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

131
132//------------------------------------------------------------------------------
133void vtkImageActor::SetOpacity(double o)
134{
135 if (this->Property && this->Property->GetOpacity() != o)
136 {
137 this->Property->SetOpacity(o);
138 this->Modified();
139 }
140}
141
142//------------------------------------------------------------------------------
143double vtkImageActor::GetOpacity()

Callers 12

DeepCopyMethod · 0.45
DeepCopyMethod · 0.45
RenderMethod · 0.45
DeepCopyMethod · 0.45
ShallowCopyMethod · 0.45
TestOpacity2.pyFile · 0.45
testImagePlaneWidgetMethod · 0.45
TestOpacityFunction · 0.45
TestAreaSelectionsFunction · 0.45
TestOpacityMSAAFunction · 0.45

Calls 2

GetOpacityMethod · 0.45
ModifiedMethod · 0.45

Tested by 6

testImagePlaneWidgetMethod · 0.36
TestOpacityFunction · 0.36
TestAreaSelectionsFunction · 0.36
TestOpacityMSAAFunction · 0.36