Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::RawVolumeRAMLoader Class Reference

A loader of raw files. Used to create VolumeRAM representations. This class us used by the DatVolumeSequenceReader, IvfVolumeReader and RawVolumeReader. More...

#include <rawvolumeramloader.h>

+ Inheritance diagram for inviwo::RawVolumeRAMLoader:

Public Member Functions

 RawVolumeRAMLoader (const std::filesystem::path &rawFile, size_t offset, bool littleEndian)
 
virtual RawVolumeRAMLoaderclone () const override
 
virtual std::shared_ptr< VolumeRepresentationcreateRepresentation (const VolumeRepresentation &src) const override
 
virtual void updateRepresentation (std::shared_ptr< VolumeRepresentation > dest, const VolumeRepresentation &src) const override
 
- Public Member Functions inherited from inviwo::DiskRepresentationLoader< VolumeRepresentation >

Additional Inherited Members

- Static Public Member Functions inherited from inviwo::DiskRepresentationLoader< VolumeRepresentation >
static std::filesystem::path findFile (const std::filesystem::path &path)
 

Detailed Description

A loader of raw files. Used to create VolumeRAM representations. This class us used by the DatVolumeSequenceReader, IvfVolumeReader and RawVolumeReader.

Member Function Documentation

◆ clone()

virtual RawVolumeRAMLoader * inviwo::RawVolumeRAMLoader::clone ( ) const
overridevirtual

◆ createRepresentation()

virtual std::shared_ptr< VolumeRepresentation > inviwo::RawVolumeRAMLoader::createRepresentation ( const VolumeRepresentation & src) const
overridevirtual

◆ updateRepresentation()

virtual void inviwo::RawVolumeRAMLoader::updateRepresentation ( std::shared_ptr< VolumeRepresentation > dest,
const VolumeRepresentation & src ) const
overridevirtual

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