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

Method SetCopyVectors

Common/DataModel/vtkDataSetAttributes.cxx:1806–1809  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1804
1805//------------------------------------------------------------------------------
1806void vtkDataSetAttributes::SetCopyVectors(vtkTypeBool i, int ctype)
1807{
1808 this->SetCopyAttribute(VECTORS, i, ctype);
1809}
1810
1811//------------------------------------------------------------------------------
1812vtkTypeBool vtkDataSetAttributes::GetCopyVectors(int ctype)

Callers 2

CopyAllOnMethod · 0.95
CopyAllOffMethod · 0.95

Calls 1

SetCopyAttributeMethod · 0.95

Tested by

no test coverage detected