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

Method SetVectors

Common/DataModel/vtkDataSetAttributes.cxx:1205–1208  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1203
1204//------------------------------------------------------------------------------
1205int vtkDataSetAttributes::SetVectors(vtkDataArray* da)
1206{
1207 return this->SetAttribute(da, VECTORS);
1208}
1209
1210//------------------------------------------------------------------------------
1211int vtkDataSetAttributes::SetActiveVectors(const char* name)

Callers 15

ReadDisplacementFileMethod · 0.80
AddArrayToFieldDataFunction · 0.80
XdmfToVTKAttributesMethod · 0.80
FromJSONMethod · 0.80
ReadMoleculeMethod · 0.80
readSolutionMethod · 0.80
readBCDataMethod · 0.80
ReadVectorsPerNodeMethod · 0.80
ReadVectorsPerElementMethod · 0.80
ReadVectorsPerNodeMethod · 0.80
ReadVectorsPerElementMethod · 0.80

Calls 1

SetAttributeMethod · 0.95

Tested by 13

TestCopyAttributeDataFunction · 0.64
TestFieldListFunction · 0.64
TestDataSetGradientFunction · 0.64
TestGhostCellFieldsFunction · 0.64
testGlyphsMethod · 0.64
UnitTestMergeFilterFunction · 0.64
MakePointDataFunction · 0.64