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

Method SetActiveRationalWeights

Common/DataModel/vtkDataSetAttributes.cxx:1337–1340  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1335
1336//------------------------------------------------------------------------------
1337int vtkDataSetAttributes::SetActiveRationalWeights(const char* name)
1338{
1339 return this->SetActiveAttribute(name, RATIONALWEIGHTS);
1340}
1341
1342//------------------------------------------------------------------------------
1343vtkDataArray* vtkDataSetAttributes::GetRationalWeights()

Callers

nothing calls this directly

Calls 1

SetActiveAttributeMethod · 0.95

Tested by

no test coverage detected