Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
ParticleAnnotator

Classes

class  T_Domain_annotator_for_particles< Annotations >
 Model of ParticleAnnotator for attributing a domain to atoms. Model of ParticleAnnotator for attributing a domain to atoms. More...
 
class  Set_dynamic_annotation_default
 Default data structure adding a dynamic annotation to a particle. More...
 
class  T_Dynamic_annotator_for_atoms< SetDynamicAnnotation >
 Model of ParticleAnnotator for attributing any annotation to a particle dynamically. More...
 
class  T_Dynamic_annotator_for_residues< SetDynamicAnnotation >
 Model of ParticleAnnotator for attributing any annotation to a particle dynamically. More...
 
class  Get_annotator_option_name_default
 Returns a string that is the default option name for generic annotators. More...
 
class  Get_annotator_option_help_default
 Returns a string that is the default option help for generic annotators. More...
 
class  Get_annotator_option_display_name_default
 Returns a string that is the default display name of options for generic annotators. More...
 
class  Make_no_annotation_key
 Returns false, whatever is the entry. More...
 
class  Get_not_annotator_option_name
 Returns empty option name. More...
 
class  T_Generic_annotator< KeyType, AnnotationType, MakeKey, SetAnnotation, GetOptionName, GetOptionHelp, GetOptionDisplayName >
 Model of ParticleAnnotator for attributing any annotation to a particle. More...
 
class  T_Generic_annotator_without_file< AnnotationType, SetAnnotation, GetInstanceName >
 Model of ParticleAnnotator for attributing any annotation to a particle without loading a file. More...
 
struct  T_Name_and_radius_annotations< FT, AnnotationsBase >
 Base annotations for a default atom (name and radius). More...
 
class  Name_annotator_for_atoms_setter_default
 Default annotated name setter, using the method set_annotated_name of the input particle. More...
 
class  T_Name_annotator_for_atoms< SetAnnotatedName >
 Model of ParticleAnnotator for attributing a name to an atom. More...
 
class  Name_annotator_for_pseudo_atoms_setter_default
 Default annotated name setter, using the method set_annotated_name of the input particle. More...
 
class  T_Name_annotator_for_pseudo_atoms< SetAnnotatedName >
 Model of ParticleAnnotator for attributing a name to a pseudo-atom. More...
 
class  No_particle_annotator
 Annotator that does not do anything. More...
 
class  T_Particle_annotator_collector< ParticleAnnotator1, ParticleAnnotator2 >
 Collector for models of ParticleAnnotator. More...
 
class  Radius_annotator_for_particles_with_annotated_name_setter_default
 Default radius setter, using the method set_radius of the input particle. More...
 
class  T_Radius_annotator_for_particles_with_annotated_name< NT, SetRadius >
 Model of ParticleAnnotator for attributing a radius to an atom. More...
 

Description