------------------------------------------------------------------------------
| 1852 | |
| 1853 | //------------------------------------------------------------------------------ |
| 1854 | void vtkDataSetAttributes::SetCopyTensors(vtkTypeBool i, int ctype) |
| 1855 | { |
| 1856 | this->SetCopyAttribute(TENSORS, i, ctype); |
| 1857 | } |
| 1858 | |
| 1859 | //------------------------------------------------------------------------------ |
| 1860 | vtkTypeBool vtkDataSetAttributes::GetCopyTensors(int ctype) |
no test coverage detected