Blender V4.3
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 224 of file COM_NodeOperation.h.

Member Function Documentation

◆ get_operation()

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

Definition at line 234 of file COM_NodeOperation.h.

◆ operator!=()

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

Definition at line 245 of file COM_NodeOperation.h.

◆ operator<()

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

Definition at line 250 of file COM_NodeOperation.h.

◆ operator==()

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

Definition at line 239 of file COM_NodeOperation.h.

Friends And Related Symbol Documentation

◆ NodeOperation

friend class NodeOperation
friend

Definition at line 231 of file COM_NodeOperation.h.


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