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

Method GetCopyTangents

Common/DataModel/vtkDataSetAttributes.cxx:1836–1839  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1834
1835//------------------------------------------------------------------------------
1836vtkTypeBool vtkDataSetAttributes::GetCopyTangents(int ctype)
1837{
1838 return this->GetCopyAttribute(TANGENTS, ctype);
1839}
1840
1841//------------------------------------------------------------------------------
1842void vtkDataSetAttributes::SetCopyTCoords(vtkTypeBool i, int ctype)

Callers

nothing calls this directly

Calls 1

GetCopyAttributeMethod · 0.95

Tested by

no test coverage detected