BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
Loading...
Searching...
No Matches
mask.hpp File Reference

Create a mask composite which can be applied with another alphabet. More...

#include <cassert>
#include <bio/alphabet/base.hpp>
+ Include dependency graph for mask.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bio::alphabet::mask
 Implementation of a masked semialphabet to be used for tuple composites.. More...
 

Namespaces

namespace  bio
 The main BioC++ namespace.
 
namespace  bio::alphabet
 The alphabet module's namespace.
 

Detailed Description

Create a mask composite which can be applied with another alphabet.

Author
Joshua Kim <joshua.kim AT fu-berlin.de>