------------------------------------------------------------------------------
| 1227 | |
| 1228 | //------------------------------------------------------------------------------ |
| 1229 | int vtkDataSetAttributes::SetActiveNormals(const char* name) |
| 1230 | { |
| 1231 | return this->SetActiveAttribute(name, NORMALS); |
| 1232 | } |
| 1233 | |
| 1234 | //------------------------------------------------------------------------------ |
| 1235 | vtkDataArray* vtkDataSetAttributes::GetNormals() |
no test coverage detected