#include <VRSettings.hpp>
|
| enum class | ScaleType { UnknownScale = -1
, MeanAACBB = 0
, BaryDiff = 1
, CellMax = 2
} |
| |
| enum class | DirWeightScheme {
UnknownDirWeight = -1
, Factorial = 0
, HQM_OPT = 1
, TEST_OPT = 1000
,
ManualDirWeight = 999
} |
| |
| enum class | GeomWeightScheme { UnknownGeomWeight = -1
, GWNone = 0
, HQM_SD = 1
, SD_Power = 2
} |
| |
| enum class | AnisotropicType {
UnknownAnisotropic = -1
, InertiaCoord = 0
, InertiaCoordBB = 1
, Norm = 2
,
CentDiff = 3
, WallDist = 4
, InertiaCoordBBNorm = 5
, InertiaCoordBBSym = 6
} |
| |
Definition at line 69 of file VRSettings.hpp.
◆ AnisotropicType
| Enumerator |
|---|
| UnknownAnisotropic | |
| InertiaCoord | |
| InertiaCoordBB | |
| Norm | |
| CentDiff | |
| WallDist | |
| InertiaCoordBBNorm | |
| InertiaCoordBBSym | |
Definition at line 110 of file VRSettings.hpp.
◆ DirWeightScheme
| Enumerator |
|---|
| UnknownDirWeight | |
| Factorial | |
| HQM_OPT | |
| TEST_OPT | |
| ManualDirWeight | |
Definition at line 81 of file VRSettings.hpp.
◆ GeomWeightScheme
| Enumerator |
|---|
| UnknownGeomWeight | |
| GWNone | |
| HQM_SD | |
| SD_Power | |
Definition at line 94 of file VRSettings.hpp.
◆ ScaleType
| Enumerator |
|---|
| UnknownScale | |
| MeanAACBB | |
| BaryDiff | |
| CellMax | |
Definition at line 71 of file VRSettings.hpp.
◆ FunctionalSettings()
◆ DNDS_DECLARE_CONFIG()
◆ anisotropicType
◆ dirWeightCombPowV
| int DNDS::CFV::VRSettings::FunctionalSettings::dirWeightCombPowV = 1 |
◆ dirWeightScheme
◆ geomWeightBias
| real DNDS::CFV::VRSettings::FunctionalSettings::geomWeightBias = 0 |
◆ geomWeightPower
| real DNDS::CFV::VRSettings::FunctionalSettings::geomWeightPower = 0.5 |
◆ geomWeightPower1
| real DNDS::CFV::VRSettings::FunctionalSettings::geomWeightPower1 = 0 |
◆ geomWeightPower2
| real DNDS::CFV::VRSettings::FunctionalSettings::geomWeightPower2 = 0 |
◆ geomWeightScheme
◆ greenGauss1Bias
| real DNDS::CFV::VRSettings::FunctionalSettings::greenGauss1Bias = 0.5 |
◆ greenGauss1Penalty
| real DNDS::CFV::VRSettings::FunctionalSettings::greenGauss1Penalty = 0.0 |
◆ greenGauss1Weight
| real DNDS::CFV::VRSettings::FunctionalSettings::greenGauss1Weight = 0.0 |
◆ greenGaussSpacial
| int DNDS::CFV::VRSettings::FunctionalSettings::greenGaussSpacial = 0 |
◆ inertiaWeightPower
| real DNDS::CFV::VRSettings::FunctionalSettings::inertiaWeightPower = 1.0 |
◆ manualDirWeights
| std::array<real, 5> DNDS::CFV::VRSettings::FunctionalSettings::manualDirWeights {{1, 1, 0.5, 1. / 6, 1. / 24}} |
◆ scaleMultiplier
| real DNDS::CFV::VRSettings::FunctionalSettings::scaleMultiplier = 1.0 |
◆ scaleType
◆ tanWeightScale
| real DNDS::CFV::VRSettings::FunctionalSettings::tanWeightScale = 1. |
◆ useAnisotropicFunctional
| bool DNDS::CFV::VRSettings::FunctionalSettings::useAnisotropicFunctional = false |
The documentation for this struct was generated from the following file: