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

Method SetCopyRationalWeights

Common/DataModel/vtkDataSetAttributes.cxx:1890–1893  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1888
1889//------------------------------------------------------------------------------
1890void vtkDataSetAttributes::SetCopyRationalWeights(vtkTypeBool i, int ctype)
1891{
1892 this->SetCopyAttribute(RATIONALWEIGHTS, i, ctype);
1893}
1894
1895//------------------------------------------------------------------------------
1896vtkTypeBool vtkDataSetAttributes::GetCopyRationalWeights(int ctype)

Callers 2

CopyAllOnMethod · 0.95
CopyAllOffMethod · 0.95

Calls 1

SetCopyAttributeMethod · 0.95

Tested by

no test coverage detected