------------------------------------------------------------------------------
| 1822 | |
| 1823 | //------------------------------------------------------------------------------ |
| 1824 | vtkTypeBool vtkDataSetAttributes::GetCopyNormals(int ctype) |
| 1825 | { |
| 1826 | return this->GetCopyAttribute(NORMALS, ctype); |
| 1827 | } |
| 1828 | |
| 1829 | //------------------------------------------------------------------------------ |
| 1830 | void vtkDataSetAttributes::SetCopyTangents(vtkTypeBool i, int ctype) |
nothing calls this directly
no test coverage detected