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

Method HasBlockArrayName

Rendering/Core/vtkCompositeDataDisplayAttributes.cxx:902–905  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

900
901//----------------------------------------------------------------------------
902bool vtkCompositeDataDisplayAttributes::HasBlockArrayName(vtkDataObject* data_object) const
903{
904 return this->BlockArrayNames.count(data_object) == std::size_t(1);
905}
906
907//----------------------------------------------------------------------------
908bool vtkCompositeDataDisplayAttributes::HasBlockArrayNames() const

Callers 4

BuildRenderValuesMethod · 0.80
BuildRenderValuesMethod · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected