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

Method GetTangents

Common/DataModel/vtkDataSetAttributes.cxx:1253–1256  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1251
1252//------------------------------------------------------------------------------
1253vtkDataArray* vtkDataSetAttributes::GetTangents()
1254{
1255 return this->GetAttribute(TANGENTS);
1256}
1257
1258//------------------------------------------------------------------------------
1259int vtkDataSetAttributes::SetTCoords(vtkDataArray* da)

Callers 9

ToJSONMethod · 0.80
ImportActorsMethod · 0.80
BuildBufferObjectsMethod · 0.80
GetPointTangentsMethod · 0.80

Calls 2

GetAttributeMethod · 0.95
GetArrayMethod · 0.45

Tested by

no test coverage detected