NL3D::CMRMBuilder::CGeomPred Struct Reference


Public Member Functions

bool operator() (const CMRMWedgeGeom &a, const CMRMWedgeGeom &b) const

Member Function Documentation

bool NL3D::CMRMBuilder::CGeomPred::operator() const CMRMWedgeGeom a,
const CMRMWedgeGeom b
const [inline]
 

Definition at line 170 of file mrm_builder.h.

References NL3D::CMRMWedgeGeom::End, and NL3D::CMRMWedgeGeom::Start.

00171                 {
00172                         if(a.Start!=b.Start)
00173                                 return a.Start<b.Start;
00174                         return a.End<b.End;
00175                 }


The documentation for this struct was generated from the following file:
Generated on Tue Mar 16 06:56:46 2004 for NeL by doxygen 1.3.6