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

Method SetCopyScalars

Common/DataModel/vtkDataSetAttributes.cxx:1794–1797  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1792
1793//------------------------------------------------------------------------------
1794void vtkDataSetAttributes::SetCopyScalars(vtkTypeBool i, int ctype)
1795{
1796 this->SetCopyAttribute(SCALARS, i, ctype);
1797}
1798
1799//------------------------------------------------------------------------------
1800vtkTypeBool vtkDataSetAttributes::GetCopyScalars(int ctype)

Callers 2

CopyAllOnMethod · 0.95
CopyAllOffMethod · 0.95

Calls 1

SetCopyAttributeMethod · 0.95

Tested by

no test coverage detected