MeshLib C++ Docs
Loading...
Searching...
No Matches
MRDistanceVolumeParams.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMesh/MRVector3.h"
5
6namespace MR
7{
8
9struct DistanceVolumeParams
10{
12 Vector3f origin;
13
15 ProgressCallback cb;
16
18 Vector3f voxelSize{ 1.0f,1.0f,1.0f };
19
21 Vector3i dimensions{ 100,100,100 };
22};
23
24} //namespace MR
new unsafe ref MR.Vector3f origin
new unsafe ref MR.Vector3i dimensions
new unsafe ref MR.Vector3f voxelSize
new unsafe MR.Std.Function_BoolFuncFromFloat cb
Definition MRCameraOrientationPlugin.h:8