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

Method GetCopyScalars

Common/DataModel/vtkDataSetAttributes.cxx:1800–1803  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1798
1799//------------------------------------------------------------------------------
1800vtkTypeBool vtkDataSetAttributes::GetCopyScalars(int ctype)
1801{
1802 return this->GetCopyAttribute(SCALARS, ctype);
1803}
1804
1805//------------------------------------------------------------------------------
1806void vtkDataSetAttributes::SetCopyVectors(vtkTypeBool i, int ctype)

Callers

nothing calls this directly

Calls 1

GetCopyAttributeMethod · 0.95

Tested by

no test coverage detected