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