// file:e: $warren/research/exp_001/filt_dstr.cc // version: // // isip include files // #include "Filter.h" // method: destructor // // arguments: none // return: none // // this is the default destructor // Filter :: ~Filter() { // exit gracefully--the memory associated with the protected data // Vector objects will be deallocated by the Vector destructor when the // objects leave scope // }