Blender V5.0
blender::nodes::node_composite_dilate_cc Namespace Reference

Classes

class  DilateErodeOperation

Functions

static void cmp_node_dilate_declare (NodeDeclarationBuilder &b)
static void node_composit_init_dilateerode (bNodeTree *, bNode *node)
static NodeOperationget_compositor_operation (Context &context, DNode node)

Variables

static const EnumPropertyItem type_items []

Function Documentation

◆ cmp_node_dilate_declare()

◆ get_compositor_operation()

NodeOperation * blender::nodes::node_composite_dilate_cc::get_compositor_operation ( Context & context,
DNode node )
static

Definition at line 568 of file node_composite_dilate.cc.

References get_compositor_operation().

Referenced by get_compositor_operation().

◆ node_composit_init_dilateerode()

void blender::nodes::node_composite_dilate_cc::node_composit_init_dilateerode ( bNodeTree * ,
bNode * node )
static

Definition at line 68 of file node_composite_dilate.cc.

References data, MEM_callocN(), and bNode::storage.

Variable Documentation

◆ type_items

const EnumPropertyItem blender::nodes::node_composite_dilate_cc::type_items[]
static
Initial value:
= {
{CMP_NODE_DILATE_ERODE_STEP, "STEP", 0, N_("Steps"), ""},
{CMP_NODE_DILATE_ERODE_DISTANCE_THRESHOLD, "THRESHOLD", 0, N_("Threshold"), ""},
{CMP_NODE_DILATE_ERODE_DISTANCE, "DISTANCE", 0, N_("Distance"), ""},
{CMP_NODE_DILATE_ERODE_DISTANCE_FEATHER, "FEATHER", 0, N_("Feather"), ""},
{0, nullptr, 0, nullptr, nullptr},
}
@ CMP_NODE_DILATE_ERODE_STEP
@ CMP_NODE_DILATE_ERODE_DISTANCE_FEATHER
@ CMP_NODE_DILATE_ERODE_DISTANCE_THRESHOLD
@ CMP_NODE_DILATE_ERODE_DISTANCE
#define N_(msgid)

Definition at line 32 of file node_composite_dilate.cc.

Referenced by cmp_node_dilate_declare().