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

Method SetCopyTangents

Common/DataModel/vtkDataSetAttributes.cxx:1830–1833  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1828
1829//------------------------------------------------------------------------------
1830void vtkDataSetAttributes::SetCopyTangents(vtkTypeBool i, int ctype)
1831{
1832 this->SetCopyAttribute(TANGENTS, i, ctype);
1833}
1834
1835//------------------------------------------------------------------------------
1836vtkTypeBool vtkDataSetAttributes::GetCopyTangents(int ctype)

Callers 2

CopyAllOnMethod · 0.95
CopyAllOffMethod · 0.95

Calls 1

SetCopyAttributeMethod · 0.95

Tested by

no test coverage detected