------------------------------------------------------------------------------
| 1798 | |
| 1799 | //------------------------------------------------------------------------------ |
| 1800 | vtkTypeBool vtkDataSetAttributes::GetCopyScalars(int ctype) |
| 1801 | { |
| 1802 | return this->GetCopyAttribute(SCALARS, ctype); |
| 1803 | } |
| 1804 | |
| 1805 | //------------------------------------------------------------------------------ |
| 1806 | void vtkDataSetAttributes::SetCopyVectors(vtkTypeBool i, int ctype) |
nothing calls this directly
no test coverage detected