Blender V4.3
RepeatZoneType Class Reference

Inherits blender::bke::bNodeZoneType.

Public Member Functions

 RepeatZoneType ()
 
const intget_corresponding_output_id (const bNode &input_bnode) const override
 
- Public Member Functions inherited from blender::bke::bNodeZoneType
virtual ~bNodeZoneType ()=default
 
intget_corresponding_output_id (bNode &input_bnode) const
 
const bNodeget_corresponding_input (const bNodeTree &tree, const bNode &output_bnode) const
 
bNodeget_corresponding_input (bNodeTree &tree, const bNode &output_bnode) const
 
const bNodeget_corresponding_output (const bNodeTree &tree, const bNode &input_bnode) const
 
bNodeget_corresponding_output (bNodeTree &tree, const bNode &input_bnode) const
 

Additional Inherited Members

- Public Attributes inherited from blender::bke::bNodeZoneType
std::string input_idname
 
std::string output_idname
 
int input_type
 
int output_type
 
int theme_id
 

Detailed Description

Definition at line 69 of file node_register.cc.

Constructor & Destructor Documentation

◆ RepeatZoneType()

Member Function Documentation

◆ get_corresponding_output_id()

const int & RepeatZoneType::get_corresponding_output_id ( const bNode & input_bnode) const
inlineoverridevirtual

Implements blender::bke::bNodeZoneType.

Definition at line 80 of file node_register.cc.

References BLI_assert, bNode::storage, and bNode::type.


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