Generated on Wed Apr 29 2015 11:51:41 for GGL-4.1.2 by doxygen 1.8.3.1
Public Member Functions
ggl::chem::AromaticityPerception::RingSizeLess Class Reference

#include <AromaticityPerception.hh>

Public Member Functions

bool operator() (const RingDescriptor *x, const RingDescriptor *y)
 

Detailed Description

Comparison of ring descriptors based on the ring size and if equal on the pairwise order of its edge elements.

Definition at line 130 of file AromaticityPerception.hh.

Member Function Documentation

bool ggl::chem::AromaticityPerception::RingSizeLess::operator() ( const RingDescriptor x,
const RingDescriptor y 
)
inline

less comparison of two ring descriptors.

Parameters
xthe ring to be checked if smaller
ythe ring to compare to
Returns
true if x.size < y.size || (x.size == y.size && x.edges < y.edges); false otherwise

Definition at line 141 of file AromaticityPerception.hh.


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