------------------------------------------------------------------------------
| 1810 | |
| 1811 | //------------------------------------------------------------------------------ |
| 1812 | vtkTypeBool vtkDataSetAttributes::GetCopyVectors(int ctype) |
| 1813 | { |
| 1814 | return this->GetCopyAttribute(VECTORS, ctype); |
| 1815 | } |
| 1816 | |
| 1817 | //------------------------------------------------------------------------------ |
| 1818 | void vtkDataSetAttributes::SetCopyNormals(vtkTypeBool i, int ctype) |
nothing calls this directly
no test coverage detected