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

Method HasBlockLookupTable

Rendering/Core/vtkCompositeDataDisplayAttributes.cxx:1012–1015  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1010
1011//----------------------------------------------------------------------------
1012bool vtkCompositeDataDisplayAttributes::HasBlockLookupTable(vtkDataObject* data_object) const
1013{
1014 return this->BlockLookupTables.count(data_object) == std::size_t(1);
1015}
1016
1017//----------------------------------------------------------------------------
1018bool vtkCompositeDataDisplayAttributes::HasBlockLookupTables() const

Callers 4

BuildRenderValuesMethod · 0.80
BuildRenderValuesMethod · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected