IOLink
IOL_v1.6.1_release
Changes
ChangeLog
API ChangeLog
User guide
Capacities
Overview
Installation
Getting started
View concept
Storage concept
Fundamentals
Custom implementation
Serialization
Extensions
Data Frames
Namespaces
Namespace List
Namespace Members
All
a
c
d
i
l
m
o
p
r
s
v
Functions
Typedefs
a
d
i
m
p
r
s
v
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
Typedefs
Related Functions
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Pages
LodImageView.h
1
#pragma once
2
3
#include <memory>
4
5
#include <iolink/IOLinkAPI.h>
6
#include <iolink/RegionX.h>
7
#include <iolink/Vector.h>
8
#include <iolink/view/ImageView.h>
9
10
namespace
iolink
11
{
20
class
IOLINK_API
LodImageView
:
public
View
21
{
22
public
:
23
virtual
~
LodImageView
() =
default
;
24
35
virtual
const
Vector2i64
& levelRange() = 0;
36
44
virtual
std::shared_ptr<ImageView> resolution(int64_t level) = 0;
45
49
std::string toString()
const
;
50
};
51
52
}
// end namespace iolink
iolink
All IOLink symbols are enclosed in this namespace.
Definition:
ArrayX.h:7
iolink::LodImageView
A view on an image with multiple levels of detail (LOD).
Definition:
LodImageView.h:20
iolink::View
Interface representing a generic view on data.
Definition:
View.h:15
iolink::Vector
An arithmetic vector.
Definition:
Vector.h:36
iolink
public
include
iolink
view
LodImageView.h
Generated on Thu Sep 7 2023 08:17:19 for IOLink by
1.8.17