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.
1 parent 8867b58 commit d61969dCopy full SHA for d61969d
1 file changed
filters/include/pcl/filters/pyramid.h
@@ -136,11 +136,10 @@ namespace pcl
136
137
inline const std::string&
138
getClassName () const { return (name_); }
139
-
140
- protected:
141
- using PCLBase<PointT>::num_threads_;
142
+
143
private:
+ /// \brief number of threads
+ unsigned int num_threads_{0};
144
145
/// \brief init computation
146
bool
0 commit comments