Blender  V3.3
Public Member Functions | Friends | List of all members
blender::compositor::NodeOperationHash Struct Reference

#include <COM_NodeOperation.h>

Public Member Functions

NodeOperationget_operation () const
 
bool operator== (const NodeOperationHash &other) const
 
bool operator!= (const NodeOperationHash &other) const
 
bool operator< (const NodeOperationHash &other) const
 

Friends

class NodeOperation
 

Detailed Description

Hash that identifies an operation output result in the current execution.

Definition at line 262 of file COM_NodeOperation.h.

Member Function Documentation

◆ get_operation()

NodeOperation* blender::compositor::NodeOperationHash::get_operation ( ) const
inline

Definition at line 272 of file COM_NodeOperation.h.

◆ operator!=()

Definition at line 283 of file COM_NodeOperation.h.

◆ operator<()

bool blender::compositor::NodeOperationHash::operator< ( const NodeOperationHash other) const
inline

Definition at line 288 of file COM_NodeOperation.h.

◆ operator==()

bool blender::compositor::NodeOperationHash::operator== ( const NodeOperationHash other) const
inline

Definition at line 277 of file COM_NodeOperation.h.

Friends And Related Function Documentation

◆ NodeOperation

friend class NodeOperation
friend

Definition at line 269 of file COM_NodeOperation.h.


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