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

Method GetTensors

Common/DataModel/vtkDataSetAttributes.cxx:1289–1292  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1287
1288//------------------------------------------------------------------------------
1289vtkDataArray* vtkDataSetAttributes::GetTensors()
1290{
1291 return this->GetAttribute(TENSORS);
1292}
1293
1294//------------------------------------------------------------------------------
1295int vtkDataSetAttributes::SetGlobalIds(vtkDataArray* da)

Callers 1

Calls 2

GetAttributeMethod · 0.95
GetArrayMethod · 0.45

Tested by

no test coverage detected