|
|
static constexpr std::string_view | classIdentifier () |
| |
|
static constexpr uvec3 | colorCode () |
| |
|
static constexpr std::string_view | dataName () |
| |
|
static Document | info (const DataSequence< Data > &data) |
| |
|
| static constexpr auto | cid |
| |
| static constexpr auto | name |
| |
◆ cid
Initial value:= []() {
if constexpr (!name.empty()) {
return StaticString<name.size()>(name) + ".sequence";
} else {
}
}()
static constexpr std::string_view classIdentifier()
Definition datatraits.h:89
A compile time string implementation. Supports compile time string concatenation and conversion to st...
Definition staticstring.h:90
◆ name
Initial value:= []() {
if constexpr (!tName.empty()) {
return "DataSequence<" + StaticString<tName.size()>(tName) + ">";
} else {
}
}()
static constexpr std::string_view dataName()
Definition datatraits.h:97
The documentation for this struct was generated from the following file:
- include/inviwo/core/datastructures/datasequence.h