www.mooseframework.org
Public Member Functions | List of all members
PolycrystalVoronoiVoidIC::DistancePointComparator Struct Reference

Sorts the temp_centerpoints into order of magnitude. More...

#include <PolycrystalVoronoiVoidIC.h>

Public Member Functions

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

Detailed Description

Sorts the temp_centerpoints into order of magnitude.

Definition at line 63 of file PolycrystalVoronoiVoidIC.h.

Member Function Documentation

◆ operator()()

bool PolycrystalVoronoiVoidIC::DistancePointComparator::operator() ( const DistancePoint a,
const DistancePoint b 
)
inline

Definition at line 65 of file PolycrystalVoronoiVoidIC.h.

65 { return a.d < b.d; }

The documentation for this struct was generated from the following file: