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

LIPlane.cxx File Reference

#include "MessageService/MsgService.h"
#include "LISummary/LIPlane.h"

Go to the source code of this file.

Functions

 CVSID ("$Id: LIPlane.cxx,v 1.3 2003/11/17 00:46:51 hartnell Exp $")
bool operator== (LIPlane a, LIPlane b)
bool operator< (LIPlane a, LIPlane b)


Function Documentation

CVSID "$Id: LIPlane cxx,
v 1.3 2003/11/17 00:46:51 hartnell Exp $" 
 

bool operator< LIPlane  a,
LIPlane  b
 

Definition at line 56 of file LIPlane.cxx.

References LIPlane::GetAdc().

00057 {
00058   return a.GetAdc().size()<b.GetAdc().size();
00059 }

bool operator== LIPlane  a,
LIPlane  b
 

Definition at line 49 of file LIPlane.cxx.

References LIPlane::GetAdc().

00050 {
00051   return a.GetAdc()==b.GetAdc();
00052 }


Generated on Mon Feb 15 11:08:02 2010 for loon by  doxygen 1.3.9.1