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

Method GetTCoords

Common/DataModel/vtkDataSetAttributes.cxx:1271–1274  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1269
1270//------------------------------------------------------------------------------
1271vtkDataArray* vtkDataSetAttributes::GetTCoords()
1272{
1273 return this->GetAttribute(TCOORDS);
1274}
1275
1276//------------------------------------------------------------------------------
1277int vtkDataSetAttributes::SetTensors(vtkDataArray* da)

Callers

nothing calls this directly

Calls 2

GetAttributeMethod · 0.95
GetArrayMethod · 0.45

Tested by

no test coverage detected