Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

DStrip Class Reference

#include <UtilStrip.h>

List of all members.

Public Member Functions

 DStrip (unsigned int i, double d)

Public Attributes

unsigned int TCIndex
double Disp

Friends

bool operator< (const DStrip &ds1, const DStrip &ds2)
bool operator== (const DStrip &ds1, const DStrip &ds2)
bool operator!= (const DStrip &ds1, const DStrip &ds2)


Constructor & Destructor Documentation

DStrip::DStrip unsigned int  i,
double  d
[inline]
 

Definition at line 124 of file UtilStrip.h.

00124                                    {
00125     Disp = d;
00126     TCIndex = i;
00127   }


Friends And Related Function Documentation

bool operator!= const DStrip ds1,
const DStrip ds2
[friend]
 

Definition at line 136 of file UtilStrip.h.

00137     {return(ds1.TCIndex != ds2.TCIndex);}

bool operator< const DStrip ds1,
const DStrip ds2
[friend]
 

Definition at line 132 of file UtilStrip.h.

00133     {return(ds1.Disp < ds2.Disp);}

bool operator== const DStrip ds1,
const DStrip ds2
[friend]
 

Definition at line 134 of file UtilStrip.h.

00135     {return(ds1.TCIndex == ds2.TCIndex);}


Member Data Documentation

double DStrip::Disp
 

Definition at line 130 of file UtilStrip.h.

unsigned int DStrip::TCIndex
 

Definition at line 129 of file UtilStrip.h.


The documentation for this class was generated from the following file:
Generated on Mon Feb 15 11:09:09 2010 for loon by  doxygen 1.3.9.1