vg
tools for working with variation graphs
Public Member Functions | List of all members
vg::VcfRecordConverter Class Referenceabstract

#include <genotypekit.hpp>

Public Member Functions

virtual ~VcfRecordConverter ()=default
 
virtual vcflib::Variant convert (const Locus &locus)=0
 

Detailed Description

Represents a strategy for converting Locus objects to VCF records. Polymorphic base class/interface.

Constructor & Destructor Documentation

◆ ~VcfRecordConverter()

virtual vg::VcfRecordConverter::~VcfRecordConverter ( )
virtualdefault

Member Function Documentation

◆ convert()

virtual vcflib::Variant vg::VcfRecordConverter::convert ( const Locus locus)
pure virtual

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