Commit 7c4dae8
STYLE: Use
Also "defaulted" both its default-constructor and its destructor. Made use of
modern C++ in-class data member initialization.
Follow-up to pull request #2897
commit 3c6f298
"STYLE: Use `unique_ptr` for `ImageToImageMetric` data members"unique_ptr for OrthogonalSwath2DPathFilter data members1 parent 8fa2e4f commit 7c4dae8
2 files changed
Lines changed: 18 additions & 47 deletions
File tree
- Modules/Filtering/Path/include
Lines changed: 12 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
90 | | - | |
91 | | - | |
| 92 | + | |
| 93 | + | |
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
| |||
131 | 133 | | |
132 | 134 | | |
133 | 135 | | |
134 | | - | |
135 | | - | |
136 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
137 | 139 | | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
142 | 144 | | |
143 | | - | |
| 145 | + | |
144 | 146 | | |
145 | 147 | | |
146 | 148 | | |
| |||
Lines changed: 6 additions & 37 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 26 | | |
55 | 27 | | |
56 | 28 | | |
| |||
64 | 36 | | |
65 | 37 | | |
66 | 38 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
73 | 42 | | |
74 | 43 | | |
75 | 44 | | |
| |||
196 | 165 | | |
197 | 166 | | |
198 | 167 | | |
199 | | - | |
200 | | - | |
201 | | - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
202 | 171 | | |
203 | 172 | | |
204 | 173 | | |
| |||
0 commit comments