Go to the source code of this file.
Namespaces | |
namespace | MR |
Enumerations | |
enum class | MR::EdgeWeights { MR::Unit = 0 , MR::Cotan , MR::CotanTimesLength , MR::CotanWithAreaEqWeight } |
determines the weight of each edge in applications like Laplacian More... | |
enum class | MR::Processing : bool { MR::Continue , MR::Stop } |
typically returned from callbacks to control the behavior of main algorithm More... | |
enum class | MR::OrientNormals { MR::TowardOrigin , MR::AwayFromOrigin , MR::Smart } |
the method how to choose between two opposite normal orientations More... | |
enum class | MR::OffsetMode : int { MR::Smooth , MR::Standard , MR::Sharpening } |