data_dependent

Configuration

Variable

Default

Tunable

Description

reject

false

NO

Whether to reject type setting requests or not.

set_on_configure

true

NO

Whether to set the type on configure or not.

Input Ports

There are no input ports for this process.

Output Ports

Port name

Data Type

Flags

Description

output

_data_dependent

(none)

An output port with a data dependent type

Pipefile Usage

The following sections describe the blocks needed to use this process in a pipe file.

Pipefile block

# ================================================================
process <this-proc>
  :: data_dependent
# Whether to reject type setting requests or not.
  reject = false
# Whether to set the type on configure or not.
  set_on_configure = true
# ================================================================

Process connections

The following Input ports will need to be set

# There are no input port's for this process

The following Output ports will need to be set

# This process will produce the following output ports
connect from <this-proc>.output
         to   <downstream-proc>.output

Class Description

Warning

doxygenclass: Cannot find file: /home/docs/checkouts/readthedocs.org/user_builds/kwiver-fork/checkouts/stable/doc/manuals/_build/xml/index.xml