Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Particle_with_annotations_traits< ParticleTraitsBase, AnnotationsType > Class Template Reference

Traits class defining patricles traits with annotations. More...

#include <Particle_with_annotations_traits.hpp>

Public Types

typedef T_Particle_with_annotations_traits< ParticleTraitsBase, AnnotationsType > Self
 
typedef ParticleTraitsBase Base
 
typedef T_Particle_with_annotations< typename Base::Particle_type, AnnotationsType > Particle_type
 

Detailed Description

template<class ParticleTraitsBase, class AnnotationsType>
class SBL::Models::T_Particle_with_annotations_traits< ParticleTraitsBase, AnnotationsType >

Traits class defining patricles traits with annotations.

Traits class defining patricles traits with annotations.

Member Typedef Documentation

◆ Base

typedef ParticleTraitsBase Base

◆ Particle_type

typedef T_Particle_with_annotations<typename Base::Particle_type, AnnotationsType> Particle_type

◆ Self

typedef T_Particle_with_annotations_traits<ParticleTraitsBase, AnnotationsType> Self