------------------------------------------------------------------------------
| 1816 | |
| 1817 | //------------------------------------------------------------------------------ |
| 1818 | void vtkDataSetAttributes::SetCopyNormals(vtkTypeBool i, int ctype) |
| 1819 | { |
| 1820 | this->SetCopyAttribute(NORMALS, i, ctype); |
| 1821 | } |
| 1822 | |
| 1823 | //------------------------------------------------------------------------------ |
| 1824 | vtkTypeBool vtkDataSetAttributes::GetCopyNormals(int ctype) |
no test coverage detected