------------------------------------------------------------------------------
| 1804 | |
| 1805 | //------------------------------------------------------------------------------ |
| 1806 | void vtkDataSetAttributes::SetCopyVectors(vtkTypeBool i, int ctype) |
| 1807 | { |
| 1808 | this->SetCopyAttribute(VECTORS, i, ctype); |
| 1809 | } |
| 1810 | |
| 1811 | //------------------------------------------------------------------------------ |
| 1812 | vtkTypeBool vtkDataSetAttributes::GetCopyVectors(int ctype) |
no test coverage detected