A pair of two reals, one defining a value, the other an alpha value.
More...
#include <scalaralpha.h>
|
| ScalarAlpha () |
| Empty constructor.
|
|
| ScalarAlpha (const double &, const double &) |
| Constructor.
|
|
| ~ScalarAlpha () |
| Empty.
|
|
void | SetValue (const double &) |
| Set material layer thickness.
|
|
void | SetAlpha (const double &) |
| Set alpha layer value.
|
|
double | Value () const |
| Return the height value.
|
|
double | Alpha () const |
| Return the alpha value.
|
|
|
double | value = 0.0 |
| Real.
|
|
double | alpha = 0.0 |
| Alpha.
|
|
A pair of two reals, one defining a value, the other an alpha value.
◆ ScalarAlpha()
ScalarAlpha::ScalarAlpha |
( |
const double & | x, |
|
|
const double & | a ) |
|
inlineexplicit |
◆ SetAlpha()
void ScalarAlpha::SetAlpha |
( |
const double & | a | ) |
|
|
inline |
Set alpha layer value.
- Parameters
-
◆ SetValue()
void ScalarAlpha::SetValue |
( |
const double & | v | ) |
|
|
inline |
Set material layer thickness.
- Parameters
-