------------------------------------------------------------------------------
| 1858 | |
| 1859 | //------------------------------------------------------------------------------ |
| 1860 | vtkTypeBool vtkDataSetAttributes::GetCopyTensors(int ctype) |
| 1861 | { |
| 1862 | return this->GetCopyAttribute(TENSORS, ctype); |
| 1863 | } |
| 1864 | |
| 1865 | //------------------------------------------------------------------------------ |
| 1866 | void vtkDataSetAttributes::SetCopyGlobalIds(vtkTypeBool i, int ctype) |
nothing calls this directly
no test coverage detected