![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Model of Particle with a system's label. More...
#include <Particle_with_system_label_traits.hpp>
Classes | |
| union | System_label |
| Representation of a system's label, that can be either a partner, a mediator or an extra label. More... | |
Public Types | |
| typedef PartnerLabelsTraits | Partner_labels_traits |
| Model of MolecularSystemLabelsTraits for partners' labels. | |
| typedef MediatorLabelsTraits | Mediator_labels_traits |
| Model of MolecularSystemLabelsTraits for mediators' labels. | |
| typedef ExtraLabelsTraits | Extra_labels_traits |
| Model of MolecularSystemLabelsTraits for extra labels. | |
| typedef PartnerLabelsTraits::Label | Partner_label |
| Representation of a partner's label. | |
| typedef PartnerLabelsTraits::Primitive_label_classifier | Primitive_partner_classifier |
| Classification of the primitive partners. | |
| typedef MediatorLabelsTraits::Label | Mediator_label |
| Representation of a mediator's label. | |
| typedef MediatorLabelsTraits::Primitive_label_classifier | Primitive_mediator_classifier |
| Classification of the primitive mediators. | |
| typedef ExtraLabelsTraits::Label | Extra_label |
| Representation of an extra's label. | |
| typedef ExtraLabelsTraits::Primitive_label_classifier | Primitive_extra_classifier |
| Classification of the primitive extras. | |
Labels Management | |
| bool | set_system_label (const Primitive_partner_classifier &partner_classifier=Primitive_partner_classifier(), const Primitive_mediator_classifier &mediator_classifier=Primitive_mediator_classifier(), const Primitive_extra_classifier &extra_classifier=Primitive_extra_classifier()) |
| Updates the system's label of this particle using the input classifiers of primitive labels. | |
Model of Particle with a system's label.
...
| ParticleBase | Base model of ParticleTraits. |
| PartnerLabelsTraits | Model of MolecularSystemLabelsTraits for partners' labels. |
| MediatorLabelsTraits | Model of MolecularSystemLabelsTraits for mediators' labels. |
| ExtraLabelsTraits | Model of MolecularSystemLabelsTraits for extra labels. |
| IsSerializedLabel | Boolean that checks that the labels are serialized in the output (default is true). |
| union SBL::Models::T_Particle_with_system_label::System_label |
Representation of a system's label, that can be either a partner, a mediator or an extra label.
| typedef ExtraLabelsTraits::Label Extra_label |
Representation of an extra's label.
| typedef ExtraLabelsTraits Extra_labels_traits |
Model of MolecularSystemLabelsTraits for extra labels.
| typedef MediatorLabelsTraits::Label Mediator_label |
Representation of a mediator's label.
| typedef MediatorLabelsTraits Mediator_labels_traits |
Model of MolecularSystemLabelsTraits for mediators' labels.
| typedef PartnerLabelsTraits::Label Partner_label |
Representation of a partner's label.
| typedef PartnerLabelsTraits Partner_labels_traits |
Model of MolecularSystemLabelsTraits for partners' labels.
| typedef ExtraLabelsTraits::Primitive_label_classifier Primitive_extra_classifier |
Classification of the primitive extras.
| typedef MediatorLabelsTraits::Primitive_label_classifier Primitive_mediator_classifier |
Classification of the primitive mediators.
| typedef PartnerLabelsTraits::Primitive_label_classifier Primitive_partner_classifier |
Classification of the primitive partners.
|
inline |
Updates the system's label of this particle using the input classifiers of primitive labels.