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

Method updateVectorGraphics

src/Image.cpp:1124–1130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1122}
1123
1124void Image::updateVectorGraphics(bool append, span<const VgCommand> commands) {
1125 if (!append) {
1126 mVgCommands.clear();
1127 }
1128
1129 copy(begin(commands), end(commands), back_inserter(mVgCommands));
1130}
1131
1132Task<vector<Channel>> Image::getHdrImageData(shared_ptr<Image> reference, string_view requestedChannelGroup, EMetric metric, int priority) const {
1133 const auto size = this->size();

Callers 1

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected