MeshLib C# Docs
Loading...
Searching...
No Matches
MR.RegularMapMesher Class Reference

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ RegularMapMesher() [1/4]

unsafe MR.RegularMapMesher.RegularMapMesher ( )
inline

Constructs an empty (default-constructed) instance.

◆ RegularMapMesher() [2/4]

unsafe MR.RegularMapMesher.RegularMapMesher ( MR._ByValue_RegularMapMesher _other)
inline

Generated from constructor MR.RegularMapMesher.RegularMapMesher.

◆ RegularMapMesher() [3/4]

MR.RegularMapMesher.RegularMapMesher ( Const_RegularMapMesher _other)
inline

Generated from constructor MR.RegularMapMesher.RegularMapMesher.

◆ RegularMapMesher() [4/4]

MR.RegularMapMesher.RegularMapMesher ( RegularMapMesher _other)
inline

Generated from constructor MR.RegularMapMesher.RegularMapMesher.

Member Function Documentation

◆ assign()

unsafe MR.RegularMapMesher MR.RegularMapMesher.assign ( MR._ByValue_RegularMapMesher _other)
inline

Generated from method MR.RegularMapMesher.operator=.

◆ loadDistances()

unsafe void MR.RegularMapMesher.loadDistances ( int width,
int height,
string path )
inline

Loads distances form distances file (1/distance) Generated from method MR.RegularMapMesher.loadDistances.

◆ setDirectionsPC()

unsafe void MR.RegularMapMesher.setDirectionsPC ( MR.Const_PointCloud directionsPC)
inline

Sets directions Point Cloud Generated from method MR.RegularMapMesher.setDirectionsPC.

◆ setDistances()

unsafe void MR.RegularMapMesher.setDistances ( int width,
int height,
MR.Std.Const_Vector_Float distances )
inline

Sets distances Generated from method MR.RegularMapMesher.setDistances.

◆ setSurfacePC()

unsafe void MR.RegularMapMesher.setSurfacePC ( MR.Const_PointCloud surfacePC)
inline

Sets surface Point Cloud Generated from method MR.RegularMapMesher.setSurfacePC.


The documentation for this class was generated from the following file: