Inviwo  0.9.10.1
Inviwo documentation
inviwo::DiskRepresentation< Repr > Class Template Reference

#include <diskrepresentation.h>

+ Inheritance diagram for inviwo::DiskRepresentation< Repr >:

Public Member Functions

 DiskRepresentation (const std::string &srcFile, DiskRepresentationLoader< Repr > *loader=nullptr)
 
 DiskRepresentation (const DiskRepresentation &rhs)=default
 
DiskRepresentationoperator= (const DiskRepresentation &that)=default
 
virtual DiskRepresentationclone () 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
 

Detailed Description

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

Base class for all DiskRepresentations

See also
Data, DataRepresentation

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