// file:e: $warren/research/exp_001/filt_cstr_00.cc // version: // // isip include files // #include "Filter.h" // method: constructor // // arguments: none // return: none // // this is the default constructor // Filter :: Filter() { // exit gracefully--the Vector objects will be initialized by the Vector // constructor // }