17#ifndef __dwi_tractography_editing_worker_h__
18#define __dwi_tractography_editing_worker_h__
33 namespace Tractography {
48 include_visitation (properties.include, properties.ordered_include) { }
51 properties (that.properties),
52 inverse (that.inverse),
53 ends_only (that.ends_only),
54 thresholds (that.thresholds),
55 include_visitation (properties.include, properties.ordered_include) { }
63 const bool inverse, ends_only;
69 Thresholds (
const Thresholds&);
72 float max_length, min_length;
73 float max_weight, min_weight;