opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
scaling_parameter_value.h
Go to the documentation of this file.
1#pragma once
2
3namespace opyn
4{
5 // A single, potentially user-provided, scaling parameter to the model warper.
6 //
7 // It is the responsibility of the engine/UI to gather/provide this to the
8 // scaling engine at scale-time.
9 using ScalingParameterValue = double;
10}
Definition component_registry.h:14
double ScalingParameterValue
Definition scaling_parameter_value.h:9