Main Page
Namespaces
Classes
Files
File List
File Members
src
common
CommonClass.cpp
Go to the documentation of this file.
1
20
#include "
next_best_view/common/CommonClass.hpp
"
21
22
namespace
next_best_view
{
23
CommonClass::CommonClass
() { }
24
25
CommonClass::~CommonClass
() { }
26
27
void
CommonClass::setInputCloud
(
const
ObjectPointCloudPtr
&pointCloudPtr) {
28
mPointCloudPtr
= pointCloudPtr;
29
}
30
31
ObjectPointCloudPtr
&
CommonClass::getInputCloud
() {
32
return
mPointCloudPtr
;
33
}
34
35
void
CommonClass::setIndices
(
const
IndicesPtr
&indicesPtr) {
36
mIndicesPtr
= indicesPtr;
37
}
38
39
IndicesPtr
&
CommonClass::getIndices
() {
40
return
mIndicesPtr
;
41
}
42
}
next_best_view::CommonClass::getInputCloud
virtual ObjectPointCloudPtr & getInputCloud()
Definition:
CommonClass.cpp:31
next_best_view::CommonClass::setIndices
virtual void setIndices(const IndicesPtr &indicesPtr)
setting the shared pointer to the active indices of the point cloud.
Definition:
CommonClass.cpp:35
boost::shared_ptr< Indices >
next_best_view
this namespace contains all generally usable classes.
Definition:
CameraModelFilter.hpp:26
CommonClass.hpp
next_best_view::CommonClass::mIndicesPtr
IndicesPtr mIndicesPtr
shared pointer to the active indices of the former declared object point cloud.
Definition:
CommonClass.hpp:36
next_best_view::CommonClass::mPointCloudPtr
ObjectPointCloudPtr mPointCloudPtr
shared pointer to the object point cloud.
Definition:
CommonClass.hpp:31
next_best_view::CommonClass::CommonClass
CommonClass()
constructor
Definition:
CommonClass.cpp:23
next_best_view::CommonClass::getIndices
virtual IndicesPtr & getIndices()
Definition:
CommonClass.cpp:39
next_best_view::ObjectPointCloudPtr
ObjectPointCloud::Ptr ObjectPointCloudPtr
Definition:
typedef.hpp:86
next_best_view::CommonClass::~CommonClass
virtual ~CommonClass()=0
pure virtual deconstructor.
Definition:
CommonClass.cpp:25
next_best_view::CommonClass::setInputCloud
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