MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::MruFormatParameters Struct Reference

Parameters of mesh / point / voxel object storage formats inside an .mru file. More...

#include <MRMruFormatParameters.h>

Public Types

enum class  MeshFormat { MeshFormat::Ctm , MeshFormat::Ply , MeshFormat::Mrmesh }
 
enum class  PointsFormat { PointsFormat::Ctm , PointsFormat::Ply }
 
enum class  VoxelsFormat { VoxelsFormat::Vdb , VoxelsFormat::Raw }
 

Public Attributes

enum MR::MruFormatParameters::MeshFormat meshFormat = MeshFormat::Ply
 ObjectMesh storage format.
 
enum MR::MruFormatParameters::PointsFormat pointsFormat = PointsFormat::Ply
 ObjectPoints storage format.
 
enum MR::MruFormatParameters::VoxelsFormat voxelsFormat = VoxelsFormat::Vdb
 ObjectVoxels storage format.
 

Detailed Description

Parameters of mesh / point / voxel object storage formats inside an .mru file.


The documentation for this struct was generated from the following file: