Blender  V3.3
Public Member Functions | Public Attributes | List of all members
CryptomatteSession Struct Reference

Public Member Functions

 CryptomatteSession ()=default
 
 CryptomatteSession (const Main *bmain)
 
 CryptomatteSession (StampData *stamp_data)
 
 CryptomatteSession (const Scene *scene)
 
blender::bke::cryptomatte::CryptomatteLayeradd_layer (std::string layer_name)
 
std::optional< std::string > operator[] (float encoded_hash) const
 

Public Attributes

blender::Map< std::string, blender::bke::cryptomatte::CryptomatteLayerlayers
 
blender::Vector< std::string > layer_names
 

Detailed Description

Definition at line 36 of file cryptomatte.cc.

Constructor & Destructor Documentation

◆ CryptomatteSession() [1/4]

CryptomatteSession::CryptomatteSession ( )
default

◆ CryptomatteSession() [2/4]

CryptomatteSession::CryptomatteSession ( const Main bmain)

◆ CryptomatteSession() [3/4]

CryptomatteSession::CryptomatteSession ( StampData stamp_data)

◆ CryptomatteSession() [4/4]

CryptomatteSession::CryptomatteSession ( const Scene scene)

Member Function Documentation

◆ add_layer()

blender::bke::cryptomatte::CryptomatteLayer & CryptomatteSession::add_layer ( std::string  layer_name)

◆ operator[]()

std::optional< std::string > CryptomatteSession::operator[] ( float  encoded_hash) const

Member Data Documentation

◆ layer_names

blender::Vector<std::string> CryptomatteSession::layer_names

◆ layers

blender::Map<std::string, blender::bke::cryptomatte::CryptomatteLayer> CryptomatteSession::layers

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