#include <TMBL2GblEM.hpp>
Inheritance diagram for TMBL2GblEM:

Definition at line 20 of file TMBL2GblEM.hpp.
Public Member Functions | |
| TMBL2GblEM () | |
| TMBL2GblEM (const TMBL2GblEM &) | |
| ~TMBL2GblEM () | |
| void | Iso (float x) |
| void | Emf (float x) |
| void | NoNeighbour (bool x) |
| void | NeighbourLowET (bool x) |
| void | SeedHighEmf (bool x) |
| float | Iso () const |
| float | Emf () const |
| bool | NoNeighbour () const |
| bool | NeighbourLowET () const |
| bool | SeedHighEmf () const |
Private Attributes | |
| float | iso |
| float | emf |
| bool | noneighbour |
| bool | neighbourlowet |
| bool | seedhighemf |
|
|
|
|
|
Definition at line 13 of file TMBL2GblEM.cpp. References emf, iso, neighbourlowet, noneighbour, and seedhighemf. |
|
|
Definition at line 25 of file TMBL2GblEM.hpp. |
|
|
Definition at line 36 of file TMBL2GblEM.hpp. References emf. |
|
|
Definition at line 29 of file TMBL2GblEM.hpp. References emf. |
|
|
Definition at line 35 of file TMBL2GblEM.hpp. References iso. |
|
|
Definition at line 28 of file TMBL2GblEM.hpp. References iso. |
|
|
Definition at line 38 of file TMBL2GblEM.hpp. References neighbourlowet. |
|
|
Definition at line 31 of file TMBL2GblEM.hpp. References neighbourlowet. |
|
|
Definition at line 37 of file TMBL2GblEM.hpp. References noneighbour. |
|
|
Definition at line 30 of file TMBL2GblEM.hpp. References noneighbour. |
|
|
Definition at line 39 of file TMBL2GblEM.hpp. References seedhighemf. |
|
|
Definition at line 32 of file TMBL2GblEM.hpp. References seedhighemf. |
|
|
Definition at line 43 of file TMBL2GblEM.hpp. Referenced by Emf(), and TMBL2GblEM(). |
|
|
Definition at line 42 of file TMBL2GblEM.hpp. Referenced by Iso(), and TMBL2GblEM(). |
|
|
Definition at line 45 of file TMBL2GblEM.hpp. Referenced by NeighbourLowET(), and TMBL2GblEM(). |
|
|
Definition at line 44 of file TMBL2GblEM.hpp. Referenced by NoNeighbour(), and TMBL2GblEM(). |
|
|
Definition at line 46 of file TMBL2GblEM.hpp. Referenced by SeedHighEmf(), and TMBL2GblEM(). |
1.3.4