Blender V4.5
OCIO_view.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2025 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
7#include "BLI_string_ref.hh"
8
9namespace blender::ocio {
10
11class View {
12 public:
13 virtual ~View() = default;
14
19 int index = -1;
20
25 virtual StringRefNull name() const = 0;
26};
27
28} // namespace blender::ocio
virtual StringRefNull name() const =0
virtual ~View()=default