Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

IdTable< T >::MeshIdLess Class Template Reference

List of all members.

Public Methods

bool operator() (const MutableShell< T > &a, const MutableShell< T > &b) const

template<class T>
class IdTable< T >::MeshIdLess


Member Function Documentation

template<class T>
bool IdTable< T >::MeshIdLess::operator() const MutableShell< T > &    a,
const MutableShell< T > &    b
const [inline]
 

00022                                                                                    {
00023             if (a->model==b->model) {
00024                 return (a->getId()<b->getId());
00025             } else {
00026                 return (a->model<b->model);
00027             }
00028         }


The documentation for this class was generated from the following file:
Generated on Mon Jul 7 21:13:52 2003 for Ethereal by doxygen1.2.15