UltraScan III
List of all members | Public Member Functions | Public Attributes
US_Convert::Excludes Class Reference

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"

Public Member Functions

bool contains (int x)
 
bool empty ()
 
void push_back (int x)
 
Excludesoperator<< (const int x)
 
int size (void)
 

Public Attributes

QList< int > excludes
 list of scan indexes to exclude More...
 

Detailed Description

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.

Member Function Documentation

bool US_Convert::Excludes::contains ( int  x)
inline
Parameters
xfunction to determine if x is contained in the list

Definition at line 38 of file us_convert.h.

bool US_Convert::Excludes::empty ( )
inline

Definition at line 40 of file us_convert.h.

Excludes& US_Convert::Excludes::operator<< ( const int  x)
inline
Parameters
xfunction 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
xfunction 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

Definition at line 46 of file us_convert.h.

Member Data Documentation

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: