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::AdjacencyComp Struct Reference

Comparator for edge processing order.

#include <AromaticityPerception.hh>

Public Member Functions

bool operator() (AdjacencyData *e1, AdjacencyData *e2)
 

Detailed Description

Definition at line 111 of file AromaticityPerception.hh.

Member Function Documentation

bool ggl::chem::AromaticityPerception::AdjacencyComp::operator() ( AdjacencyData e1,
AdjacencyData e2 
)

Decides on the order of the edge processing when used to sort a container of AdjacencyData objects.

Parameters
e1the first edge to be checked if to be processed first
e2the second edge that might be processed after e1
Returns
whether or not the edge e1 should be processed before edge e2

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