Blender  V3.3
deg_builder_pchanmap.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2015 Blender Foundation. All rights reserved. */
3 
8 #pragma once
9 
10 #include "intern/depsgraph_type.h"
11 
12 namespace blender::deg {
13 
14 struct RootPChanMap {
16  void print_debug();
17 
19  void add_bone(const char *bone, const char *root);
20 
22  bool has_common_root(const char *bone1, const char *bone2) const;
23 
24  protected:
30 };
31 
32 } // 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)