We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0082640 + 9c3165e commit 64c794eCopy full SHA for 64c794e
1 file changed
Modules/Registration/Common/include/itkMatchCardinalityImageToImageMetric.h
@@ -130,7 +130,7 @@ class ITK_TEMPLATE_EXPORT MatchCardinalityImageToImageMetric : public ImageToIma
130
MultiThreaderBase *
131
GetMultiThreader()
132
{
133
- return m_Threader;
+ return this->m_Threader;
134
}
135
136
protected:
@@ -183,10 +183,6 @@ class ITK_TEMPLATE_EXPORT MatchCardinalityImageToImageMetric : public ImageToIma
183
bool m_MeasureMatches{ true };
184
std::vector<MeasureType> m_ThreadMatches{};
185
std::vector<SizeValueType> m_ThreadCounts{};
186
-
187
- /** Support processing data in multiple threads. Used by subclasses
188
- * (e.g., ImageSource). */
189
- MultiThreaderBase::Pointer m_Threader{ MultiThreaderBase::New() };
190
};
191
} // end namespace itk
192
0 commit comments