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 d61969d commit a8cb261Copy full SHA for a8cb261
1 file changed
common/include/pcl/pcl_base.h
@@ -238,10 +238,6 @@ namespace pcl
238
/** \brief If no set of indices are given, we construct a set of fake indices that mimic the input PointCloud. */
239
bool fake_indices_;
240
241
- /**
242
- * @brief Number of threads used during filtering
243
- */
244
- unsigned int num_threads_{0};
245
246
/** \brief The size of each individual field. */
247
std::vector<uindex_t> field_sizes_;
@@ -252,6 +248,11 @@ namespace pcl
252
248
/** \brief The desired x-y-z field names. */
253
249
std::string x_field_name_, y_field_name_, z_field_name_;
254
250
251
+ /**
+ * @brief Number of threads used during filtering
+ */
+ unsigned int num_threads_{0};
255
+
256
bool initCompute ();
257
bool deinitCompute ();
258
public:
0 commit comments