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

Method GetCopyNormals

Common/DataModel/vtkDataSetAttributes.cxx:1824–1827  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1822
1823//------------------------------------------------------------------------------
1824vtkTypeBool vtkDataSetAttributes::GetCopyNormals(int ctype)
1825{
1826 return this->GetCopyAttribute(NORMALS, ctype);
1827}
1828
1829//------------------------------------------------------------------------------
1830void vtkDataSetAttributes::SetCopyTangents(vtkTypeBool i, int ctype)

Callers

nothing calls this directly

Calls 1

GetCopyAttributeMethod · 0.95

Tested by

no test coverage detected