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

Method HasBlockColorMode

Rendering/Core/vtkCompositeDataDisplayAttributes.cxx:578–581  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

576
577//----------------------------------------------------------------------------
578bool vtkCompositeDataDisplayAttributes::HasBlockColorMode(vtkDataObject* data_object) const
579{
580 return this->BlockColorModes.count(data_object) == std::size_t(1);
581}
582
583//----------------------------------------------------------------------------
584bool vtkCompositeDataDisplayAttributes::HasBlockColorModes() const

Callers 4

BuildRenderValuesMethod · 0.80
BuildRenderValuesMethod · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected