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
"
4
#include "
MRMesh/MRProgressCallback.h
"
5
6
namespace
MR
7
{
8
9
struct
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
MRVector3.h
MRProgressCallback.h
MR::DistanceVolumeParams::origin
new unsafe ref MR.Vector3f origin
MR::DistanceVolumeParams::dimensions
new unsafe ref MR.Vector3i dimensions
MR::DistanceVolumeParams::voxelSize
new unsafe ref MR.Vector3f voxelSize
MR::DistanceVolumeParams::cb
new unsafe MR.Std.Function_BoolFuncFromFloat cb
MR
Definition
MRCameraOrientationPlugin.h:8
MeshLib
source
MRVoxels
MRDistanceVolumeParams.h
Generated by
1.11.0