Classes Utilities Scripts Speech Search Up Home
ISIP IFC Index
Title Bar

/home5/piconepr/public_html/isip/projects/speech/software/documentation/class/algo/Energy/Energy.h

// file: $isip/class/algo/Energy/Energy.h
// version: $Id: Energy.h 7609 2002-01-04 20:55:18Z gao $
//

// make sure definitions are only made once
//
#ifndef ISIP_ENERGY
#define ISIP_ENERGY

// isip include files
//
#ifndef ISIP_ALGORITHM_BASE
#include <AlgorithmBase.h>

[snipped]

  // method: setImplementation
  //
  boolean setImplementation(IMPLEMENTATION implementation) {
    implementation_d = implementation;
    is_valid_d = false;
    return true;  
  }

[snipped]

//
// end of file


Footer

Up | Home | Courses | Projects | Proposals | Publications Please direct questions or comments to joseph.picone@isip.piconepress.com