Inviwo
0.9.10.1
Inviwo documentation
|
#include <diskrepresentation.h>
Public Member Functions | |
DiskRepresentation (const std::string &srcFile, DiskRepresentationLoader< Repr > *loader=nullptr) | |
DiskRepresentation (const DiskRepresentation &rhs)=default | |
DiskRepresentation & | operator= (const DiskRepresentation &that)=default |
virtual DiskRepresentation * | clone () const |
const std::string & | getSourceFile () const |
bool | hasSourceFile () const |
void | setLoader (DiskRepresentationLoader< Repr > *loader) |
std::shared_ptr< Repr > | createRepresentation () const |
void | updateRepresentation (std::shared_ptr< Repr > dest) const |
Base class for all DiskRepresentations