LifeV
|
IonicModel - This class implements an ionic model. More...
#include <IonicFox.hpp>
Private Attributes | |
Real | M_ACap |
Cell Geometry Parameters (4) More... | |
Real | M_VMyo |
Real | M_Vsr |
Real | M_Vup |
Real | M_NaO |
Standard Ionic Concentrations (5) More... | |
Real | M_CaO |
Real | M_K0 |
Real | M_NaIn |
Real | M_KIn |
Real | M_CmdnTot |
Buffering Parameters (4) More... | |
Real | M_CsqnTot |
Real | M_KmCmdn |
Real | M_KmCsqn |
Real | M_Cm |
Membrane Current Parameters (24) More... | |
Real | M_F |
Real | M_T |
Real | M_R |
Real | M_GNa |
Real | M_GKp |
Real | M_kNaCa |
Real | M_KmNa |
Real | M_KmCa |
Real | M_kSat |
Real | M_eta |
Real | M_INaK |
Real | M_KmNai |
Real | M_KmK0 |
Real | M_GK1 |
Real | M_GKr |
Real | M_GKs |
Real | M_Gt0 |
Real | M_IpCa |
Real | M_KmPCa |
Real | M_GCab |
Real | M_GNab |
Real | M_KmK1 |
Real | M_KmfCa |
Real | M_KmUp |
SR Parameters (1) More... | |
Real | M_PCa |
L-type Ca2+ Channel Parameters (6) More... | |
Real | M_PCaK |
Real | M_Prel |
Real | M_Pleak |
Real | M_ICaHalf |
Real | M_KmpCa |
Type definitions | |
typedef ElectroIonicModel | super |
typedef std::shared_ptr< VectorEpetra > | vectorPtr_Type |
typedef RegionMesh< LinearTetra > | mesh_Type |
Constructors & Destructor | |
IonicFox () | |
Constructor. More... | |
IonicFox (Teuchos::ParameterList ¶meterList) | |
IonicFox (const IonicFox &model) | |
virtual | ~IonicFox () |
Destructor. More... | |
Overloads | |
IonicFox & | operator= (const IonicFox &model) |
Operator. More... | |
Setters and getters | |
const Real & | areaCap () const |
void | setACap (const Real &areaCap) |
const Real & | volMyo () const |
void | setVMyo (const Real &volMyo) |
const Real & | volSR () const |
void | setVsr (const Real &volSR) |
const Real & | volUp () const |
void | setVup (const Real &volUp) |
const Real & | concNa0 () const |
void | setNa0 (const Real &concNa0) |
const Real & | concCa0 () const |
void | setCa0 (const Real &concCa0) |
const Real & | concK0 () const |
void | setK0 (const Real &concK0) |
const Real & | concNaIn () const |
void | setNaIn (const Real &concNaIn) |
const Real & | concKIn () const |
void | setKIn (const Real &concKIn) |
const Real & | cmdnTot () const |
void | setCmdnTot (const Real &cmdnTot) |
const Real & | csqnTot () const |
void | setCsqnTot (const Real &csqnTot) |
const Real & | constmCmdn () const |
void | setKmCmdn (const Real &constmCmdn) |
const Real & | constmCsqn () const |
void | setKmCsqn (const Real &constmCsqn) |
const Real & | capMem () const |
void | setCapMem (const Real &capMem) |
const Real & | farad () const |
void | setFarad (const Real &farad) |
const Real & | temp () const |
void | setTemp (const Real &temp) |
const Real & | gasConst () const |
void | setR (const Real &gasConst) |
const Real & | maxCondNa () const |
void | setGNa (const Real &maxCondNa) |
const Real & | maxCondKp () const |
void | setGkp (const Real &maxCondKp) |
const Real & | maxCondK1 () const |
void | setGk1 (const Real &maxCondK1) |
const Real & | maxCondKr () const |
void | setGkr (const Real &maxCondKr) |
const Real & | maxCondKs () const |
void | setGks (const Real &maxCondKs) |
const Real & | maxCondt0 () const |
void | setGkt0 (const Real &maxCondt0) |
const Real & | kNaCa () const |
void | setKNaCa (const Real &kNaCa) |
const Real & | constmfCa () const |
void | setKmfCa (const Real &constmfCa) |
const Real & | constmK1 () const |
void | setKmK1 (const Real &constmK1) |
const Real & | constmNa () const |
void | setKmNa (const Real &constmNa) |
const Real & | constmCa () const |
void | setKmCa (const Real &constmCa) |
const Real & | kSat () const |
void | setKSat (const Real &kSat) |
const Real & | eta () const |
void | setEta (const Real &eta) |
const Real & | courNaK () const |
void | setINaK (const Real &courNaK) |
const Real & | constmNai () const |
void | setKmNai (const Real &constmNai) |
const Real & | constmK0 () const |
void | setKmK0 (const Real &constmK0) |
const Real & | permCa () const |
void | setPnsCa (const Real &permCa) |
const Real & | constmpCa () const |
void | setKmpCa (const Real &constmpCa) |
const Real & | courpCa () const |
void | setIpCa (const Real &courpCa) |
const Real & | maxCondCab () const |
void | setGCab (const Real &maxCondCab) |
const Real & | maxCondNab () const |
void | setGNab (const Real &maxCondNab) |
const Real & | constmUp () const |
void | setKmUp (const Real &constmUp) |
const Real & | permCaK () const |
void | setPCaK (const Real &permCaK) |
const Real & | permrel () const |
void | setPrel (const Real &permrel) |
const Real & | permleak () const |
void | setPleak (const Real &permleak) |
const Real & | courCaHalf () const |
void | setICaHalf (const Real &courCaHalf) |
Methods | |
void | computeGatingRhs (const std::vector< Real > &v, std::vector< Real > &rhs) |
Methods. More... | |
void | computeRhs (const std::vector< Real > &v, std::vector< Real > &rhs) |
This methods contains the actual evaluation of the rhs of all state variablesin the model (0D version) More... | |
Real | computeLocalPotentialRhs (const std::vector< Real > &v) |
This methods contains the actual evaluation of the rhs of the voltage equation only (0D version) More... | |
std::vector< Real > | computeLocalGatingRhs (const std::vector< Real > &v) |
void | computeGatingVariablesWithRushLarsen (std::vector< Real > &v, const Real dt) |
This methods contains the actual evaluation of the rhs of the voltage equation only (0D version) More... | |
void | computeNonGatingRhs (const std::vector< Real > &v, std::vector< Real > &rhs) |
In the case this method is improperly used, it should use this default implementation. More... | |
std::vector< Real > | computeLocalSubSysCaRhs (const std::vector< Real > &v) |
Ca2+ Subsystem. More... | |
std::vector< Real > | fastINa (const std::vector< Real > &v) |
Ionic Currents (Luo and Rudy) More... | |
std::vector< Real > | rapidIK (const std::vector< Real > &v) |
std::vector< Real > | transOutIK (const std::vector< Real > &v) |
std::vector< Real > | slowIK (const std::vector< Real > &v) |
std::vector< Real > | timeDIK (const std::vector< Real > &v) |
Real | timeIIK1 (const std::vector< Real > &v) |
Real | plaIKp (const std::vector< Real > &v) |
Real | exINaCa (const std::vector< Real > &v) |
Real | pumpINaK (const std::vector< Real > &v) |
Real | pumpIpCa (const std::vector< Real > &v) |
Real | backICab (const std::vector< Real > &v) |
Real | backINab (const std::vector< Real > &v) |
void | showMe () |
Display information about the model. More... | |
Additional Inherited Members | |
Public Types inherited from ElectroIonicModel | |
typedef VectorEpetra | vector_Type |
typedef std::shared_ptr< VectorEpetra > | vectorPtr_Type |
typedef std::shared_ptr< VectorElemental > | elvecPtr_Type |
typedef RegionMesh< LinearTetra > | mesh_Type |
typedef MatrixEpetra< Real > | matrix_Type |
typedef std::shared_ptr< matrix_Type > | matrixPtr_Type |
typedef FESpace< mesh_Type, MapEpetra > | feSpace_Type |
typedef std::shared_ptr< feSpace_Type > | feSpacePtr_Type |
typedef std::function< Real(const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) > | function_Type |
typedef FactorySingleton< Factory< ElectroIonicModel, std::string > > | IonicModelFactory |
Public Member Functions inherited from ElectroIonicModel | |
virtual matrix_Type | getJac (const vector_Type &v, Real h=1.0e-8) |
This methods computes the Jacobian numerically. More... | |
virtual std::vector< std::vector< Real > > | getJac (const std::vector< Real > &v, Real h=1.0e-8) |
This methods computes the Jacobian numerically. More... | |
virtual void | computeGatingRhs (const std::vector< vectorPtr_Type > &v, std::vector< vectorPtr_Type > &rhs) |
This methods computes the right hand side of the gating variables in the 3D case. More... | |
virtual void | computeNonGatingRhs (const std::vector< vectorPtr_Type > &v, std::vector< vectorPtr_Type > &rhs) |
This methods computes the right hand side of the state variables that are not gating variables in the 3D case. More... | |
virtual void | computeGatingVariablesWithRushLarsen (std::vector< vectorPtr_Type > &v, const Real dt) |
Compute the new value of the gating variables in 3D with the Rush Larsen method specified in the 0D version of the ionic model. More... | |
virtual void | computeRhs (const std::vector< vectorPtr_Type > &v, std::vector< vectorPtr_Type > &rhs) |
Compute the right hand side of the ionic model in 3D. More... | |
virtual void | computePotentialRhsICI (const std::vector< vectorPtr_Type > &v, std::vector< vectorPtr_Type > &rhs, matrix_Type &massMatrix) |
Compute the right hand side of the voltage equation linearly interpolating the ionic currents. More... | |
virtual void | computePotentialRhsSVI (const std::vector< vectorPtr_Type > &v, std::vector< vectorPtr_Type > &rhs, FESpace< mesh_Type, MapEpetra > &uFESpace) |
Compute the right hand side of the voltage equation using SVI. More... | |
virtual void | computePotentialRhsSVI (const std::vector< vectorPtr_Type > &v, std::vector< vectorPtr_Type > &rhs, FESpace< mesh_Type, MapEpetra > &uFESpace, const QuadratureRule &qr) |
Compute the right hand side of the voltage equation using SVI specifying the quadrature rule. More... | |
virtual void | initialize (std::vector< Real > &v) |
Initialize the ionic model with a given vector of state variable (0D version) More... | |
virtual void | initialize (std::vector< vectorPtr_Type > &v) |
Initialize the ionic model in 3D with a given vector of state variable vector pointers. More... | |
ElectroIonicModel () | |
Empty Constructor. More... | |
ElectroIonicModel (int n) | |
Constructor. More... | |
ElectroIonicModel (int n, int g) | |
Constructor. More... | |
ElectroIonicModel (const ElectroIonicModel &Ionic) | |
Copy Constructor. More... | |
virtual | ~ElectroIonicModel () |
Destructor. More... | |
virtual void | setup (Teuchos::ParameterList ¶meterList) |
setup the parameters of the ionic model from an xml file More... | |
const short int | Size () const |
returns the number of equations of the ionic model More... | |
const short int | numberOfGatingVariables () const |
returns the number of gating variables in the ionic model More... | |
const Real | membraneCapacitance () const |
returns the value of the membrane capacitance in the model More... | |
const Real | appliedCurrent () const |
returns the value of the applied current in the model/point More... | |
vectorPtr_Type | appliedCurrentPtr () |
returns the pointer to the applied current FE vector in the 3D case More... | |
const std::vector< Real > | restingConditions () const |
returns the vector with the resting values of the variables in the ionic model More... | |
const function_Type | pacaingProtocol () const |
returns the function describing the pacing protocol for the ionic model More... | |
void | setMembraneCapacitance (const Real p) |
set the membrane capacitance in the ionic model More... | |
void | setAppliedCurrent (const Real p) |
set the applied current in the ionic model/point More... | |
void | setAppliedCurrentPtr (const vectorPtr_Type p) |
set the pointer to the applied current in the 3D ionic model More... | |
void | setAppliedCurrent (const vector_Type &p) |
set the pointer to the applied current in the 3D ionic model More... | |
void | setAppliedCurrentFromFunction (function_Type &f, feSpacePtr_Type feSpacePtr, Real time=0.0) |
Interpolate the function f on the FE space feSpacePtr at time time. More... | |
void | setAppliedCurrentFromElectroStimulus (ElectroStimulus &stimulus, feSpacePtr_Type feSpacePtr, Real time=0.0) |
Interpolate the function of the electro stimulus. More... | |
void | setPacingProtocol (function_Type pacingProtocol) |
Set the pacing protocol as boost function. More... | |
void | setRestingCondtions (Real value, int j) |
Set component of the resting conditions. More... | |
void | setRestingCondtions (std::vector< Real > &restingConditions) |
Set resting conditions. More... | |
void | addAppliedCurrent (Real &rhs) |
Simple wrapper to add the applied current. More... | |
void | addAppliedCurrent (std::vector< Real > &rhs) |
Simple wrapper to add the applied current. More... | |
ElectroIonicModel & | operator= (const ElectroIonicModel &Ionic) |
Assignment operator. More... | |
Protected Attributes inherited from ElectroIonicModel | |
short int | M_numberOfEquations |
short int | M_numberOfGatingVariables |
std::vector< Real > | M_restingConditions |
Real | M_membraneCapacitance |
Real | M_appliedCurrent |
vectorPtr_Type | M_appliedCurrentPtr |
function_Type | M_pacingProtocol |
IonicModel - This class implements an ionic model.
Definition at line 61 of file IonicFox.hpp.
typedef ElectroIonicModel super |
Definition at line 67 of file IonicFox.hpp.
typedef std::shared_ptr<VectorEpetra> vectorPtr_Type |
Definition at line 68 of file IonicFox.hpp.
typedef RegionMesh<LinearTetra> mesh_Type |
Definition at line 69 of file IonicFox.hpp.
IonicFox | ( | ) |
IonicFox | ( | Teuchos::ParameterList & | parameterList | ) |
Epetra | communicator |
list | of parameters in an xml file |
Definition at line 112 of file IonicFox.cpp.
IonicFox | object |
Definition at line 160 of file IonicFox.cpp.
|
inlinevirtual |
Destructor.
Definition at line 92 of file IonicFox.hpp.
Operator.
Definition at line 214 of file IonicFox.cpp.
|
inline |
Definition at line 106 of file IonicFox.hpp.
|
inline |
Definition at line 110 of file IonicFox.hpp.
|
inline |
Definition at line 115 of file IonicFox.hpp.
|
inline |
Definition at line 119 of file IonicFox.hpp.
|
inline |
Definition at line 124 of file IonicFox.hpp.
|
inline |
Definition at line 128 of file IonicFox.hpp.
|
inline |
Definition at line 133 of file IonicFox.hpp.
|
inline |
Definition at line 138 of file IonicFox.hpp.
|
inline |
Definition at line 143 of file IonicFox.hpp.
|
inline |
Definition at line 147 of file IonicFox.hpp.
|
inline |
Definition at line 152 of file IonicFox.hpp.
|
inline |
Definition at line 156 of file IonicFox.hpp.
|
inline |
Definition at line 161 of file IonicFox.hpp.
|
inline |
Definition at line 165 of file IonicFox.hpp.
|
inline |
Definition at line 170 of file IonicFox.hpp.
|
inline |
Definition at line 174 of file IonicFox.hpp.
|
inline |
Definition at line 179 of file IonicFox.hpp.
|
inline |
Definition at line 183 of file IonicFox.hpp.
|
inline |
Definition at line 188 of file IonicFox.hpp.
|
inline |
Definition at line 192 of file IonicFox.hpp.
|
inline |
Definition at line 197 of file IonicFox.hpp.
|
inline |
Definition at line 201 of file IonicFox.hpp.
|
inline |
Definition at line 206 of file IonicFox.hpp.
|
inline |
Definition at line 210 of file IonicFox.hpp.
|
inline |
Definition at line 215 of file IonicFox.hpp.
|
inline |
Definition at line 219 of file IonicFox.hpp.
|
inline |
Definition at line 224 of file IonicFox.hpp.
|
inline |
Definition at line 228 of file IonicFox.hpp.
|
inline |
Definition at line 233 of file IonicFox.hpp.
|
inline |
Definition at line 237 of file IonicFox.hpp.
|
inline |
Definition at line 242 of file IonicFox.hpp.
|
inline |
Definition at line 246 of file IonicFox.hpp.
|
inline |
Definition at line 251 of file IonicFox.hpp.
|
inline |
Definition at line 255 of file IonicFox.hpp.
|
inline |
Definition at line 260 of file IonicFox.hpp.
|
inline |
Definition at line 264 of file IonicFox.hpp.
|
inline |
Definition at line 269 of file IonicFox.hpp.
|
inline |
Definition at line 273 of file IonicFox.hpp.
|
inline |
Definition at line 278 of file IonicFox.hpp.
|
inline |
Definition at line 282 of file IonicFox.hpp.
|
inline |
Definition at line 287 of file IonicFox.hpp.
|
inline |
Definition at line 291 of file IonicFox.hpp.
|
inline |
Definition at line 296 of file IonicFox.hpp.
|
inline |
Definition at line 300 of file IonicFox.hpp.
|
inline |
Definition at line 305 of file IonicFox.hpp.
|
inline |
Definition at line 309 of file IonicFox.hpp.
|
inline |
Definition at line 314 of file IonicFox.hpp.
|
inline |
Definition at line 318 of file IonicFox.hpp.
|
inline |
Definition at line 323 of file IonicFox.hpp.
|
inline |
Definition at line 327 of file IonicFox.hpp.
|
inline |
Definition at line 332 of file IonicFox.hpp.
|
inline |
Definition at line 336 of file IonicFox.hpp.
|
inline |
Definition at line 341 of file IonicFox.hpp.
|
inline |
Definition at line 345 of file IonicFox.hpp.
|
inline |
Definition at line 350 of file IonicFox.hpp.
|
inline |
Definition at line 354 of file IonicFox.hpp.
|
inline |
Definition at line 359 of file IonicFox.hpp.
|
inline |
Definition at line 363 of file IonicFox.hpp.
|
inline |
Definition at line 368 of file IonicFox.hpp.
|
inline |
Definition at line 372 of file IonicFox.hpp.
|
inline |
Definition at line 377 of file IonicFox.hpp.
|
inline |
Definition at line 381 of file IonicFox.hpp.
|
inline |
Definition at line 386 of file IonicFox.hpp.
|
inline |
Definition at line 390 of file IonicFox.hpp.
|
inline |
Definition at line 395 of file IonicFox.hpp.
|
inline |
Definition at line 399 of file IonicFox.hpp.
|
inline |
Definition at line 404 of file IonicFox.hpp.
|
inline |
Definition at line 408 of file IonicFox.hpp.
|
inline |
Definition at line 413 of file IonicFox.hpp.
|
inline |
Definition at line 417 of file IonicFox.hpp.
|
inline |
Definition at line 422 of file IonicFox.hpp.
|
inline |
Definition at line 426 of file IonicFox.hpp.
|
inline |
Definition at line 431 of file IonicFox.hpp.
|
inline |
Definition at line 435 of file IonicFox.hpp.
|
inline |
Definition at line 440 of file IonicFox.hpp.
|
inline |
Definition at line 444 of file IonicFox.hpp.
|
inline |
Definition at line 449 of file IonicFox.hpp.
|
inline |
Definition at line 453 of file IonicFox.hpp.
|
inline |
Definition at line 458 of file IonicFox.hpp.
|
inline |
Definition at line 462 of file IonicFox.hpp.
|
inline |
Definition at line 467 of file IonicFox.hpp.
|
inline |
Definition at line 471 of file IonicFox.hpp.
|
inline |
Definition at line 476 of file IonicFox.hpp.
|
inline |
Definition at line 480 of file IonicFox.hpp.
|
inline |
Definition at line 485 of file IonicFox.hpp.
|
inline |
Definition at line 489 of file IonicFox.hpp.
This methods contains the actual evaluation of the rhs of all state variablesin the model (0D version)
Although this method can just wrap the computeGatingRhs ( const std::vector<Real>& v, std::vector<Real>& rhs ) and the computeLocalPotentialRhs ( const std::vector<Real>& v ) methods, for efficiency it may be better to duplicate the code.
v | vector of state variables including the voltage (with n elements) |
rhs | vector of right hand side state variables including the voltage (with n elements) |
Implements ElectroIonicModel.
Definition at line 282 of file IonicFox.cpp.
This methods contains the actual evaluation of the rhs of the voltage equation only (0D version)
v | vector of state variables including the voltage (with n elements) |
Implements ElectroIonicModel.
Definition at line 313 of file IonicFox.cpp.
Definition at line 330 of file IonicFox.cpp.
This methods contains the actual evaluation of the rhs of the voltage equation only (0D version)
Overload this method in order to solve the ionic model with the Rush-Larsen method in the monodomain solver
v | vector of state variables |
dt | time step of the simulation |
Reimplemented from ElectroIonicModel.
Definition at line 359 of file IonicFox.cpp.
In the case this method is improperly used, it should use this default implementation.
This method should be used together with the Rush-Larsen time advancing scheme
v | vector of state variables including the voltage (with n elements) |
rhs | vector of right hand side state variables excluding the voltage and the gating variables (with n-g-1 elements) |
Reimplemented from ElectroIonicModel.
Definition at line 302 of file IonicFox.cpp.
Ca2+ Subsystem.
Definition at line 404 of file IonicFox.cpp.
Ionic Currents (Luo and Rudy)
Definition at line 463 of file IonicFox.cpp.
Definition at line 495 of file IonicFox.cpp.
Definition at line 539 of file IonicFox.cpp.
Definition at line 517 of file IonicFox.cpp.
Definition at line 565 of file IonicFox.cpp.
Definition at line 578 of file IonicFox.cpp.
Definition at line 589 of file IonicFox.cpp.
Definition at line 602 of file IonicFox.cpp.
Definition at line 614 of file IonicFox.cpp.
Definition at line 620 of file IonicFox.cpp.
Definition at line 631 of file IonicFox.cpp.
|
virtual |
Display information about the model.
Implements ElectroIonicModel.
Definition at line 640 of file IonicFox.cpp.
|
private |
Cell Geometry Parameters (4)
Definition at line 550 of file IonicFox.hpp.
|
private |
Definition at line 551 of file IonicFox.hpp.
|
private |
Definition at line 552 of file IonicFox.hpp.
|
private |
Definition at line 553 of file IonicFox.hpp.
|
private |
Standard Ionic Concentrations (5)
Definition at line 557 of file IonicFox.hpp.
|
private |
Definition at line 558 of file IonicFox.hpp.
|
private |
Definition at line 559 of file IonicFox.hpp.
|
private |
Definition at line 560 of file IonicFox.hpp.
|
private |
Definition at line 561 of file IonicFox.hpp.
|
private |
Buffering Parameters (4)
Definition at line 565 of file IonicFox.hpp.
|
private |
Definition at line 566 of file IonicFox.hpp.
|
private |
Definition at line 567 of file IonicFox.hpp.
|
private |
Definition at line 568 of file IonicFox.hpp.
|
private |
Membrane Current Parameters (24)
Definition at line 572 of file IonicFox.hpp.
|
private |
Definition at line 573 of file IonicFox.hpp.
|
private |
Definition at line 574 of file IonicFox.hpp.
|
private |
Definition at line 575 of file IonicFox.hpp.
|
private |
Definition at line 576 of file IonicFox.hpp.
|
private |
Definition at line 577 of file IonicFox.hpp.
|
private |
Definition at line 578 of file IonicFox.hpp.
|
private |
Definition at line 579 of file IonicFox.hpp.
|
private |
Definition at line 580 of file IonicFox.hpp.
|
private |
Definition at line 581 of file IonicFox.hpp.
|
private |
Definition at line 582 of file IonicFox.hpp.
|
private |
Definition at line 583 of file IonicFox.hpp.
|
private |
Definition at line 584 of file IonicFox.hpp.
|
private |
Definition at line 585 of file IonicFox.hpp.
|
private |
Definition at line 586 of file IonicFox.hpp.
|
private |
Definition at line 587 of file IonicFox.hpp.
|
private |
Definition at line 588 of file IonicFox.hpp.
|
private |
Definition at line 589 of file IonicFox.hpp.
|
private |
Definition at line 590 of file IonicFox.hpp.
|
private |
Definition at line 591 of file IonicFox.hpp.
|
private |
Definition at line 592 of file IonicFox.hpp.
|
private |
Definition at line 593 of file IonicFox.hpp.
|
private |
Definition at line 594 of file IonicFox.hpp.
|
private |
Definition at line 595 of file IonicFox.hpp.
|
private |
SR Parameters (1)
Definition at line 599 of file IonicFox.hpp.
|
private |
L-type Ca2+ Channel Parameters (6)
Definition at line 603 of file IonicFox.hpp.
|
private |
Definition at line 604 of file IonicFox.hpp.
|
private |
Definition at line 605 of file IonicFox.hpp.
|
private |
Definition at line 606 of file IonicFox.hpp.
|
private |
Definition at line 607 of file IonicFox.hpp.
|
private |
Definition at line 608 of file IonicFox.hpp.