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

Method SetActiveTangents

Common/DataModel/vtkDataSetAttributes.cxx:1247–1250  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1245
1246//------------------------------------------------------------------------------
1247int vtkDataSetAttributes::SetActiveTangents(const char* name)
1248{
1249 return this->SetActiveAttribute(name, TANGENTS);
1250}
1251
1252//------------------------------------------------------------------------------
1253vtkDataArray* vtkDataSetAttributes::GetTangents()

Callers

nothing calls this directly

Calls 1

SetActiveAttributeMethod · 0.95

Tested by

no test coverage detected