Inviwo
0.9.10.1
Inviwo documentation
|
Class used by ResourceManager to wrap a shared_ptr in a resource. More...
#include <resource.h>
Public Member Functions | |
TypedResource (std::shared_ptr< T > resource, const std::string &key) | |
std::shared_ptr< T > | getData () |
virtual std::string | typeDisplayName () override |
virtual Document | info () override |
Public Member Functions inherited from inviwo::Resource | |
Resource (const std::string &key) | |
Resource (const Resource &r)=delete | |
Resource (Resource &&r)=delete | |
Resource & | operator= (const Resource &r)=delete |
Resource & | operator= (const Resource &&r)=delete |
std::string | key () const |
Class used by ResourceManager to wrap a shared_ptr in a resource.