Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Unbonded_particles_with_threshold_visitor< CovalentStructure, ConformationType >::Is_under_threshold Class Reference

#include <Molecular_potential_energy.hpp>

Public Member Functions

 Is_under_threshold (const CovalentStructure &S)
 
 Is_under_threshold (void)
 
 Is_under_threshold (const Is_under_threshold &other)
 
bool are_bonded (typename CovalentStructure::Particle_rep p, typename CovalentStructure::Particle_rep q) const
 
bool operator() (const std::pair< typename CovalentStructure::Particle_rep, typename CovalentStructure::Particle_rep > &p) const
 

Static Public Member Functions

static void set_threshold (const FT &threshold)
 
static void set_geometry (const Conformation &C)
 

Constructor & Destructor Documentation

◆ Is_under_threshold() [1/3]

Is_under_threshold ( const CovalentStructure &  S)
inline

◆ Is_under_threshold() [2/3]

Is_under_threshold ( void  )
inline

◆ Is_under_threshold() [3/3]

Is_under_threshold ( const Is_under_threshold other)
inline

Member Function Documentation

◆ are_bonded()

bool are_bonded ( typename CovalentStructure::Particle_rep  p,
typename CovalentStructure::Particle_rep  q 
) const
inline

◆ operator()()

bool operator() ( const std::pair< typename CovalentStructure::Particle_rep, typename CovalentStructure::Particle_rep > &  p) const
inline

◆ set_geometry()

static void set_geometry ( const Conformation C)
inlinestatic

◆ set_threshold()

static void set_threshold ( const FT threshold)
inlinestatic