remove action
More...
#include <Primitive3DFilter.h>
|
std::vector< unsigned char > | formula |
|
◆ RemoveAction()
icl::geom::Primitive3DFilter::RemoveAction::RemoveAction |
( |
std::vector< unsigned char > |
formula | ) |
|
|
inline |
◆ ~RemoveAction()
virtual icl::geom::Primitive3DFilter::RemoveAction::~RemoveAction |
( |
| ) |
|
|
inlinevirtual |
◆ performAction()
void icl::geom::Primitive3DFilter::RemoveAction::performAction |
( |
PointCloudObjectBase & |
pcObj, |
|
|
std::vector< unsigned char > & |
actionMap, |
|
|
std::vector< unsigned char > & |
groupMap, |
|
|
core::Img32f * |
depthImage |
|
) |
| |
|
virtual |
perform the actual filter action
- Parameters
-
pcObj | the point cloud to be filtered |
actionMap | the action map specifying which points to filter out (may change in case points are actually removed) |
groupMap | may change in case points are actually removed |
depthImage | pointer to the depth image or 0 if no depth image |
Implements icl::geom::Primitive3DFilter::FilterAction.
The documentation for this struct was generated from the following file: