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

Method GetCopyVectors

Common/DataModel/vtkDataSetAttributes.cxx:1812–1815  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1810
1811//------------------------------------------------------------------------------
1812vtkTypeBool vtkDataSetAttributes::GetCopyVectors(int ctype)
1813{
1814 return this->GetCopyAttribute(VECTORS, ctype);
1815}
1816
1817//------------------------------------------------------------------------------
1818void vtkDataSetAttributes::SetCopyNormals(vtkTypeBool i, int ctype)

Callers

nothing calls this directly

Calls 1

GetCopyAttributeMethod · 0.95

Tested by

no test coverage detected