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

Method SetCopyTCoords

Common/DataModel/vtkDataSetAttributes.cxx:1842–1845  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1840
1841//------------------------------------------------------------------------------
1842void vtkDataSetAttributes::SetCopyTCoords(vtkTypeBool i, int ctype)
1843{
1844 this->SetCopyAttribute(TCOORDS, i, ctype);
1845}
1846
1847//------------------------------------------------------------------------------
1848vtkTypeBool vtkDataSetAttributes::GetCopyTCoords(int ctype)

Callers 2

CopyAllOnMethod · 0.95
CopyAllOffMethod · 0.95

Calls 1

SetCopyAttributeMethod · 0.95

Tested by

no test coverage detected