Blender  V2.59
Functions | Variables
CMP_dilate.c File Reference
#include "../CMP_util.h"

Go to the source code of this file.

Functions

static void morpho_dilate (CompBuf *cbuf)
static void morpho_erode (CompBuf *cbuf)
static void node_composit_exec_dilateerode (void *UNUSED(data), bNode *node, bNodeStack **in, bNodeStack **out)
void register_node_type_cmp_dilateerode (ListBase *lb)

Variables

static bNodeSocketType cmp_node_dilateerode_in []
static bNodeSocketType cmp_node_dilateerode_out []

Detailed Description

Definition in file CMP_dilate.c.


Function Documentation

static void morpho_dilate ( CompBuf cbuf) [static]

Definition at line 49 of file CMP_dilate.c.

References MAX2, p, CompBuf::rect, CompBuf::x, and CompBuf::y.

Referenced by node_composit_exec_dilateerode().

static void morpho_erode ( CompBuf cbuf) [static]

Definition at line 83 of file CMP_dilate.c.

References MIN2, p, CompBuf::rect, CompBuf::x, and CompBuf::y.

Referenced by node_composit_exec_dilateerode().

static void node_composit_exec_dilateerode ( void *  UNUSEDdata,
bNode node,
bNodeStack **  in,
bNodeStack **  out 
) [static]
void register_node_type_cmp_dilateerode ( ListBase lb)

Variable Documentation

Initial value:
 {
        {       SOCK_VALUE, 1, "Mask",          0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
        {       -1, 0, ""       }
}

Definition at line 40 of file CMP_dilate.c.

Initial value:
 {
        {       SOCK_VALUE, 0, "Mask",          0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
        {       -1, 0, ""       }
}

Definition at line 44 of file CMP_dilate.c.