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

Method SetVertexColorArrayName

Rendering/Core/vtkGraphMapper.cxx:244–249  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

242
243//------------------------------------------------------------------------------
244void vtkGraphMapper::SetVertexColorArrayName(const char* name)
245{
246 this->SetVertexColorArrayNameInternal(name);
247 this->VertexMapper->SetScalarModeToUsePointFieldData();
248 this->VertexMapper->SelectColorArray(name);
249}
250
251//------------------------------------------------------------------------------
252const char* vtkGraphMapper::GetVertexColorArrayName()

Callers 11

vtkGraphMapperMethod · 0.95
TestSQLGraphReaderFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
slotOpenXMLFileMethod · 0.45
slotOpenXMLFileMethod · 0.45
TestStringToCategoryFunction · 0.45

Calls 1

SelectColorArrayMethod · 0.45

Tested by 4

TestSQLGraphReaderFunction · 0.36
TestStringToCategoryFunction · 0.36