Skip to content

Libs/Analyze/StudioEnums.h

Namespaces

Name
shapeworks
User usage reporting (telemetry)

Source code

#pragma once

#include <string>

namespace shapeworks {

//-----------------------------------------------------------------------------
enum DisplayMode { Original = 0, Groomed = 1, Reconstructed = 2 };

//-----------------------------------------------------------------------------
std::string display_mode_to_string(DisplayMode display_mode);

//-----------------------------------------------------------------------------
DisplayMode string_to_display_mode(std::string str);

}  // namespace shapeworks

Updated on 2024-03-17 at 12:58:44 -0600