Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::DiskRepresentation< Repr, Self > Class Template Reference

#include <diskrepresentation.h>

Public Member Functions

 DiskRepresentation (const std::filesystem::path &srcFile, DiskRepresentationLoader< Repr > *loader=nullptr)
 
 DiskRepresentation (const DiskRepresentation &rhs)=default
 
DiskRepresentationoperator= (const DiskRepresentation &that)=default
 
virtual DiskRepresentationclone () const
 
const std::filesystem::path & getSourceFile () const
 
bool hasSourceFile () const
 
void setLoader (DiskRepresentationLoader< Repr > *loader)
 
std::shared_ptr< Repr > createRepresentation () const
 
void updateRepresentation (std::shared_ptr< Repr > dest) const
 

Detailed Description

template<typename Repr, typename Self>
class inviwo::DiskRepresentation< Repr, Self >

Base class for all DiskRepresentations

See also
Data, DataRepresentation

The documentation for this class was generated from the following file: