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::MoleculeDecomposition::priority_order Class Reference

#include <MoleculeDecomposition.hh>

Public Member Functions

bool operator() (const MoleculeComponent &c1, const MoleculeComponent &c2) const
 

Detailed Description

helper class to order MoleculeComponent pointers by the priority of the MoleculeComponents within an ordered STL container.

Definition at line 124 of file MoleculeDecomposition.hh.

Member Function Documentation

bool ggl::chem::MoleculeDecomposition::priority_order::operator() ( const MoleculeComponent c1,
const MoleculeComponent c2 
) const

operator to order MoleculeComponent pointers by the priority of the MoleculeComponents.

Parameters
c1the first component
c2the second component
Returns
true if the first component has higher priority compared to the second; false otherwise

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