#include <MRMeshToDistanceVolume.h>
Public Attributes | |
| float | closeDist = 0 |
| a resulting voxel will get 1 if that voxel's center is not further than unsigned (closeDist) from the surface, and 0 otherwise | |
| DistanceVolumeParams | vol |
| dimensions, location, and scaling in world space of the expected volume | |
| const AffineXf3f * | meshToWorld = nullptr |
| optional transformation from mesh space to world space | |
| float MR::CloseToMeshVolumeParams::closeDist = 0 |
a resulting voxel will get 1 if that voxel's center is not further than unsigned (closeDist) from the surface, and 0 otherwise
| const AffineXf3f* MR::CloseToMeshVolumeParams::meshToWorld = nullptr |
optional transformation from mesh space to world space
| DistanceVolumeParams MR::CloseToMeshVolumeParams::vol |
dimensions, location, and scaling in world space of the expected volume