Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Molecular_geometric_model_classifier_for_alpha_complex< AlphaComplexOfMolecularModel > Class Template Reference

Functor returning true or false if a tupel of particles is represented in the alpha-complex of an input molecular model. More...

#include <Molecular_geometric_model_classifier_for_alpha_complex.hpp>

Accessors

template<class OutputIterator>
OutputIterator get_neighborhood (Particle_vertex_handle p, OutputIterator out) const

Detailed Description

template<class AlphaComplexOfMolecularModel>
class SBL::CSB::T_Molecular_geometric_model_classifier_for_alpha_complex< AlphaComplexOfMolecularModel >

Functor returning true or false if a tupel of particles is represented in the alpha-complex of an input molecular model.

Template Parameters
AlphaComplexOfMolecularModelModel of an alpha-complex of a molecular model.

Member Function Documentation

◆ get_neighborhood()

template<class AlphaComplexOfMolecularModel>
template<class OutputIterator>
OutputIterator get_neighborhood ( Particle_vertex_handle p,
OutputIterator out ) const
inline

nearest means all the particles linked in the triangulation. Note that this does not mean that the particles are in contact.