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();
}