cgma
vert_vert_dist_sort_ptr Struct Reference

List of all members.

Public Member Functions

bool operator() (dist_vert_vert_struct *a, dist_vert_vert_struct *b) const

Detailed Description

Definition at line 5091 of file GeomMeasureTool.cpp.


Member Function Documentation

bool vert_vert_dist_sort_ptr::operator() ( dist_vert_vert_struct a,
dist_vert_vert_struct b 
) const [inline]

Definition at line 5093 of file GeomMeasureTool.cpp.

  {
    return a->dist < b->dist;
  }

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