msl 1.3.0
Loading...
Searching...
No Matches
SliceIterator.h
Go to the documentation of this file.
1// Copyright 2026 Julien Lamy, ICube, Université de Strasbourg-CNRS.
2// Part of msl, distributed under the terms of the MIT license.
3
4#ifndef _cd33f002_c29f_4f52_8d07_33dbf531c8a4
5#define _cd33f002_c29f_4f52_8d07_33dbf531c8a4
6
7#include <vector>
8
9#include <MrMeasSrv/SeqIF/libRT/sSLICE_POS.h>
10
11#include <msl/Iterator.h>
12
13
14namespace msl
15{
16
19
22
23}
24
25#endif // _cd33f002_c29f_4f52_8d07_33dbf531c8a4
Read-only iterator to a container.
Definition Iterator.h:19
Read/write iterator to a container.
Definition Iterator.h:120
Top-level namespace of the msl library.
Definition acceleration.h:17
ConstIterator< std::vector< sSLICE_POS > > SliceConstIterator
Non-mutable iterator to a vector of slice specifications.
Definition SliceIterator.h:21
Iterator< std::vector< sSLICE_POS > > SliceIterator
Iterator to a vector of slice specifications.
Definition SliceIterator.h:18