![]() |
aimsdata
5.0.5
Neuroimaging data handling
|
#include <aims/selection/selection.h>
Public Types | |
typedef std::list< Selection >::value_type | value_type |
typedef std::list< Selection >::pointer | pointer |
typedef std::list< Selection >::const_pointer | const_pointer |
typedef std::list< Selection >::reference | reference |
typedef std::list< Selection >::const_reference | const_reference |
typedef std::list< Selection >::difference_type | difference_type |
typedef std::list< Selection >::size_type | size_type |
typedef std::list< Selection >::iterator | iterator |
typedef std::list< Selection >::const_iterator | const_iterator |
typedef std::list< Selection >::reverse_iterator | reverse_iterator |
typedef std::list< Selection >::const_reverse_iterator | const_reverse_iterator |
Public Member Functions | |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
reverse_iterator | rbegin () |
reverse_iterator | rend () |
const_reverse_iterator | rbegin () const |
const_reverse_iterator | rend () const |
void | addSelection (const Selection &selection, bool enabledups=false) |
void | deleteSelection (Selection *) |
void | deleteSelection (iterator i) |
void | load (const std::string &filename) |
void | append (const std::string &filename) |
void | save (const std::string &filename) const |
const_iterator | findSelection (const Selection &) const |
iterator | findSelection (const Selection &) |
iterator | findSelection (const std::string &) |
const_iterator | findSelection (const std::string &) const |
bool | empty () const |
Definition at line 88 of file selection.h.
typedef std::list<Selection>::const_iterator aims::SelectionSet::const_iterator |
Definition at line 101 of file selection.h.
typedef std::list<Selection>::const_pointer aims::SelectionSet::const_pointer |
Definition at line 93 of file selection.h.
typedef std::list<Selection>::const_reference aims::SelectionSet::const_reference |
Definition at line 95 of file selection.h.
typedef std::list<Selection>::const_reverse_iterator aims::SelectionSet::const_reverse_iterator |
Definition at line 104 of file selection.h.
typedef std::list<Selection>::difference_type aims::SelectionSet::difference_type |
Definition at line 97 of file selection.h.
typedef std::list<Selection>::iterator aims::SelectionSet::iterator |
Definition at line 100 of file selection.h.
typedef std::list<Selection>::pointer aims::SelectionSet::pointer |
Definition at line 92 of file selection.h.
typedef std::list<Selection>::reference aims::SelectionSet::reference |
Definition at line 94 of file selection.h.
typedef std::list<Selection>::reverse_iterator aims::SelectionSet::reverse_iterator |
Definition at line 102 of file selection.h.
typedef std::list<Selection>::size_type aims::SelectionSet::size_type |
Definition at line 98 of file selection.h.
typedef std::list<Selection>::value_type aims::SelectionSet::value_type |
Definition at line 91 of file selection.h.
void aims::SelectionSet::addSelection | ( | const Selection & | selection, |
bool | enabledups = false |
||
) |
void aims::SelectionSet::append | ( | const std::string & | filename | ) |
|
inline |
Definition at line 192 of file selection.h.
|
inline |
Definition at line 206 of file selection.h.
void aims::SelectionSet::deleteSelection | ( | Selection * | ) |
void aims::SelectionSet::deleteSelection | ( | iterator | i | ) |
bool aims::SelectionSet::empty | ( | ) | const |
|
inline |
Definition at line 199 of file selection.h.
|
inline |
Definition at line 213 of file selection.h.
const_iterator aims::SelectionSet::findSelection | ( | const Selection & | ) | const |
iterator aims::SelectionSet::findSelection | ( | const std::string & | ) |
const_iterator aims::SelectionSet::findSelection | ( | const std::string & | ) | const |
void aims::SelectionSet::load | ( | const std::string & | filename | ) |
|
inline |
Definition at line 220 of file selection.h.
|
inline |
Definition at line 234 of file selection.h.
|
inline |
Definition at line 227 of file selection.h.
|
inline |
Definition at line 241 of file selection.h.
void aims::SelectionSet::save | ( | const std::string & | filename | ) | const |