MCPcopy Create free account
hub / github.com/Tom94/tev / setValues

Method setValues

include/tev/MultiGraph.h:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55 std::span<const float> values() const { return mValues; }
56 void setValues(std::span<const float> values) { mValues = {values.begin(), values.end()}; }
57
58 std::span<nanogui::Color> colors() { return mColors; }
59 void setColors(std::span<const nanogui::Color> colors) { mColors = {colors.begin(), colors.end()}; }

Callers 1

draw_contentsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected