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

Method GetCopyTCoords

Common/DataModel/vtkDataSetAttributes.cxx:1848–1851  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1846
1847//------------------------------------------------------------------------------
1848vtkTypeBool vtkDataSetAttributes::GetCopyTCoords(int ctype)
1849{
1850 return this->GetCopyAttribute(TCOORDS, ctype);
1851}
1852
1853//------------------------------------------------------------------------------
1854void vtkDataSetAttributes::SetCopyTensors(vtkTypeBool i, int ctype)

Callers

nothing calls this directly

Calls 1

GetCopyAttributeMethod · 0.95

Tested by

no test coverage detected