#include <MRCMisc/exports.h>
Go to the source code of this file.
Typedefs | |
typedef enum MR_SignDetectionMode | MR_SignDetectionMode |
how to determine the sign of distances from a mesh | |
typedef enum MR_SignDetectionModeShort | MR_SignDetectionModeShort |
how to determine the sign of distances from a mesh, short version including auto-detection | |
Enumerations | |
enum | MR_SignDetectionMode { MR_SignDetectionMode_Unsigned = 0 , MR_SignDetectionMode_OpenVDB = 1 , MR_SignDetectionMode_ProjectionNormal = 2 , MR_SignDetectionMode_WindingRule = 3 , MR_SignDetectionMode_HoleWindingRule = 4 } |
how to determine the sign of distances from a mesh More... | |
enum | MR_SignDetectionModeShort { MR_SignDetectionModeShort_Auto = 0 , MR_SignDetectionModeShort_HoleWindingNumber = 1 , MR_SignDetectionModeShort_ProjectionNormal = 2 } |
how to determine the sign of distances from a mesh, short version including auto-detection More... | |
Functions | |
MRC_API const char * | MR_asString_MR_SignDetectionMode (MR_SignDetectionMode m) |
typedef enum MR_SignDetectionMode MR_SignDetectionMode |
how to determine the sign of distances from a mesh
typedef enum MR_SignDetectionModeShort MR_SignDetectionModeShort |
how to determine the sign of distances from a mesh, short version including auto-detection
enum MR_SignDetectionMode |
how to determine the sign of distances from a mesh
how to determine the sign of distances from a mesh, short version including auto-detection
MRC_API const char * MR_asString_MR_SignDetectionMode | ( | MR_SignDetectionMode | m | ) |
returns string representation of enum values Generated from function MR::asString
.