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

Method SetTCoords

Common/DataModel/vtkDataSetAttributes.cxx:1259–1262  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1257
1258//------------------------------------------------------------------------------
1259int vtkDataSetAttributes::SetTCoords(vtkDataArray* da)
1260{
1261 return this->SetAttribute(da, TCOORDS);
1262}
1263
1264//------------------------------------------------------------------------------
1265int vtkDataSetAttributes::SetActiveTCoords(const char* name)

Callers

nothing calls this directly

Calls 1

SetAttributeMethod · 0.95

Tested by

no test coverage detected