17 if (
const auto meta_data = attributes.lookup_meta_data(
".selection")) {
19 const VArray<float> selection = *attributes.lookup<
float>(
".selection");
20 float *dst =
static_cast<float *
>(
24 attributes.remove(
".selection");
31 const int64_t size = attributes.domain_size(domain);
32 attributes.add(
".selection",
38 return curves.attributes_for_write().lookup_for_write_span<
float>(
".selection");