Blender V5.0
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
10
12#include "BLI_map.hh"
14
15namespace blender::bke {
16
29
31
32 uint64_t hash() const
33 {
34 return get_default_hash(this->compute_context_hash, this->node_id);
35 }
36};
37
45
46} // namespace blender::bke
#define BLI_STRUCT_EQUALITY_OPERATORS_2(Type, m1, m2)
unsigned long long int uint64_t
uint64_t get_default_hash(const T &v, const Args &...args)
Definition BLI_hash.hh:233