15 #ifndef BORNAGAIN_CORE_SAMPLEBUILDERENGINE_ISAMPLEBUILDER_H
16 #define BORNAGAIN_CORE_SAMPLEBUILDERENGINE_ISAMPLEBUILDER_H
33 virtual MultiLayer* createSampleByIndex(
size_t) {
return buildSample(); }
34 virtual size_t size() {
return 1; }
Defines class IParameterized.
Manages a local parameter pool, and a tree of child pools.
Interface to the class capable to build samples to simulate.
Our sample model: a stack of layers one below the other.