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

Method GetCopyRationalWeights

Common/DataModel/vtkDataSetAttributes.cxx:1896–1899  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1894
1895//------------------------------------------------------------------------------
1896vtkTypeBool vtkDataSetAttributes::GetCopyRationalWeights(int ctype)
1897{
1898 return this->GetCopyAttribute(RATIONALWEIGHTS, ctype);
1899}
1900
1901//------------------------------------------------------------------------------
1902void vtkDataSetAttributes::SetCopyHigherOrderDegrees(vtkTypeBool i, int ctype)

Callers

nothing calls this directly

Calls 1

GetCopyAttributeMethod · 0.95

Tested by

no test coverage detected