![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Parameters for the scalar-field based modulation of a parameter. More...
#include <CloudSamplingTools.h>
Public Member Functions | |
| SFModulationParams (bool state=false) | |
| Default constructor. More... | |
Public Attributes | |
| bool | enabled |
| Whether the modulation is enabled or not. More... | |
| double | a |
| Modulation scheme: y = a.sf + b. More... | |
| double | b |
| Modulation scheme: y = a.sf + b. More... | |
Parameters for the scalar-field based modulation of a parameter.
Definition at line 138 of file CloudSamplingTools.h.
|
inlineexplicit |
Default constructor.
Definition at line 140 of file CloudSamplingTools.h.
| double cloudViewer::CloudSamplingTools::SFModulationParams::a |
Modulation scheme: y = a.sf + b.
Definition at line 146 of file CloudSamplingTools.h.
Referenced by define_CloudSamplingTools(), ccSubsamplingDlg::getSampledCloud(), CommandSubsample::process(), and cloudViewer::CloudSamplingTools::resampleCloudSpatially().
| double cloudViewer::CloudSamplingTools::SFModulationParams::b |
Modulation scheme: y = a.sf + b.
Definition at line 148 of file CloudSamplingTools.h.
Referenced by define_CloudSamplingTools(), ccSubsamplingDlg::getSampledCloud(), CommandSubsample::process(), and cloudViewer::CloudSamplingTools::resampleCloudSpatially().
| bool cloudViewer::CloudSamplingTools::SFModulationParams::enabled |
Whether the modulation is enabled or not.
Definition at line 144 of file CloudSamplingTools.h.
Referenced by define_CloudSamplingTools(), ccSubsamplingDlg::getSampledCloud(), masc::CorePoints::prepare(), CommandSubsample::process(), and cloudViewer::CloudSamplingTools::resampleCloudSpatially().