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

Method GetCopyTensors

Common/DataModel/vtkDataSetAttributes.cxx:1860–1863  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1858
1859//------------------------------------------------------------------------------
1860vtkTypeBool vtkDataSetAttributes::GetCopyTensors(int ctype)
1861{
1862 return this->GetCopyAttribute(TENSORS, ctype);
1863}
1864
1865//------------------------------------------------------------------------------
1866void vtkDataSetAttributes::SetCopyGlobalIds(vtkTypeBool i, int ctype)

Callers

nothing calls this directly

Calls 1

GetCopyAttributeMethod · 0.95

Tested by

no test coverage detected