|
bool | empty () const |
size_t | size () const |
void | clear () |
bool | set (std::string_view src, const BitSet &indices) |
bool | contains (uint32_t idx) const |
const BitSet & | getIndices () const |
bool | removeSources (const std::vector< std::string > &sources) |
virtual void | serialize (Serializer &s) const override |
virtual void | deserialize (Deserializer &d) override |
◆ deserialize()
virtual void inviwo::IndexList::deserialize |
( |
Deserializer & | d | ) |
|
|
overridevirtual |
◆ serialize()
virtual void inviwo::IndexList::serialize |
( |
Serializer & | s | ) |
const |
|
overridevirtual |
◆ set()
bool inviwo::IndexList::set |
( |
std::string_view | src, |
|
|
const BitSet & | indices ) |
Update the indexlist with source src
and indices
, if indices
are different
- Returns
- true if the indexlist was modified that is
this
and indices
were different
The documentation for this class was generated from the following file: