name: SegmentConcat

synopsis:

g++ [flags ...] file ... -l /isip/tools/lib/$ISIP_BINARY/lib_algo.a

#include <SegmentConcat.h>

SegmentConcat(ALGORITHM algorithm = DEF_ALGORITHM, IMPLEMENTATION implementation = DEF_IMPLEMENTATION, float floor);
boolean eq(const SegmentConcat& arg);
boolean setDimension(long dim);
quick start:

none. this class is not to be used in isolation. this provides the
base functionality for the isip_segment_concat utility.
description:

The SegmentConcat class is used to provide the base functionality for the isip_segment_concat utilty. Currently, three algorithms are supported:
The two implementations supported for SEG_CONCAT and SEG_CONCAT_SYMBOL are:
The good reference for this functionalty is:
dependencies:

public constants:

error codes:

protected data:

required public methods:

class-specific public methods:

private methods:

examples:

notes: