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

Method SetTensors

Common/DataModel/vtkDataSetAttributes.cxx:1277–1280  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1275
1276//------------------------------------------------------------------------------
1277int vtkDataSetAttributes::SetTensors(vtkDataArray* da)
1278{
1279 return this->SetAttribute(da, TENSORS);
1280}
1281
1282//------------------------------------------------------------------------------
1283int vtkDataSetAttributes::SetActiveTensors(const char* name)

Callers 15

XdmfToVTKAttributesMethod · 0.80
ReadTensorDataMethod · 0.80
_matrix_math_filterFunction · 0.80
RequestDataMethod · 0.80
TestReflectionFilterFunction · 0.80
ProcessTreesMethod · 0.80
RequestDataMethod · 0.80
ConstructTensorsMethod · 0.80
TestAssignAttributeFunction · 0.80

Calls 1

SetAttributeMethod · 0.95

Tested by 5

TestReflectionFilterFunction · 0.64
TestAssignAttributeFunction · 0.64
UnitTestMergeFilterFunction · 0.64
MakePointDataFunction · 0.64
MakeCellDataFunction · 0.64