Skip to content

File geometry_type.h

File List > builtin > geometry_type.h

Go to the documentation of this file

#pragma once
#include <string_view>

namespace uipc::builtin
{
constexpr std::string_view AbstractSimplicialComplex = "AbstractSimplicialComplex";
constexpr std::string_view SimplicialComplex = "SimplicialComplex";
constexpr std::string_view ImplicitGeometry  = "ImplicitGeometry";
}  // namespace uipc::builtin