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

Method HasBlockArrayAccessMode

Rendering/Core/vtkCompositeDataDisplayAttributes.cxx:685–688  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

683
684//----------------------------------------------------------------------------
685bool vtkCompositeDataDisplayAttributes::HasBlockArrayAccessMode(vtkDataObject* data_object) const
686{
687 return this->BlockArrayAccessModes.count(data_object) == std::size_t(1);
688}
689
690//----------------------------------------------------------------------------
691bool vtkCompositeDataDisplayAttributes::HasBlockArrayAccessModes() const

Callers 4

BuildRenderValuesMethod · 0.80
BuildRenderValuesMethod · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected