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
5namespace MR
6{
7
9enum 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
33enum class SignDetectionModeShort
34{
35 Auto,
36 HoleWindingNumber,
37 ProjectionNormal
38};
39
40} //namespace MR
#define MRMESH_API
Definition MRMeshFwd.h:80
SignDetectionMode
Definition MRCameraOrientationPlugin.h:8
MRMESH_API const char * asString(ColoringType ct)
returns string representation of enum values