Mercurial > hg > aimc
annotate branches/carfac_cpp/src/AGC.cpp @ 538:81b01c88a257
Skeleton draft of CARFAC classes.
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Wed, 28 Mar 2012 07:12:22 +0000 |
parents | |
children | 750075ee8e3a |
rev | line source |
---|---|
Ulf@538 | 1 /* |
Ulf@538 | 2 * AGCparameters.cpp |
Ulf@538 | 3 * |
Ulf@538 | 4 * Created on: 25 mar 2012 |
Ulf@538 | 5 * Author: ulha |
Ulf@538 | 6 */ |
Ulf@538 | 7 |
Ulf@538 | 8 #include "AGC.h" |
Ulf@538 | 9 |
Ulf@538 | 10 AGC_parameters::AGC_parameters() { |
Ulf@538 | 11 // TODO Auto-generated constructor stub |
Ulf@538 | 12 |
Ulf@538 | 13 } |
Ulf@538 | 14 |
Ulf@538 | 15 AGC_parameters::~AGC_parameters() { |
Ulf@538 | 16 // TODO Auto-generated destructor stub |
Ulf@538 | 17 } |
Ulf@538 | 18 |
Ulf@538 | 19 // |
Ulf@538 | 20 |
Ulf@538 | 21 AGC_coefficients::AGC_coefficients() { |
Ulf@538 | 22 // TODO Auto-generated constructor stub |
Ulf@538 | 23 |
Ulf@538 | 24 } |
Ulf@538 | 25 |
Ulf@538 | 26 AGC_coefficients::~AGC_coefficients() { |
Ulf@538 | 27 // TODO Auto-generated destructor stub |
Ulf@538 | 28 } |
Ulf@538 | 29 |