name: AlgorithmContainer : public AlgorithmBase

synopsis:

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

#include <AlgorithmContainer.h>

AlgorithmContainer();
AlgorithmContainer(const AlgorithmContainer& arg);
boolean eq(const AlgorithmContainer& arg);
boolean setAlgorithm(ALGORITHM algorithm);
quick start:

AlgorithmContainer lab;
lab.setGraphTag(14);
description:

The AlgorithmContainer class is used as a dummy placeholder for subgraphs. This class allows container objects to be specified in a recipe (via isip_transform_builder) and to be read by isip_transform.

dependencies:

public constants:

error codes:

protected data:

required public methods:

class-specific public methods:

private methods: examples: notes: