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

Method HasBlockColor

Rendering/Core/vtkCompositeDataDisplayAttributes.cxx:416–419  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

414
415//----------------------------------------------------------------------------
416bool vtkCompositeDataDisplayAttributes::HasBlockColor(vtkDataObject* data_object) const
417{
418 return this->BlockColors.count(data_object) == std::size_t(1);
419}
420
421//----------------------------------------------------------------------------
422void vtkCompositeDataDisplayAttributes::RemoveBlockColor(vtkDataObject* data_object)

Callers 8

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

Calls 1

countMethod · 0.45

Tested by

no test coverage detected