/home5/piconepr/public_html/isip/projects/speech/software/documentation/class/algo/AlgorithmUndefined/AlgorithmUndefined.h
// file: $isip/class/algo/AlgorithmUndefined/AlgorithmUndefined.h
// version: $Id: AlgorithmUndefined.h 8226 2002-06-25 01:42:42Z picone $
//
// make sure definitions are only made once
//
#ifndef ISIP_ALGORITHM_UNDEFINED
#define ISIP_ALGORITHM_UNDEFINED
// isip include files
//
#ifndef ISIP_ALGORITHM_BASE
#include <AlgorithmBase.h>
[snipped]
// method: assign
//
boolean assign(const AlgorithmBase& arg) {
return Error::handle(name(), L"assign",
Error::VIRTUAL_PTR, __FILE__, __LINE__);
}
[snipped]
//
// end of file
Up |
Home |
Courses |
Projects |
Proposals |
Publications
Please direct questions or comments to
joseph.picone@isip.piconepress.com