MeshLib C++ Docs
Loading...
Searching...
No Matches
MRSignDetectionMode.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
MRMeshFwd.h
"
4
5
namespace
MR
6
{
7
9
enum class
SignDetectionMode
10
{
12
Unsigned,
13
15
OpenVDB,
16
18
ProjectionNormal,
19
22
WindingRule,
23
26
HoleWindingRule
27
};
28
30
[[nodiscard]]
MRMESH_API
const
char
*
asString
( SignDetectionMode m );
31
33
enum class
SignDetectionModeShort
34
{
35
Auto,
36
HoleWindingNumber,
37
ProjectionNormal
38
};
39
40
}
//namespace MR
MRMeshFwd.h
MRMESH_API
#define MRMESH_API
Definition
MRMeshFwd.h:80
MR::SignDetectionMode
SignDetectionMode
MR
Definition
MRCameraOrientationPlugin.h:8
MR::asString
MRMESH_API const char * asString(ColoringType ct)
returns string representation of enum values
MeshLib
source
MRMesh
MRSignDetectionMode.h
Generated by
1.11.0