MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMeshC/MRVoxelsFwd.h
Go to the documentation of this file.
1#pragma once
2#include "MRMeshFwd.h"
3#include "MRVector3.h"
4
6
7typedef struct MRFloatGrid MRFloatGrid;
8
19
#define MR_EXTERN_C_BEGIN
Definition MRMeshC/MRMeshFwd.h:26
#define MR_EXTERN_C_END
Definition MRMeshC/MRMeshFwd.h:27
struct MRVdbVolume MRVdbVolume
typedefMR_EXTERN_C_BEGIN struct MRFloatGrid MRFloatGrid
Definition MRMeshC/MRVoxelsFwd.h:7
Definition MRMeshC/MRVoxelsFwd.h:12
float min
Definition MRMeshC/MRVoxelsFwd.h:16
MRFloatGrid * data
Definition MRMeshC/MRVoxelsFwd.h:13
MRVector3f voxelSize
Definition MRMeshC/MRVoxelsFwd.h:15
float max
Definition MRMeshC/MRVoxelsFwd.h:17
MRVector3i dims
Definition MRMeshC/MRVoxelsFwd.h:14
three-dimensional vector of floats
Definition MRMeshC/MRVector3.h:9
three-dimensional vector of ints
Definition MRMeshC/MRVector3.h:46