MeshLib C++ Docs
Loading...
Searching...
No Matches
MRCloudPartMapping.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMesh/MRMeshFwd.h"
4
5namespace MR
6{
9
10
13{
15 VertMap * src2tgtVerts = nullptr;
17 VertMap * tgt2srcVerts = nullptr;
18};
19
20}
VertMap * tgt2srcVerts
this.id -> from.id, efficient when any cloud or its part is added into empty cloud
Definition MRCloudPartMapping.h:17
VertMap * src2tgtVerts
from.id -> this.id, efficient when full cloud without many invalid points is added into another cloud
Definition MRCloudPartMapping.h:15
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
mapping among elements of source point cloud, from which a part is taken, and target (this) point clo...
Definition MRCloudPartMapping.h:13