Blender V5.0
COM_algorithm_jump_flooding.hh File Reference
#include "COM_context.hh"
#include "COM_result.hh"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::compositor

Macros

#define JUMP_FLOODING_NON_FLOODED_VALUE   int2(-1)

Functions

void blender::compositor::jump_flooding (Context &context, Result &input, Result &output)
int2 blender::compositor::encode_jump_flooding_value (const int2 &closest_seed_texel, const bool is_flooded)
int2 blender::compositor::initialize_jump_flooding_value (const int2 &texel, const bool is_seed)

Macro Definition Documentation

◆ JUMP_FLOODING_NON_FLOODED_VALUE

#define JUMP_FLOODING_NON_FLOODED_VALUE   int2(-1)