MCPcopy Create free account
hub / github.com/Kitware/VTK / SetCopyTensors

Method SetCopyTensors

Common/DataModel/vtkDataSetAttributes.cxx:1854–1857  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 2

CopyAllOnMethod · 0.95
CopyAllOffMethod · 0.95

Calls 1

SetCopyAttributeMethod · 0.95

Tested by

no test coverage detected