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

Method getValuesAtNanoPos

include/tev/ImageCanvas.h:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72 void getValuesAtNanoPos(nanogui::Vector2i nanoPos, std::vector<float>& result, std::span<std::string_view> channels);
73 std::vector<float> getValuesAtNanoPos(nanogui::Vector2i nanoPos, std::span<std::string_view> channels) {
74 std::vector<float> result;
75 getValuesAtNanoPos(nanoPos, result, channels);
76 return result;
77 }
78
79 ETonemap tonemap() const { return mTonemap; }
80 void setTonemap(ETonemap tonemap) { mTonemap = tonemap; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected