ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cloudViewer::CloudSamplingTools::SFModulationParams Struct Reference

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...
 

Detailed Description

Parameters for the scalar-field based modulation of a parameter.

Definition at line 138 of file CloudSamplingTools.h.

Constructor & Destructor Documentation

◆ SFModulationParams()

cloudViewer::CloudSamplingTools::SFModulationParams::SFModulationParams ( bool  state = false)
inlineexplicit

Default constructor.

Definition at line 140 of file CloudSamplingTools.h.

Member Data Documentation

◆ a

double cloudViewer::CloudSamplingTools::SFModulationParams::a

◆ b

double cloudViewer::CloudSamplingTools::SFModulationParams::b

◆ enabled

bool cloudViewer::CloudSamplingTools::SFModulationParams::enabled

The documentation for this struct was generated from the following file: