openPSTD
2.0
Open source simulation for sound propagation in urban environments
|
Representation of the scene configuration. More...
#include <KernelInterface.h>
Static Public Member Functions | |
static std::shared_ptr< PSTDConfiguration > | CreateDefaultConf () |
Obtain a default configuration with decent values for a simulation run. More... | |
Public Attributes | |
PSTDSettings | Settings |
std::vector< QVector3D > | Speakers |
std::vector< QVector3D > | Receivers |
std::vector< DomainConf > | Domains |
Representation of the scene configuration.
This object contains the settings with the simulation parameters (see Settings) as well as the domains, speaker and receivers with their respective positions.
|
static |
Obtain a default configuration with decent values for a simulation run.