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

Method SetActiveTCoords

Common/DataModel/vtkDataSetAttributes.cxx:1265–1268  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1263
1264//------------------------------------------------------------------------------
1265int vtkDataSetAttributes::SetActiveTCoords(const char* name)
1266{
1267 return this->SetActiveAttribute(name, TCOORDS);
1268}
1269
1270//------------------------------------------------------------------------------
1271vtkDataArray* vtkDataSetAttributes::GetTCoords()

Callers 4

RequestDataMethod · 0.80
GeneratePointDataMethod · 0.80
GenerateCellDataMethod · 0.80
ProcessDataObjectMethod · 0.80

Calls 1

SetActiveAttributeMethod · 0.95

Tested by

no test coverage detected