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

Function put

Infovis/BoostGraphAlgorithms/vtkBoostGraphAdapter.h:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88inline void put(vtkDataArray* arr, vtkIdType key, const double& value)
89{
90 arr->SetTuple1(key, value);
91}
92
93// vtkAbstractArray as a property map of vtkVariants
94template <>

Callers 3

bfs_tree_builderMethod · 0.70
tree_edgeMethod · 0.70
tree_edgeMethod · 0.70

Calls 2

SetTuple1Method · 0.80
InsertVariantValueMethod · 0.45

Tested by

no test coverage detected