vdj_pipe
pipeline for processing DNA sequence data
Public Member Functions | Private Attributes | List of all members
vdj_pipe::Match_min_length Class Reference

Set a minimal sequence length to match. More...

#include <min_match_length.hpp>

Inheritance diagram for vdj_pipe::Match_min_length:
Inheritance graph
[legend]
Collaboration diagram for vdj_pipe::Match_min_length:
Collaboration graph
[legend]

Public Member Functions

 Match_min_length (const std::size_t min)
 
int operator() (const int sz) const
 

Private Attributes

int min_
 

Detailed Description

Set a minimal sequence length to match.

Constructor & Destructor Documentation

vdj_pipe::Match_min_length::Match_min_length ( const std::size_t  min)
inline

Member Function Documentation

int vdj_pipe::Match_min_length::operator() ( const int  sz) const
inline

Member Data Documentation

int vdj_pipe::Match_min_length::min_
private

The documentation for this class was generated from the following file: