Class for making mesh from regular distance map. More...
Inheritance diagram for MR.RegularMapMesher:Public Member Functions | |
| unsafe | RegularMapMesher () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | RegularMapMesher (MR._ByValue_RegularMapMesher _other) |
Generated from constructor MR.RegularMapMesher.RegularMapMesher. | |
| RegularMapMesher (Const_RegularMapMesher _other) | |
Generated from constructor MR.RegularMapMesher.RegularMapMesher. | |
| RegularMapMesher (RegularMapMesher _other) | |
Generated from constructor MR.RegularMapMesher.RegularMapMesher. | |
| unsafe MR.RegularMapMesher | assign (MR._ByValue_RegularMapMesher _other) |
Generated from method MR.RegularMapMesher.operator=. | |
| unsafe void | setSurfacePC (MR.Const_PointCloud surfacePC) |
Sets surface Point Cloud Generated from method MR.RegularMapMesher.setSurfacePC. | |
| unsafe void | setDirectionsPC (MR.Const_PointCloud directionsPC) |
Sets directions Point Cloud Generated from method MR.RegularMapMesher.setDirectionsPC. | |
| unsafe void | loadDistances (int width, int height, string path) |
Loads distances form distances file (1/distance) Generated from method MR.RegularMapMesher.loadDistances. | |
| unsafe void | setDistances (int width, int height, MR.Std.Const_Vector_Float distances) |
Sets distances Generated from method MR.RegularMapMesher.setDistances. | |
Class for making mesh from regular distance map.
distance for each lattice of map is defined as point on ray from surface point cloud to direction point cloud, with length equal to 1/distance from distances file (if distance in file == 0 ray had no point) Generated from class MR.RegularMapMesher. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.RegularMapMesher.RegularMapMesher.
|
inline |
Generated from constructor MR.RegularMapMesher.RegularMapMesher.
|
inline |
Generated from constructor MR.RegularMapMesher.RegularMapMesher.
|
inline |
Generated from method MR.RegularMapMesher.operator=.
|
inline |
Loads distances form distances file (1/distance) Generated from method MR.RegularMapMesher.loadDistances.
|
inline |
Sets directions Point Cloud Generated from method MR.RegularMapMesher.setDirectionsPC.
|
inline |
Sets distances Generated from method MR.RegularMapMesher.setDistances.
|
inline |
Sets surface Point Cloud Generated from method MR.RegularMapMesher.setSurfacePC.