MeshLib
 
Loading...
Searching...
No Matches
MRVoxelsApplyTransform.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRVoxelsFwd.h"
4#include <MRMesh/MRBox.h>
5
6
7namespace MR
8{
9
15MRVOXELS_API VdbVolume
16 transformVdbVolume( const VdbVolume& volume, const AffineXf3f& xf, bool fixBox = false, const Box3f& box = {} );
17
20MRVOXELS_API void voxelsApplyTransform( ObjectVoxels& obj, const AffineXf3f& xf, bool fixBox );
21
22}
23
#define MRVOXELS_API
Definition MRVoxelsFwd.h:13
Definition MRObjectVoxels.h:17
Definition MRCameraOrientationPlugin.h:8
MRVOXELS_API void voxelsApplyTransform(ObjectVoxels &obj, const AffineXf3f &xf, bool fixBox)
MRVOXELS_API VdbVolume transformVdbVolume(const VdbVolume &volume, const AffineXf3f &xf, bool fixBox=false, const Box3f &box={})