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

Method SetTangents

Common/DataModel/vtkDataSetAttributes.cxx:1241–1244  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1239
1240//------------------------------------------------------------------------------
1241int vtkDataSetAttributes::SetTangents(vtkDataArray* da)
1242{
1243 return this->SetAttribute(da, TANGENTS);
1244}
1245
1246//------------------------------------------------------------------------------
1247int vtkDataSetAttributes::SetActiveTangents(const char* name)

Callers 2

RequestDataMethod · 0.80

Calls 1

SetAttributeMethod · 0.95

Tested by

no test coverage detected