------------------------------------------------------------------------------
| 1221 | |
| 1222 | //------------------------------------------------------------------------------ |
| 1223 | int vtkDataSetAttributes::SetNormals(vtkDataArray* da) |
| 1224 | { |
| 1225 | return this->SetAttribute(da, NORMALS); |
| 1226 | } |
| 1227 | |
| 1228 | //------------------------------------------------------------------------------ |
| 1229 | int vtkDataSetAttributes::SetActiveNormals(const char* name) |
nothing calls this directly
no test coverage detected