cgma
DLIListSorter< CubitFacetEdge * > Struct Template Reference

#include <CubitFacetEdge.hpp>

List of all members.

Public Member Functions

bool operator() (CubitFacetEdge *a, CubitFacetEdge *b)

Detailed Description

template<>
struct DLIListSorter< CubitFacetEdge * >

Definition at line 328 of file CubitFacetEdge.hpp.


Member Function Documentation

bool DLIListSorter< CubitFacetEdge * >::operator() ( CubitFacetEdge a,
CubitFacetEdge b 
) [inline]

Definition at line 330 of file CubitFacetEdge.hpp.

{ return a->id() < b->id(); }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines