CMS 3D CMS Logo

IgSbLegoBinCompare Struct Reference

#include <Iguana/Inventor/interface/IgSoLegoPlot.h>

List of all members.

Public Member Functions

bool operator() (const IgSbLegoBin &lb1, const IgSbLegoBin &lb2) const


Detailed Description

Definition at line 44 of file IgSoLegoPlot.h.


Member Function Documentation

bool IgSbLegoBinCompare::operator() ( const IgSbLegoBin lb1,
const IgSbLegoBin lb2 
) const [inline]

Definition at line 46 of file IgSoLegoPlot.h.

References IgSbLegoBin::ix, and IgSbLegoBin::iy.

00047         {
00048             return lb1.ix < lb2.ix || (lb1.ix == lb2.ix && lb1.iy < lb2.iy);
00049         }


The documentation for this struct was generated from the following file:
Generated on Tue Jun 9 18:25:38 2009 for CMSSW by  doxygen 1.5.4