Blender V4.3
BKE_geometry_nodes_gizmos_transforms.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
12#include "BLI_map.hh"
14
15namespace blender::bke {
16
27
29
30 uint64_t hash() const
31 {
32 return get_default_hash(this->compute_context_hash, this->node_id);
33 }
34};
35
43
44} // namespace blender::bke
#define BLI_STRUCT_EQUALITY_OPERATORS_2(Type, m1, m2)
uint64_t get_default_hash(const T &v)
Definition BLI_hash.hh:219
unsigned __int64 uint64_t
Definition stdint.h:90