#include "MRMeshFwd.h"Go to the source code of this file.
Namespaces | |
| namespace | MR |
| only for bindings generation | |
Enumerations | |
| enum class | MR::SignDetectionMode { MR::SignDetectionMode::Unsigned , MR::SignDetectionMode::OpenVDB , MR::SignDetectionMode::ProjectionNormal , MR::SignDetectionMode::WindingRule , MR::SignDetectionMode::HoleWindingRule } |
| how to determine the sign of distances from a mesh More... | |
| enum class | MR::SignDetectionModeShort { MR::SignDetectionModeShort::Auto , MR::SignDetectionModeShort::HoleWindingNumber , MR::SignDetectionModeShort::ProjectionNormal } |
| how to determine the sign of distances from a mesh, short version including auto-detection More... | |
Functions | |
| MRMESH_API const char * | MR::asString (SignDetectionMode m) |
| returns string representation of enum values | |