#include <FTSCATES.h>
Definition at line 25 of file FTSCATES.h.
◆ TESV() [1/4]
◆ TESV() [2/4]
TESV::TESV |
( |
const TES & |
i | ) |
|
|
inline |
◆ TESV() [3/4]
TESV::TESV |
( |
int_v |
is, |
|
|
uint_v |
ie |
|
) |
| |
|
inline |
◆ TESV() [4/4]
TESV::TESV |
( |
uint_v |
ie, |
|
|
int_v |
is |
|
) |
| |
|
inline |
◆ IsValid()
float_m TESV::IsValid |
( |
| ) |
const |
|
inline |
Definition at line 33 of file FTSCATES.h.
References TES::s.
33 {
return static_cast<float_m
>(
s >= Vc::Zero); }
◆ operator uint_v()
TESV::operator uint_v |
( |
| ) |
const |
|
inline |
◆ operator[]()
TES TESV::operator[] |
( |
int |
i | ) |
const |
|
inline |
◆ operator==
float_m operator== |
( |
const TESV & |
a, |
|
|
const TES & |
b |
|
) |
| |
|
friend |
Definition at line 35 of file FTSCATES.h.
35 {
return (a.
s == static_cast<unsigned int>(b.
s)) & (a.
e == b.
e); }
The documentation for this struct was generated from the following file: