DGtal 1.4.0
Loading...
Searching...
No Matches
DGtal::SymmetricConvexExpander< TKSpace, TPointPredicate >::NodeComparator Struct Reference

#include </Users/davidcoeurjolly/Sources/DGtal/examples/polyscope-examples/SymmetricConvexExpander.h>

Public Member Functions

 NodeComparator ()=default
 Default constructor.
 
bool operator() (const Node &p, const Node &q) const
 

Detailed Description

template<typename TKSpace, typename TPointPredicate>
struct DGtal::SymmetricConvexExpander< TKSpace, TPointPredicate >::NodeComparator

Definition at line 88 of file SymmetricConvexExpander.h.

Constructor & Destructor Documentation

◆ NodeComparator()

template<typename TKSpace , typename TPointPredicate >
DGtal::SymmetricConvexExpander< TKSpace, TPointPredicate >::NodeComparator::NodeComparator ( )
default

Default constructor.

Member Function Documentation

◆ operator()()

template<typename TKSpace , typename TPointPredicate >
bool DGtal::SymmetricConvexExpander< TKSpace, TPointPredicate >::NodeComparator::operator() ( const Node & p,
const Node & q ) const
inline

Definition at line 92 of file SymmetricConvexExpander.h.

93 {
94 return p.second > q.second;
95 }

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