void AdaptiveWaterline::run() {
    adaptive_sampling_run();
    weave2_process();
}
Пример #2
0
void AdaptiveWaterline::run2() {
    adaptive_sampling_run();
    weave_process2(); // in base-class Waterline
}
void AdaptivePathDropCutter::run() {
    adaptive_sampling_run();
}