CommonClass.cpp
Go to the documentation of this file.
1 
21 
22 namespace next_best_view {
24 
26 
27  void CommonClass::setInputCloud(const ObjectPointCloudPtr &pointCloudPtr) {
28  mPointCloudPtr = pointCloudPtr;
29  }
30 
32  return mPointCloudPtr;
33  }
34 
35  void CommonClass::setIndices(const IndicesPtr &indicesPtr) {
36  mIndicesPtr = indicesPtr;
37  }
38 
40  return mIndicesPtr;
41  }
42 }
virtual ObjectPointCloudPtr & getInputCloud()
Definition: CommonClass.cpp:31
virtual void setIndices(const IndicesPtr &indicesPtr)
setting the shared pointer to the active indices of the point cloud.
Definition: CommonClass.cpp:35
this namespace contains all generally usable classes.
IndicesPtr mIndicesPtr
shared pointer to the active indices of the former declared object point cloud.
Definition: CommonClass.hpp:36
ObjectPointCloudPtr mPointCloudPtr
shared pointer to the object point cloud.
Definition: CommonClass.hpp:31
virtual IndicesPtr & getIndices()
Definition: CommonClass.cpp:39
ObjectPointCloud::Ptr ObjectPointCloudPtr
Definition: typedef.hpp:86
virtual ~CommonClass()=0
pure virtual deconstructor.
Definition: CommonClass.cpp:25
virtual void setInputCloud(const ObjectPointCloudPtr &pointCloudPtr)
setting the input cloud.
Definition: CommonClass.cpp:27


asr_next_best_view
Author(s): Aumann Florian, Borella Jocelyn, Heller Florian, Meißner Pascal, Schleicher Ralf, Stöckle Patrick, Stroh Daniel, Trautmann Jeremias, Walter Milena, Wittenbeck Valerij
autogenerated on Thu Jan 9 2020 07:20:18