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

Method SetColorArrayName

Views/Qt/vtkQtListView.cxx:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void vtkQtListView::SetColorArrayName(const char* name)
184{
185 this->SetColorArrayNameInternal(name);
186 this->ApplyColors->SetInputArrayToProcess(0, 0, 0, vtkDataObject::FIELD_ASSOCIATION_ROWS, name);
187}
188
189const char* vtkQtListView::GetColorArrayName()
190{

Callers 2

slotOpenXMLFileMethod · 0.45
slotOpenXMLFileMethod · 0.45

Calls 1

Tested by

no test coverage detected