Blender V5.0
deg_builder_pchanmap.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2015 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11#include "BLI_map.hh"
12#include "BLI_set.hh"
13#include "BLI_string_ref.hh"
14
15namespace blender::deg {
16
19 void print_debug();
20
22 void add_bone(const char *bone, const char *root);
23
25 bool has_common_root(const char *bone1, const char *bone2) const;
26
27 protected:
33};
34
35} // namespace blender::deg
Map< StringRefNull, Set< StringRefNull > > map_
bool has_common_root(const char *bone1, const char *bone2) const
void add_bone(const char *bone, const char *root)