MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Attributes | List of all members
mve::View::ImageProxy Struct Reference

Proxy for images. More...

#include <view.h>

Collaboration diagram for mve::View::ImageProxy:
Collaboration graph
[legend]

Public Attributes

int64_t channels = 0
 
std::string filename
 The filename is empty if the image has not been saved yet.
 
int64_t height = 0
 
ImageBase::Ptr image
 
bool is_dirty = false
 Indicates if the image is unsaved or has been changed.
 
bool is_initialized = false
 
std::string name
 The name of the image.
 
ImageType type = IMAGE_TYPE_UNKNOWN
 
int64_t width = 0
 

Detailed Description

Proxy for images.

Definition at line 86 of file view.h.

Member Data Documentation

◆ channels

int64_t mve::View::ImageProxy::channels = 0

Definition at line 105 of file view.h.

◆ filename

std::string mve::View::ImageProxy::filename

The filename is empty if the image has not been saved yet.

The filename is relative if the image is mapped to the view on disc. The filename is absolute if the image referenced outside the view.

Definition at line 99 of file view.h.

◆ height

int64_t mve::View::ImageProxy::height = 0

Definition at line 104 of file view.h.

◆ image

ImageBase::Ptr mve::View::ImageProxy::image

Definition at line 109 of file view.h.

◆ is_dirty

bool mve::View::ImageProxy::is_dirty = false

Indicates if the image is unsaved or has been changed.

Definition at line 89 of file view.h.

◆ is_initialized

bool mve::View::ImageProxy::is_initialized = false

Definition at line 102 of file view.h.

◆ name

std::string mve::View::ImageProxy::name

The name of the image.

Definition at line 92 of file view.h.

◆ type

ImageType mve::View::ImageProxy::type = IMAGE_TYPE_UNKNOWN

Definition at line 106 of file view.h.

◆ width

int64_t mve::View::ImageProxy::width = 0

Definition at line 103 of file view.h.


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