Base class for all DataRepresentations.
More...
#include <datarepresentation.h>
|
virtual DataRepresentation * | clone () const =0 |
|
virtual std::type_index | getTypeIndex () const =0 |
|
void | setOwner (const Owner *owner) |
|
const Owner * | getOwner () const |
|
bool | isValid () const |
|
void | setValid (bool valid) |
|
virtual void | updateResource (const ResourceMeta &) const |
|
|
bool | isValid_ = true |
|
const Owner * | owner_ = nullptr |
|
template<typename Owner>
class inviwo::DataRepresentation< Owner >
Base class for all DataRepresentations.
- See also
- Data
The documentation for this class was generated from the following file: