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

Method HasBlockArrayComponent

Rendering/Core/vtkCompositeDataDisplayAttributes.cxx:739–743  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

737
738//----------------------------------------------------------------------------
739bool vtkCompositeDataDisplayAttributes::HasBlockArrayComponent(vtkDataObject* data_object) const
740{
741
742 return this->BlockArrayComponents.count(data_object) == std::size_t(1);
743}
744
745//----------------------------------------------------------------------------
746bool vtkCompositeDataDisplayAttributes::HasBlockArrayComponents() const

Callers 4

BuildRenderValuesMethod · 0.80
BuildRenderValuesMethod · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected