1#ifndef TTTRLIB_TTTRSELECTION_H
2#define TTTRLIB_TTTRSELECTION_H
38 this->_tttr = tttr.get();
Time-Tagged Time-Resolved (TTTR) data class.
Definition TTTR.h:195
Represents a range of TTTR indices.
Definition TTTRRange.h:15
itlib::flat_set< int > _tttr_indices
Set of TTTR indices in the range.
Definition TTTRRange.h:23
Definition TTTRSelection.h:8
TTTRSelection(std::shared_ptr< TTTR > tttr=nullptr)
Definition TTTRSelection.h:37
TTTR * _tttr
Definition TTTRSelection.h:12
TTTRSelection(const TTTRSelection &p2)
Copy constructor.
Definition TTTRSelection.h:32
TTTR * get_tttr()
Definition TTTRSelection.h:16
TTTRSelection(int start, int stop, TTTR *tttr)
Definition TTTRSelection.h:25
void set_tttr(TTTR *tttr)
Definition TTTRSelection.h:21