Class to contain a list of scans to exclude from a data set for a single c/c/w combination.
More...
#include "us_convert.h"
Class to contain a list of scans to exclude from a data set for a single c/c/w combination.
Definition at line 34 of file us_convert.h.
bool US_Convert::Excludes::contains |
( |
int |
x | ) |
|
|
inline |
- Parameters
-
x | function to determine if x is contained in the list |
Definition at line 38 of file us_convert.h.
bool US_Convert::Excludes::empty |
( |
| ) |
|
|
inline |
Excludes& US_Convert::Excludes::operator<< |
( |
const int |
x | ) |
|
|
inline |
- Parameters
-
x | function to insert x at the end of the list |
Definition at line 44 of file us_convert.h.
void US_Convert::Excludes::push_back |
( |
int |
x | ) |
|
|
inline |
- Parameters
-
x | function to add x to the end of the list |
Definition at line 42 of file us_convert.h.
int US_Convert::Excludes::size |
( |
void |
| ) |
|
|
inline |
QList< int > US_Convert::Excludes::excludes |
list of scan indexes to exclude
Definition at line 37 of file us_convert.h.
The documentation for this class was generated from the following file: