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

Method GetRationalWeights

Common/DataModel/vtkDataSetAttributes.cxx:1343–1346  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1341
1342//------------------------------------------------------------------------------
1343vtkDataArray* vtkDataSetAttributes::GetRationalWeights()
1344{
1345 return this->GetAttribute(RATIONALWEIGHTS);
1346}
1347
1348//------------------------------------------------------------------------------
1349int vtkDataSetAttributes::SetHigherOrderDegrees(vtkDataArray* da)

Callers

nothing calls this directly

Calls 2

GetAttributeMethod · 0.95
GetArrayMethod · 0.45

Tested by

no test coverage detected