Blender V5.0
blender::bke::ZoneRelation Struct Reference

Public Member Functions

uint64_t hash () const

Public Attributes

bNodeTreeZoneparent
bNodeTreeZonechild

Detailed Description

Definition at line 71 of file node_tree_zones.cc.

Member Function Documentation

◆ hash()

uint64_t blender::bke::ZoneRelation::hash ( ) const
inline

Definition at line 75 of file node_tree_zones.cc.

References blender::get_default_hash().

Member Data Documentation

◆ child

bNodeTreeZone* blender::bke::ZoneRelation::child

Definition at line 73 of file node_tree_zones.cc.

Referenced by blender::bke::get_direct_zone_relations().

◆ parent

bNodeTreeZone* blender::bke::ZoneRelation::parent

Definition at line 72 of file node_tree_zones.cc.

Referenced by blender::bke::get_direct_zone_relations().


The documentation for this struct was generated from the following file: