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

Method HasBlockOpacity

Rendering/Core/vtkCompositeDataDisplayAttributes.cxx:475–478  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

473
474//----------------------------------------------------------------------------
475bool vtkCompositeDataDisplayAttributes::HasBlockOpacity(vtkDataObject* data_object) const
476{
477 return this->BlockOpacities.find(data_object) != this->BlockOpacities.end();
478}
479
480//----------------------------------------------------------------------------
481void vtkCompositeDataDisplayAttributes::RemoveBlockOpacity(vtkDataObject* data_object)

Callers 10

SetBlockOpacityMethod · 0.95
RenderChildrenMethod · 0.45
RenderBlockMethod · 0.45
SetColorAndOpacityFunction · 0.45
BuildRenderValuesMethod · 0.45
BuildRenderValuesMethod · 0.45
RenderChildrenMethod · 0.45
SynchronizeBlockMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected