annotate C++/api/html/hierarchy.js @ 610:01986636257a

Second check-in of Alex Brandmeyer's C++ implementation of CARFAC. Addressed style issues and completed implementation of remaining functions. Still needs proper testing of the output stages against the MATLAB version, and runtime functions need improvements in efficiency.
author alexbrandmeyer
date Thu, 16 May 2013 17:33:23 +0000
parents 97976133eb4d
children
rev   line source
flatmax@592 1 var hierarchy =
flatmax@592 2 [
flatmax@592 3 [ "Coefficients", "classCoefficients.html", [
flatmax@592 4 [ "AGCCoeff", "classAGCCoeff.html", null ],
flatmax@592 5 [ "CARCoeff", "classCARCoeff.html", null ],
flatmax@592 6 [ "IHCCoeff", "classIHCCoeff.html", null ]
flatmax@592 7 ] ],
flatmax@592 8 [ "Ear", "classEar.html", null ],
flatmax@592 9 [ "EarComponent< COEFFTYPE, PARAMTYPE, STATETYPE >", "classEarComponent.html", null ],
flatmax@592 10 [ "EarComponent< AGCCoeff, AGCParam, AGCState >", "classEarComponent.html", [
flatmax@592 11 [ "AGC", "classAGC.html", null ]
flatmax@592 12 ] ],
flatmax@592 13 [ "EarComponent< CARCoeff, CARParam, CARState >", "classEarComponent.html", [
flatmax@592 14 [ "CAR", "classCAR.html", null ]
flatmax@592 15 ] ],
flatmax@592 16 [ "EarComponent< IHCCoeff, IHCParam, IHCState >", "classEarComponent.html", [
flatmax@592 17 [ "IHC", "classIHC.html", null ]
flatmax@592 18 ] ],
flatmax@592 19 [ "Ears", "classEars.html", null ],
flatmax@592 20 [ "Parameters", "classParameters.html", [
flatmax@592 21 [ "AGCParam", "classAGCParam.html", null ],
flatmax@592 22 [ "CARParam", "classCARParam.html", null ],
flatmax@592 23 [ "IHCParam", "classIHCParam.html", null ]
flatmax@592 24 ] ],
flatmax@594 25 [ "PsychoAcoustics", "classPsychoAcoustics.html", null ],
flatmax@592 26 [ "State", "classState.html", [
flatmax@592 27 [ "AGCState", "classAGCState.html", null ],
flatmax@592 28 [ "CARState", "classCARState.html", null ],
flatmax@592 29 [ "IHCState", "classIHCState.html", null ]
flatmax@592 30 ] ]
flatmax@592 31 ];