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
5
namespace
MR
6
{
7
8
// mapping among elements of source point cloud, from which a part is taken, and target (this) point cloud
9
struct
CloudPartMapping
10
{
11
// from.id -> this.id, efficient when full cloud without many invalid points is added into another cloud
12
VertMap * src2tgtVerts =
nullptr
;
13
// this.id -> from.id, efficient when any cloud or its part is added into empty cloud
14
VertMap * tgt2srcVerts =
nullptr
;
15
};
16
17
}
//namespace MR
MRMeshFwd.h
MR
Definition
MRCameraOrientationPlugin.h:8
MeshLib
source
MRMesh
MRCloudPartMapping.h
Generated by
1.11.0