MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMruFormatParameters.h
Go to the documentation of this file.
1#pragma once
2
3namespace MR
4{
7
8
11{
12 enum class MeshFormat
13 {
14 Ctm,
15 Ply,
16 Mrmesh
18
24
30
31};
32
33}
enum MR::MruFormatParameters::PointsFormat pointsFormat
ObjectPoints storage format.
MeshFormat
Definition MRMruFormatParameters.h:13
enum MR::MruFormatParameters::MeshFormat meshFormat
ObjectMesh storage format.
enum MR::MruFormatParameters::VoxelsFormat voxelsFormat
ObjectVoxels storage format.
VoxelsFormat
Definition MRMruFormatParameters.h:26
PointsFormat
Definition MRMruFormatParameters.h:20
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
Parameters of mesh / point / voxel object storage formats inside an .mru file.
Definition MRMruFormatParameters.h:11