|
static constexpr std::array< std::string_view, 3 > | names = {"RAM", "GL", "PY"} |
|
|
void | notifyWillAddResource (size_t group, size_t index, const Resource &resource) |
|
void | notifyDidAddResource (size_t group, size_t index, const Resource &resource) |
|
void | notifyWillUpdateResource (size_t group, size_t index, const Resource &resource) |
|
void | notifyDidUpdateResource (size_t group, size_t index, const Resource &resource) |
|
void | notifyWillRemoveResource (size_t group, size_t index, const Resource &resource) |
|
void | notifyDidRemoveResource (size_t group, size_t index, const Resource &resource) |
|
void | forEachObserver (C callback) |
|
void | addObservationHelper (Observer *observer) |
|
void | removeObservationHelper (Observer *observer) |
|
◆ Data
using inviwo::ResourceManager::Data |
Initial value: std::tuple<std::vector<std::pair<resource::RAM, Resource>>,
std::vector<std::pair<resource::GL, Resource>>,
std::vector<std::pair<resource::PY, Resource>>>
◆ Var
using inviwo::ResourceManager::Var |
Initial value: std::variant<std::monostate, const std::vector<std::pair<resource::RAM, Resource>>*,
const std::vector<std::pair<resource::GL, Resource>>*,
const std::vector<std::pair<resource::PY, Resource>>*>
The documentation for this class was generated from the following file: