view trunk/C++/api/html/hierarchy.js @ 597:359bcd461dd1

First commit. Refer to the api [1] 'Philosophy of the implementation' for information on the approach used to implement CARFAC in C++. [1] aimc/C++/api/html/index.html
author flatmax
date Sat, 09 Feb 2013 23:53:48 +0000
parents
children b4323584c9fa
line wrap: on
line source
var hierarchy =
[
    [ "Coefficients", "classCoefficients.html", [
      [ "AGCCoeff", "classAGCCoeff.html", null ],
      [ "CARCoeff", "classCARCoeff.html", null ],
      [ "IHCCoeff", "classIHCCoeff.html", null ]
    ] ],
    [ "Ear", "classEar.html", null ],
    [ "EarComponent< COEFFTYPE, PARAMTYPE, STATETYPE >", "classEarComponent.html", null ],
    [ "EarComponent< AGCCoeff, AGCParam, AGCState >", "classEarComponent.html", [
      [ "AGC", "classAGC.html", null ]
    ] ],
    [ "EarComponent< CARCoeff, CARParam, CARState >", "classEarComponent.html", [
      [ "CAR", "classCAR.html", null ]
    ] ],
    [ "EarComponent< IHCCoeff, IHCParam, IHCState >", "classEarComponent.html", [
      [ "IHC", "classIHC.html", null ]
    ] ],
    [ "Ears", "classEars.html", null ],
    [ "Parameters", "classParameters.html", [
      [ "AGCParam", "classAGCParam.html", null ],
      [ "CARParam", "classCARParam.html", null ],
      [ "IHCParam", "classIHCParam.html", null ]
    ] ],
    [ "State", "classState.html", [
      [ "AGCState", "classAGCState.html", null ],
      [ "CARState", "classCARState.html", null ],
      [ "IHCState", "classIHCState.html", null ]
    ] ]
];