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

Method SetBlockColor

Rendering/Core/vtkCompositeDataDisplayAttributesLegacy.cxx:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void vtkCompositeDataDisplayAttributesLegacy::SetBlockColor(
101 unsigned int flat_index, const double color[3])
102{
103 this->BlockColors[flat_index] = vtkColor3d(color[0], color[1], color[2]);
104}
105
106void vtkCompositeDataDisplayAttributesLegacy::GetBlockColor(
107 unsigned int flat_index, double color[3]) const

Callers

nothing calls this directly

Calls 1

vtkColor3dClass · 0.85

Tested by

no test coverage detected