Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
Tripeptide_constraints_loader_from_pdb Class Reference

#include <Tripeptide_constraints_loader_from_pdb.hpp>

Public Types

typedef SBL::Models::T_Conformation_traits< std::vector< CGAL::Gmpfr > > Conformation_traits
 [typedefs] More...
 
typedef Conformation_traits::Conformation Conformation
 
typedef CGAL::Algebraic_kernel_d_1< CGAL::Gmpq > K
 
typedef SBL::CSB::T_Tripeptide_loop_closure< Kget_loop_solutions
 
typedef CGAL::Gmpfr NT
 
typedef CGAL::Point_3< CGAL::Cartesian< CGAL::Gmpfr > > Point
 
typedef CGAL::Point_3< CGAL::Cartesian< double > > Point_d
 
typedef CGAL::Vector_3< CGAL::Cartesian< CGAL::Gmpfr > > Vector
 
typedef CGAL::Vector_3< CGAL::Cartesian< double > > Vector_d
 
typedef SBL::GT::T_Point_cloud_rigid_registration_3< double > registration
 
typedef SBL::Models::T_Atom_with_hierarchical_info_traits Particle_traits
 
typedef SBL::CSB::T_Particle_info_for_proteins< Particle_traitsParticle_info
 
typedef SBL::CSB::T_Particle_info_traits< Particle_infoParticle_info_traits
 
typedef SBL::CSB::Molecular_coordinates_utilities MCU
 
typedef SBL::CSB::T_Molecular_covalent_structure< Particle_infoCovalent_structure
 
typedef SBL::CSB::T_Molecular_covalent_structure_builder_for_proteins< Covalent_structureCovalent_structure_builder
 
typedef SBL::CSB::T_Polypeptide_chain_representation< Particle_traits, Covalent_structure, ConformationPolypeptide_chain_representation
 
typedef SBL::CSB::T_Protein_representation< Polypeptide_chain_representationProtein_representation
 
typedef SBL::IO::T_Protein_representation_loader< Protein_representation, Covalent_structure_builderProtein_representation_loader
 
typedef SBL::CSB::T_Tripeptide_loop_closure< Kget_polynomial
 
typedef Loader_base Self
 
typedef SBL::Modules::T_Module_option_description Base
 

Public Member Functions

std::string & get_pdb_file_path ()
 
std::string & get_internal_file_path ()
 
std::string & get_anchor_file_path ()
 
bool & use_data ()
 
bool & use_anchor_file ()
 
bool & use_internal_file ()
 
bool & use_standard_internal ()
 
std::vector< std::string > & get_res_ids ()
 
char & get_chain_id ()
 
double & get_precision_factor ()
 
std::vector< Point > & get_P0 ()
 
boost::program_options::options_description add_options (void) const
 Virtual method for adding options to the module. More...
 
bool load (unsigned verbose, std::ostream &out)
 Loads the data. More...
 
SBL::CSB::T_Tripeptide_constraints< NTget_constraints ()
 
virtual bool check_options (std::string &message) const
 Checks that the input options' values are coherent. More...
 
virtual std::string get_output_prefix (void) const
 Returns a prefix that concatains the input line options used when running the module. More...
 

Static Public Member Functions

static boost::program_options::options_description *& get_options (void)
 Access to the options' description of the module. More...
 
static bool has_options (void)
 
static void delete_options (void)
 
static void initialize_options (const std::string &caption)
 

Protected Attributes

std::string m_pdb_file_path
 [typedefs] More...
 
std::string m_internalfilepath
 
std::string m_anchorfilepath
 
bool m_data_or_not
 
bool m_internal_or_not
 
bool m_anchor_or_not
 
bool m_standard_or_not
 
std::vector< std::string > m_resids
 
char m_chainid
 
double m_precision
 
Protein_representation m_prot
 
NT m_bond_angles [7]
 
NT m_bond_length [6]
 
NT m_torsion_angles [2]
 
std::vector< Pointm_P0
 

Requirements

virtual std::string get_name (void) const
 Return the name of the class itself. More...
 

Management

void set_loader_instance_name (const std::string &loader_instance_name)
 
const std::string & get_loader_instance_name (void) const
 

Member Typedef Documentation

◆ Base

◆ Conformation

typedef Conformation_traits::Conformation Conformation

◆ Conformation_traits

typedef SBL::Models::T_Conformation_traits<std::vector<CGAL::Gmpfr> > Conformation_traits

[typedefs]

◆ Covalent_structure

◆ Covalent_structure_builder

◆ get_loop_solutions

◆ get_polynomial

◆ K

typedef CGAL::Algebraic_kernel_d_1<CGAL::Gmpq> K

◆ MCU

◆ NT

typedef CGAL::Gmpfr NT

◆ Particle_info

◆ Particle_info_traits

◆ Particle_traits

◆ Point

typedef CGAL::Point_3<CGAL::Cartesian<CGAL::Gmpfr> > Point

◆ Point_d

typedef CGAL::Point_3<CGAL::Cartesian<double> > Point_d

◆ Polypeptide_chain_representation

◆ Protein_representation

◆ Protein_representation_loader

◆ registration

◆ Self

typedef Loader_base Self
inherited

◆ Vector

typedef CGAL::Vector_3<CGAL::Cartesian<CGAL::Gmpfr> > Vector

◆ Vector_d

typedef CGAL::Vector_3<CGAL::Cartesian<double> > Vector_d

Member Function Documentation

◆ add_options()

boost::program_options::options_description add_options ( void  ) const
inlinevirtual

Virtual method for adding options to the module.

Reimplemented from T_Module_option_description< Dummy >.

◆ check_options()

virtual bool check_options ( std::string &  message) const
inlinevirtualinherited

Checks that the input options' values are coherent.

Reimplemented in T_Union_of_balls_surface_volume_3_module< ModuleTraits, OutputArchive >, T_Union_of_balls_mesh_3_module< ModuleTraits >, T_Union_of_balls_boundary_patch_shelling_3_module< ModuleTraits, OutputArchive >, T_Union_of_balls_boundary_3_module< ModuleTraits, ExactNT >, T_Tertiary_quaternary_structure_annotator_module< ModuleTraits >, T_Spatial_search_module< ModuleTraits, ApproximatedSpatialSearchEngine >, T_RST_MST_D_Family_matching_module< ModuleTraits >, T_Nearest_neighbors_graph_builder_module< ModuleTraits >, T_Morse_theory_based_analyzer_module< ModuleTraits, MorseSmaleWittenChainComplex >, T_Morse_theory_based_analyzer_module< ModuleTraits, SBL::GT::T_Morse_Smale_Witten_chain_complex_from_vertex_weighted_graph_builder< typename ModuleTraits::Graph, typename ModuleTraits::Get_weight >::Morse_Smale_Witten_chain_complex >, T_Morse_theory_based_analyzer_module< ModuleTraits, SBL::GT::T_Morse_Smale_Witten_chain_complex_from_weighted_graph_builder< typename ModuleTraits::Graph, typename ModuleTraits::Get_weight >::Morse_Smale_Witten_chain_complex >, T_Morse_theory_based_analyzer_module< ModuleTraits, SBL::GT::T_Morse_Smale_Witten_chain_complex_from_NNG_builder< ModuleTraits::Nearest_neighbors_graph, ModuleTraits::Morse_function, ModuleTraits::Distance_graph_function >::Morse_Smale_Witten_chain_complex >, T_Molecular_structure_classifier_module< ModuleTraits >, T_Molecular_interfaces_module< ModuleTraits >, T_Modules_collection< Module, SetIndividualInput >, T_Module_conjunction< ModuleOrLoader1, ModuleOrLoader2 >, T_Module_condition< void, Predicate >, T_Module_condition< Module, Predicate >, T_Module_based_workflow< Dummy >, T_Minimal_oriented_spanning_forest_module< ModuleTraits, SpatialSearchEngine >, T_D_Family_matching_module< ModuleTraits, TSolutionComputer >, T_Cluster_engine_module< ModuleTraits >, T_Buried_surface_area_without_label_module< ModuleTraits >, T_Buried_surface_area_with_labels_module< ModuleTraits >, T_Alpha_complex_of_molecular_model_module< ModuleTraits >, T_Alignment_structures_module< ModuleTraits, AlignmentEngineStructures >, T_Alignment_sequences_module< ModuleTraits, AlignmentEngineSequences >, T_XTC_file_loader< ConformationType, ConformationBuilder, ESBTLMolecularSystem, PDBLineFormat >, T_Spheres_3_file_loader< Sphere3, Point3 >, T_Radius_annotator_for_particles_with_annotated_name< NT, SetRadius >, T_Points_d_file_loader< PointD >, T_PDB_file_loader< ESBTLMolecularSystem, PDBLineFormat >, T_Particle_annotator_collector< ParticleAnnotator1, ParticleAnnotator2 >, No_particle_annotator, T_Name_annotator_for_pseudo_atoms< SetAnnotatedName >, T_Name_annotator_for_atoms< SetAnnotatedName >, T_Generic_annotator_without_file< AnnotationType, SetAnnotation, GetInstanceName >, T_Generic_annotator< KeyType, AnnotationType, MakeKey, SetAnnotation, GetOptionName, GetOptionHelp, GetOptionDisplayName >, Space_filling_model_loader, Conformations_loader, T_Dynamic_annotator_for_residues< SetDynamicAnnotation >, T_Dynamic_annotator_for_atoms< SetDynamicAnnotation >, T_Domain_annotator_for_particles< Annotations >, T_Conformations_file_loader< ConformationType, ConformationBuilder, ESBTLMolecularSystem, PDBLineFormat >, T_Transition_graph_loader< InputArchive, TransitionGraphTraits >, T_Protein_representation_loader< ProteinRepresentation, MolecularCovalentStructureBuilder, PDBLineFormat >, T_Primitive_labels_loader< PartnerLabelsTraits, MediatorLabelsTraits, ExtraLabelsTraits >, T_Potential_energy_parameters< CovalentStructure, UnitSystemTraits, FT >, T_Potential_energy_parameters< CovalentStructure, UnitSystemTraits, FT >, T_Numbers_file_loader< FT, Tag >, T_Multiple_archives_xml_archive_file_loader< SecondaryArchive, SecondaryData, SerializedData >, T_Molecular_covalent_structure_loader_from_PDB< ParticleTraits, MolecularCovalentStructure, MolecularCovalentStructureBuilder, PDBLineFormat >, T_Molecular_covalent_structure_loader_from_MOL< MolecularCovalentStructure >, T_Graph_loader< Graph >, T_Clustering_loader< Graph, Clustering >, T_Clustering_loader< Graph, Clustering >, and T_Archive_file_loader< InputArchive, SerializedData >.

◆ delete_options()

static void delete_options ( void  )
inlinestaticinherited

◆ get_anchor_file_path()

std::string& get_anchor_file_path ( )
inline

◆ get_chain_id()

char& get_chain_id ( )
inline

◆ get_constraints()

◆ get_internal_file_path()

std::string& get_internal_file_path ( )
inline

◆ get_loader_instance_name()

const std::string& get_loader_instance_name ( void  ) const
inlineinherited

◆ get_name()

virtual std::string get_name ( void  ) const
inlinevirtualinherited

Return the name of the class itself.

Reimplemented in T_XTC_file_loader< ConformationType, ConformationBuilder, ESBTLMolecularSystem, PDBLineFormat >, T_Spheres_3_file_loader< Sphere3, Point3 >, T_Radius_annotator_for_particles_with_annotated_name< NT, SetRadius >, T_Points_d_file_loader< PointD >, T_PDB_file_loader< ESBTLMolecularSystem, PDBLineFormat >, T_Particle_annotator_collector< ParticleAnnotator1, ParticleAnnotator2 >, No_particle_annotator, T_Name_annotator_for_pseudo_atoms< SetAnnotatedName >, T_Name_annotator_for_atoms< SetAnnotatedName >, T_Generic_annotator_without_file< AnnotationType, SetAnnotation, GetInstanceName >, T_Generic_annotator< KeyType, AnnotationType, MakeKey, SetAnnotation, GetOptionName, GetOptionHelp, GetOptionDisplayName >, Space_filling_model_loader, Conformations_loader, T_Dynamic_annotator_for_residues< SetDynamicAnnotation >, T_Dynamic_annotator_for_atoms< SetDynamicAnnotation >, T_Domain_annotator_for_particles< Annotations >, T_Conformations_file_loader< ConformationType, ConformationBuilder, ESBTLMolecularSystem, PDBLineFormat >, T_Transition_graph_loader< InputArchive, TransitionGraphTraits >, T_Protein_representation_loader< ProteinRepresentation, MolecularCovalentStructureBuilder, PDBLineFormat >, T_Primitive_labels_loader< PartnerLabelsTraits, MediatorLabelsTraits, ExtraLabelsTraits >, T_Potential_energy_parameters< CovalentStructure, UnitSystemTraits, FT >, T_Potential_energy_parameters< CovalentStructure, UnitSystemTraits, FT >, T_Numbers_file_loader< FT, Tag >, T_Molecular_covalent_structure_loader_from_PDB< ParticleTraits, MolecularCovalentStructure, MolecularCovalentStructureBuilder, PDBLineFormat >, T_Molecular_covalent_structure_loader_from_MOL< MolecularCovalentStructure >, T_Graph_loader< Graph >, T_Clustering_loader< Graph, Clustering >, T_Clustering_loader< Graph, Clustering >, and T_Archive_file_loader< InputArchive, SerializedData >.

◆ get_options()

static boost::program_options::options_description*& get_options ( void  )
inlinestaticinherited

Access to the options' description of the module.

◆ get_output_prefix()

virtual std::string get_output_prefix ( void  ) const
inlinevirtualinherited

Returns a prefix that concatains the input line options used when running the module.

Reimplemented in T_Union_of_balls_surface_volume_3_module< ModuleTraits, OutputArchive >, T_Union_of_balls_mesh_3_module< ModuleTraits >, T_Union_of_balls_boundary_patch_shelling_3_module< ModuleTraits, OutputArchive >, T_Union_of_balls_boundary_3_module< ModuleTraits, ExactNT >, T_Tertiary_quaternary_structure_annotator_module< ModuleTraits >, T_Spatial_search_module< ModuleTraits, ApproximatedSpatialSearchEngine >, T_Nearest_neighbors_graph_builder_module< ModuleTraits >, T_Morse_theory_based_analyzer_module< ModuleTraits, MorseSmaleWittenChainComplex >, T_Morse_theory_based_analyzer_module< ModuleTraits, SBL::GT::T_Morse_Smale_Witten_chain_complex_from_vertex_weighted_graph_builder< typename ModuleTraits::Graph, typename ModuleTraits::Get_weight >::Morse_Smale_Witten_chain_complex >, T_Morse_theory_based_analyzer_module< ModuleTraits, SBL::GT::T_Morse_Smale_Witten_chain_complex_from_weighted_graph_builder< typename ModuleTraits::Graph, typename ModuleTraits::Get_weight >::Morse_Smale_Witten_chain_complex >, T_Morse_theory_based_analyzer_module< ModuleTraits, SBL::GT::T_Morse_Smale_Witten_chain_complex_from_NNG_builder< ModuleTraits::Nearest_neighbors_graph, ModuleTraits::Morse_function, ModuleTraits::Distance_graph_function >::Morse_Smale_Witten_chain_complex >, T_Molecular_structure_classifier_module< ModuleTraits >, T_Molecular_interfaces_module< ModuleTraits >, T_Modules_collection< Module, SetIndividualInput >, T_Module_conjunction< ModuleOrLoader1, ModuleOrLoader2 >, T_Module_condition< void, Predicate >, T_Module_condition< Module, Predicate >, T_Module_based_workflow< Dummy >, T_Minimal_oriented_spanning_forest_module< ModuleTraits, SpatialSearchEngine >, T_Earth_mover_distance_module< ModuleTraits >, T_Cluster_engine_module< ModuleTraits >, T_Buried_surface_area_without_label_module< ModuleTraits >, T_Buried_surface_area_with_labels_module< ModuleTraits >, T_Alpha_complex_of_molecular_model_module< ModuleTraits >, T_XTC_file_loader< ConformationType, ConformationBuilder, ESBTLMolecularSystem, PDBLineFormat >, T_Spheres_3_file_loader< Sphere3, Point3 >, T_Radius_annotator_for_particles_with_annotated_name< NT, SetRadius >, T_Points_d_file_loader< PointD >, T_PDB_file_loader< ESBTLMolecularSystem, PDBLineFormat >, T_Particle_annotator_collector< ParticleAnnotator1, ParticleAnnotator2 >, No_particle_annotator, T_Name_annotator_for_pseudo_atoms< SetAnnotatedName >, T_Name_annotator_for_atoms< SetAnnotatedName >, T_Generic_annotator_without_file< AnnotationType, SetAnnotation, GetInstanceName >, T_Generic_annotator< KeyType, AnnotationType, MakeKey, SetAnnotation, GetOptionName, GetOptionHelp, GetOptionDisplayName >, Space_filling_model_loader, Conformations_loader, T_Dynamic_annotator_for_residues< SetDynamicAnnotation >, T_Dynamic_annotator_for_atoms< SetDynamicAnnotation >, T_Domain_annotator_for_particles< Annotations >, T_Conformations_file_loader< ConformationType, ConformationBuilder, ESBTLMolecularSystem, PDBLineFormat >, T_Transition_graph_loader< InputArchive, TransitionGraphTraits >, T_Protein_representation_loader< ProteinRepresentation, MolecularCovalentStructureBuilder, PDBLineFormat >, T_Primitive_labels_loader< PartnerLabelsTraits, MediatorLabelsTraits, ExtraLabelsTraits >, T_Potential_energy_parameters< CovalentStructure, UnitSystemTraits, FT >, T_Potential_energy_parameters< CovalentStructure, UnitSystemTraits, FT >, T_Numbers_file_loader< FT, Tag >, T_Multiple_archives_xml_archive_file_loader< SecondaryArchive, SecondaryData, SerializedData >, T_Molecular_covalent_structure_loader_from_PDB< ParticleTraits, MolecularCovalentStructure, MolecularCovalentStructureBuilder, PDBLineFormat >, T_Molecular_covalent_structure_loader_from_MOL< MolecularCovalentStructure >, T_Graph_loader< Graph >, T_Clustering_loader< Graph, Clustering >, T_Clustering_loader< Graph, Clustering >, and T_Archive_file_loader< InputArchive, SerializedData >.

◆ get_P0()

std::vector<Point>& get_P0 ( )
inline

◆ get_pdb_file_path()

std::string& get_pdb_file_path ( )
inline

◆ get_precision_factor()

double& get_precision_factor ( )
inline

◆ get_res_ids()

std::vector<std::string>& get_res_ids ( )
inline

◆ has_options()

static bool has_options ( void  )
inlinestaticinherited

◆ initialize_options()

static void initialize_options ( const std::string &  caption)
inlinestaticinherited

◆ load()

bool load ( unsigned  verbose,
std::ostream &  out 
)
inlinevirtual

Loads the data.

[loading pdb]

[loading]

Reimplemented from Loader_base.

◆ set_loader_instance_name()

void set_loader_instance_name ( const std::string &  loader_instance_name)
inlineinherited

◆ use_anchor_file()

bool& use_anchor_file ( )
inline

◆ use_data()

bool& use_data ( )
inline

◆ use_internal_file()

bool& use_internal_file ( )
inline

◆ use_standard_internal()

bool& use_standard_internal ( )
inline

Member Data Documentation

◆ m_anchor_or_not

bool m_anchor_or_not
protected

◆ m_anchorfilepath

std::string m_anchorfilepath
protected

◆ m_bond_angles

NT m_bond_angles[7]
protected

◆ m_bond_length

NT m_bond_length[6]
protected

◆ m_chainid

char m_chainid
protected

◆ m_data_or_not

bool m_data_or_not
protected

◆ m_internal_or_not

bool m_internal_or_not
protected

◆ m_internalfilepath

std::string m_internalfilepath
protected

◆ m_P0

std::vector<Point> m_P0
protected

◆ m_pdb_file_path

std::string m_pdb_file_path
protected

[typedefs]

◆ m_precision

double m_precision
protected

◆ m_prot

Protein_representation m_prot
protected

◆ m_resids

std::vector<std::string> m_resids
protected

◆ m_standard_or_not

bool m_standard_or_not
protected

◆ m_torsion_angles

NT m_torsion_angles[2]
protected