MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / GetRightSpectrum

Method GetRightSpectrum

src/render_panel/gr_statistics.cpp:207–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 }
206
207 std::vector<double> GrStatistics::GetRightSpectrum() {
208 std::vector<double> r;
209 right_spectrum_.Visit([&](auto& v) {
210 r.push_back(v);
211 });
212 return r;
213 }
214
215 std::vector<std::shared_ptr<tcrp::RpMsgWorkingCaptureInfo>> GrStatistics::GetCapturesInfo() {
216 std::vector<std::shared_ptr<tcrp::RpMsgWorkingCaptureInfo>> r;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected