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

Method HasBlockVisibility

Rendering/Core/vtkCompositeDataDisplayAttributes.cxx:62–65  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

60
61//----------------------------------------------------------------------------
62bool vtkCompositeDataDisplayAttributes::HasBlockVisibility(vtkDataObject* data_object) const
63{
64 return this->BlockVisibilities.count(data_object) == std::size_t(1);
65}
66
67//----------------------------------------------------------------------------
68void vtkCompositeDataDisplayAttributes::RemoveBlockVisibility(vtkDataObject* data_object)

Callers 11

SetBlockVisibilityMethod · 0.95
RenderChildrenMethod · 0.45
RenderBlockMethod · 0.45
SetColorAndOpacityFunction · 0.45
BuildRenderValuesMethod · 0.45
BuildRenderValuesMethod · 0.45
RenderChildrenMethod · 0.45
SynchronizeBlockMethod · 0.45

Calls 1

countMethod · 0.45

Tested by

no test coverage detected