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

Method SetRationalWeights

Common/DataModel/vtkDataSetAttributes.cxx:1331–1334  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1329
1330//------------------------------------------------------------------------------
1331int vtkDataSetAttributes::SetRationalWeights(vtkDataArray* da)
1332{
1333 return this->SetAttribute(da, RATIONALWEIGHTS);
1334}
1335
1336//------------------------------------------------------------------------------
1337int vtkDataSetAttributes::SetActiveRationalWeights(const char* name)

Calls 1

SetAttributeMethod · 0.95