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

Method SetCopyNormals

Common/DataModel/vtkDataSetAttributes.cxx:1818–1821  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1816
1817//------------------------------------------------------------------------------
1818void vtkDataSetAttributes::SetCopyNormals(vtkTypeBool i, int ctype)
1819{
1820 this->SetCopyAttribute(NORMALS, i, ctype);
1821}
1822
1823//------------------------------------------------------------------------------
1824vtkTypeBool vtkDataSetAttributes::GetCopyNormals(int ctype)

Callers 2

CopyAllOnMethod · 0.95
CopyAllOffMethod · 0.95

Calls 1

SetCopyAttributeMethod · 0.95

Tested by

no test coverage detected