MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::PolylineToDistanceVolumeParams Struct Reference

#include <MRPolylineToVoxels.h>

Public Attributes

Vector3f voxelSize = Vector3f::diagonal( 1.f )
 
float offsetCount = 3
 offsetCount - the number of voxels around polyline to calculate distance in (should be positive)
 
AffineXf3f worldXf
 
AffineXf3f * outXf { nullptr }
 
ProgressCallback cb
 

Member Data Documentation

◆ cb

ProgressCallback MR::PolylineToDistanceVolumeParams::cb

◆ offsetCount

float MR::PolylineToDistanceVolumeParams::offsetCount = 3

offsetCount - the number of voxels around polyline to calculate distance in (should be positive)

◆ outXf

AffineXf3f* MR::PolylineToDistanceVolumeParams::outXf { nullptr }

◆ voxelSize

Vector3f MR::PolylineToDistanceVolumeParams::voxelSize = Vector3f::diagonal( 1.f )

◆ worldXf

AffineXf3f MR::PolylineToDistanceVolumeParams::worldXf

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