comparison src/Modules/SSI/ModuleSSI.cc @ 17:f4e712d41321

-Added basic support for unit tests using gtest -Updated lint scripts to exclude header guard problems -Made everything lint-friendly -Added a trivial script to build the Doxygen documentation
author tomwalters
date Sat, 20 Feb 2010 21:03:57 +0000
parents b4cafba48e9d
children 9122efd2b227
comparison
equal deleted inserted replaced
16:2a5354042241 17:f4e712d41321
31 module_description_ = "Size-shape image (aka the 'sscAI')"; 31 module_description_ = "Size-shape image (aka the 'sscAI')";
32 module_identifier_ = "ssi"; 32 module_identifier_ = "ssi";
33 module_type_ = "ssi"; 33 module_type_ = "ssi";
34 module_version_ = "$Id$"; 34 module_version_ = "$Id$";
35 35
36 //do_pitch_cutoff_ = parameters_->DefaultBool("ssi.pitch_cutoff", false); 36 // do_pitch_cutoff_ = parameters_->DefaultBool("ssi.pitch_cutoff", false);
37 ssi_width_cycles_ = parameters_->DefaultFloat("ssi.width_cycles", 20.0f); 37 ssi_width_cycles_ = parameters_->DefaultFloat("ssi.width_cycles", 20.0f);
38 } 38 }
39 39
40 ModuleSSI::~ModuleSSI() { 40 ModuleSSI::~ModuleSSI() {
41 } 41 }