------------------------------------------------------------------------------
| 292 | |
| 293 | //------------------------------------------------------------------------------ |
| 294 | void vtkGraphMapper::SetEdgeColorArrayName(const char* name) |
| 295 | { |
| 296 | this->SetEdgeColorArrayNameInternal(name); |
| 297 | this->EdgeMapper->SetScalarModeToUseCellFieldData(); |
| 298 | this->EdgeMapper->SelectColorArray(name); |
| 299 | } |
| 300 | |
| 301 | //------------------------------------------------------------------------------ |
| 302 | const char* vtkGraphMapper::GetEdgeColorArrayName() |
no test coverage detected