Blender V4.3
blender::deg::light_linking::internal::LightSet Class Reference

#include <depsgraph_light_linking.hh>

Public Member Functions

bool operator== (const LightSet &other) const
 
bool operator!= (const LightSet &other) const
 
uint64_t hash () const
 

Public Attributes

uint64_t include_collection_mask = 0
 
uint64_t exclude_collection_mask = 0
 

Static Public Attributes

static constexpr int MAX_ID = 63
 
static constexpr int DEFAULT_ID = 0
 

Detailed Description

Definition at line 30 of file depsgraph_light_linking.hh.

Member Function Documentation

◆ hash()

uint64_t blender::deg::light_linking::internal::LightSet::hash ( ) const

◆ operator!=()

bool blender::deg::light_linking::internal::LightSet::operator!= ( const LightSet & other) const
inline

Definition at line 40 of file depsgraph_light_linking.hh.

◆ operator==()

bool blender::deg::light_linking::internal::LightSet::operator== ( const LightSet & other) const

Definition at line 134 of file depsgraph_light_linking.cc.

References exclude_collection_mask, and include_collection_mask.

Member Data Documentation

◆ DEFAULT_ID

int blender::deg::light_linking::internal::LightSet::DEFAULT_ID = 0
staticconstexpr

◆ exclude_collection_mask

uint64_t blender::deg::light_linking::internal::LightSet::exclude_collection_mask = 0

◆ include_collection_mask

uint64_t blender::deg::light_linking::internal::LightSet::include_collection_mask = 0

◆ MAX_ID

int blender::deg::light_linking::internal::LightSet::MAX_ID = 63
staticconstexpr

Definition at line 34 of file depsgraph_light_linking.hh.


The documentation for this class was generated from the following files: