------------------------------------------------------------------------------
| 1189 | |
| 1190 | //------------------------------------------------------------------------------ |
| 1191 | int vtkDataSetAttributes::SetActiveAttribute(const char* name, int attributeType) |
| 1192 | { |
| 1193 | int index; |
| 1194 | this->GetAbstractArray(name, index); |
| 1195 | return this->SetActiveAttribute(index, attributeType); |
| 1196 | } |
| 1197 | |
| 1198 | //------------------------------------------------------------------------------ |
| 1199 | vtkDataArray* vtkDataSetAttributes::GetScalars() |
no test coverage detected