|
|
using | PolyscopeType = std::decay_t<PolyscopeStructure> |
| |
| using | QuantityType |
| |
|
|
static constexpr bool | IsMesh = std::is_same_v<PolyscopeType, ::polyscope::SurfaceMesh> |
| |
|
static constexpr bool | IsEdge = std::is_same_v<PolyscopeType, ::polyscope::CurveNetwork> |
| |
◆ QuantityType
template<typename PolyscopeStructure>
Initial value: std::conditional_t<
IsMesh,
::polyscope::SurfaceMeshQuantity,
std::conditional_t<
IsEdge,
::polyscope::CurveNetworkQuantity,
::polyscope::PointCloudQuantity>>
The documentation for this struct was generated from the following file: