MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / transform

Function transform

extern/nfd/nfd_portal.cpp:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91template <typename T, typename Callback>
92T* transform(const T* begin, const T* end, T* out, Callback callback) {
93 for (; begin != end; ++begin) {
94 *out++ = callback(*begin);
95 }
96 return out;
97}
98
99constexpr const char* STR_EMPTY = "";
100constexpr const char* STR_OPEN_FILE = "Open File";

Callers 15

MakeUniqueObjectPathFunction · 0.85
ParametrizedLineClass · 0.85
Hyperplane.hFile · 0.85
groupsMethod · 0.85
BenchmarkStatsClass · 0.85
resolutionFunction · 0.85
SampleAnalysisClass · 0.85
analyseFunction · 0.85
convertIntoFunction · 0.85
toLowerInPlaceFunction · 0.85
matchesByFilterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected