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

Method HasBlockArrayId

Rendering/Core/vtkCompositeDataDisplayAttributes.cxx:793–796  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

791
792//----------------------------------------------------------------------------
793bool vtkCompositeDataDisplayAttributes::HasBlockArrayId(vtkDataObject* data_object) const
794{
795 return this->BlockArrayIds.count(data_object) == std::size_t(1);
796}
797
798//----------------------------------------------------------------------------
799bool vtkCompositeDataDisplayAttributes::HasBlockArrayIds() const

Callers 4

BuildRenderValuesMethod · 0.80
BuildRenderValuesMethod · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected