Provided by: libufo-bin_0.16.0.52.gbd831ab-1build8_amd64 
      
    
NAME
       ufo-mkfilter - Create filter skeletons
SYNOPSIS
       ufo-mkfilter [-d] [--use-gpu] [--type <type>] NAME
DESCRIPTION
       Creates source and header files for a skeleton task. The camel-cased NAME is transformed to
       hyphen-separated lowercase names with .c and .h extensions.
OPTIONS
       --disable-comments, -d
           Do not output any comments in the source file.
       --use-gpu
           Specify that this task uses GPUs.
       --type TYPE
           TYPE must be one of "sink", "filter", "reductor" or "generator". Appropriate support code is
           generated.
                                                   01/03/2025                                    UFO-MKFILTER(1)