![]() |
Inviwo
0.9.10.1
Inviwo documentation
|
A loader of Nifti files. Used to create VolumeRAM representations. This class us used by the NiftiReader. More...
#include <niftireader.h>
Inheritance diagram for inviwo::NiftiVolumeRAMLoader:Public Types | |
| using | type = std::shared_ptr< VolumeRAM > |
Public Member Functions | |
| NiftiVolumeRAMLoader (std::shared_ptr< nifti_image > nim_, std::array< int, 7 > start_index_, std::array< int, 7 > region_size_, std::array< bool, 3 > flipAxis) | |
| virtual NiftiVolumeRAMLoader * | clone () const override |
| virtual std::shared_ptr< VolumeRepresentation > | createRepresentation () const override |
| virtual void | updateRepresentation (std::shared_ptr< VolumeRepresentation > dest) const override |
| template<typename Result , typename T > | |
| std::shared_ptr< VolumeRAM > | operator() () const |
A loader of Nifti files. Used to create VolumeRAM representations. This class us used by the NiftiReader.