MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMruFormatParameters.h
Go to the documentation of this file.
1#pragma once
2
3namespace MR
4{
5
6// Parameters of mesh / point / voxel object storage formats inside an .mru file
8{
9 enum class MeshFormat
10 {
11 Ctm,
12 Ply,
13 Mrmesh
15
21
27
28};
29
30}
Definition MRMruFormatParameters.h:8
enum MR::MruFormatParameters::PointsFormat pointsFormat
ObjectPoints storage format.
MeshFormat
Definition MRMruFormatParameters.h:10
enum MR::MruFormatParameters::MeshFormat meshFormat
ObjectMesh storage format.
enum MR::MruFormatParameters::VoxelsFormat voxelsFormat
ObjectVoxels storage format.
VoxelsFormat
Definition MRMruFormatParameters.h:23
PointsFormat
Definition MRMruFormatParameters.h:17